Documented in 1 files:
Defined in 1 files as a prototype:
Defined in 1 files as a function:
Referenced in 6 files:
- arch/arm64/kvm/hypercalls.c
- drivers/block/ublk_drv.c, line 5402
- drivers/iommu/generic_pt/kunit_iommu_pt.h, line 381
- lib/maple_tree.c
- lib/test_maple_tree.c, line 96
- tools/testing/radix-tree/maple.c, line 35858
Smatch caller information:
lib/maple_tree.c mtree_insert() -> mtree_insert_range()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 3 | entry | 1,3-u64max |
| PARAM_VALUE | 4 | gfp | 3136,3264 |
| BUF_SIZE | 3 | entry | (-1),16,88,96 |
| BUF_SIZE | 3 | entry | (-1),16,88,96 |
| DATA_SOURCE | 0 | mt | $0 |
| DATA_SOURCE | 1 | first | $1 |
| DATA_SOURCE | 2 | last | $1 |
| DATA_SOURCE | 3 | entry | $2 |
| DATA_SOURCE | 4 | gfp | $3 |
| HARD_MAX | 4 | gfp | 3264 |
| UNITS | 1 | first | unit_byte |
| UNITS | 2 | last | unit_byte |
lib/test_maple_tree.c mtree_test_insert_range() -> mtree_insert_range()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | mt | 4096-ptr_max |
| PARAM_VALUE | 0 | mt->ma_flags | 0-1 |
| PARAM_VALUE | 0 | mt->ma_root | 0 |
| PARAM_VALUE | 1 | first | 0-4503599627370495 |
| PARAM_VALUE | 2 | last | 0-4503599627370494,u64max |
| PARAM_VALUE | 3 | entry | 1,3-9007199254740991 |
| PARAM_VALUE | 4 | gfp | 3264 |
| DATA_SOURCE | 0 | mt | $0 |
| DATA_SOURCE | 1 | first | $1 |
| DATA_SOURCE | 2 | last | $2 |
| DATA_SOURCE | 3 | entry | $3 |
| HARD_MAX | 0 | mt->ma_flags | 1 |
drivers/block/ublk_drv.c __ublk_ctrl_reg_buf() -> mtree_insert_range()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | mt | 4096-ptr_max |
| PARAM_VALUE | 3 | entry | 4096-ptr_max |
| PARAM_VALUE | 4 | gfp | 3264 |
| BUF_SIZE | 3 | entry | 8 |
| DATA_SOURCE | 3 | entry | r _kzalloc_noprof |
| RX_PATH | |||
| TASK_NOT_RUNNING | |||
| UNITS | 1 | first | unit_page |
| UNITS | 2 | last | unit_page |
| LOCK2 | &ub->mutex | ||
| HALF_LOCKED2 | &ctx->uring_lock | ||
| TYPE_LOCK | (struct ublk_device)->mutex |