Searched refs:palloc (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/ |
| H A D | i40iw_pble.c | 421 struct i40iw_pble_alloc *palloc) in free_lvl2() argument 425 struct i40iw_pble_level2 *lvl2 = &palloc->level2; in free_lvl2() 452 struct i40iw_pble_alloc *palloc, in get_lvl2_pble() argument 458 struct i40iw_pble_level2 *lvl2 = &palloc->level2; in get_lvl2_pble() 463 lf4k = palloc->total_cnt >> 9; in get_lvl2_pble() 464 lflast = palloc->total_cnt % PBLE_PER_PAGE; in get_lvl2_pble() 494 palloc->level = I40IW_LEVEL_2; in get_lvl2_pble() 498 free_lvl2(pble_rsrc, palloc); in get_lvl2_pble() 510 struct i40iw_pble_alloc *palloc) in get_lvl1_pble() argument 514 struct i40iw_pble_info *lvl1 = &palloc->level1; in get_lvl1_pble() [all …]
|
| H A D | i40iw_verbs.c | 1302 struct i40iw_pble_alloc *palloc = &iwpbl->pble_alloc; in i40iw_copy_user_pgaddrs() local 1307 pinfo = (level == I40IW_LEVEL_1) ? NULL : palloc->level2.leaf; in i40iw_copy_user_pgaddrs() 1341 static bool i40iw_check_mr_contiguous(struct i40iw_pble_alloc *palloc, u32 pg_size) in i40iw_check_mr_contiguous() argument 1343 struct i40iw_pble_level2 *lvl2 = &palloc->level2; in i40iw_check_mr_contiguous() 1350 if (palloc->level == I40IW_LEVEL_1) { in i40iw_check_mr_contiguous() 1351 arr = (u64 *)palloc->level1.addr; in i40iw_check_mr_contiguous() 1352 ret = i40iw_check_mem_contiguous(arr, palloc->total_cnt, pg_size); in i40iw_check_mr_contiguous() 1381 struct i40iw_pble_alloc *palloc = &iwpbl->pble_alloc; in i40iw_setup_pbles() local 1389 status = i40iw_get_pble(&iwdev->sc_dev, iwdev->pble_rsrc, palloc, iwmr->page_cnt); in i40iw_setup_pbles() 1395 level = palloc->level; in i40iw_setup_pbles() [all …]
|
| H A D | i40iw_pble.h | 126 void i40iw_free_pble(struct i40iw_hmc_pble_rsrc *pble_rsrc, struct i40iw_pble_alloc *palloc); 129 struct i40iw_pble_alloc *palloc,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/ |
| H A D | 0001-config_info.c-not-expose-build-info.patch | 39 configdata = (ConfigData *) palloc(*configdata_len * sizeof(ConfigData));
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | strstream | 60 void* (*palloc)(size_t); // exposition only
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | strstream | 60 void* (*palloc)(size_t); // exposition only
|