Searched refs:tidbuf (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/infiniband/hw/hfi1/ |
A D | user_exp_rcv.c | 191 tidbuf->pages = pages; in pin_rcv_pages() 260 tidbuf = kzalloc(sizeof(*tidbuf), GFP_KERNEL); in hfi1_user_exp_rcv_setup() 261 if (!tidbuf) in hfi1_user_exp_rcv_setup() 266 tidbuf->psets = kcalloc(uctxt->expected_count, sizeof(*tidbuf->psets), in hfi1_user_exp_rcv_setup() 268 if (!tidbuf->psets) { in hfi1_user_exp_rcv_setup() 269 kfree(tidbuf); in hfi1_user_exp_rcv_setup() 276 kfree(tidbuf); in hfi1_user_exp_rcv_setup() 281 tidbuf->n_psets = find_phys_blocks(tidbuf, pinned); in hfi1_user_exp_rcv_setup() 430 kfree(tidbuf->psets); in hfi1_user_exp_rcv_setup() 432 kfree(tidbuf->pages); in hfi1_user_exp_rcv_setup() [all …]
|
/linux/tools/perf/ui/browsers/ |
A D | res_sample.c | 38 char pbuf[256], tidbuf[32], cpubuf[32]; in res_sample_browse() local 84 r->tid ? (sprintf(tidbuf, "%d", r->tid), tidbuf) : "", in res_sample_browse()
|
Completed in 7 milliseconds