Home
last modified time | relevance | path

Searched refs:tidbuf (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Duser_exp_rcv.c192 tidbuf->pages = pages; in pin_rcv_pages()
263 tidbuf = kzalloc(sizeof(*tidbuf), GFP_KERNEL); in hfi1_user_exp_rcv_setup()
264 if (!tidbuf) in hfi1_user_exp_rcv_setup()
270 tidbuf->npages = num_user_pages(tidbuf->vaddr, tidbuf->length); in hfi1_user_exp_rcv_setup()
271 tidbuf->psets = kcalloc(uctxt->expected_count, sizeof(*tidbuf->psets), in hfi1_user_exp_rcv_setup()
273 if (!tidbuf->psets) { in hfi1_user_exp_rcv_setup()
281 tidbuf->vaddr, tidbuf->npages * PAGE_SIZE, in hfi1_user_exp_rcv_setup()
295 tidbuf->n_psets = find_phys_blocks(tidbuf, pinned); in hfi1_user_exp_rcv_setup()
453 kfree(tidbuf->pages); in hfi1_user_exp_rcv_setup()
455 kfree(tidbuf); in hfi1_user_exp_rcv_setup()
[all …]
/openbmc/linux/tools/perf/ui/browsers/
H A Dres_sample.c38 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()