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

/linux-master/drivers/infiniband/hw/hfi1/
H A Duser_exp_rcv.c16 static u32 find_phys_blocks(struct tid_user_buf *tidbuf, unsigned int npages);
133 struct tid_user_buf *tidbuf,
149 pages = &tidbuf->pages[idx];
159 static int pin_rcv_pages(struct hfi1_filedata *fd, struct tid_user_buf *tidbuf) argument
162 unsigned int npages = tidbuf->npages;
163 unsigned long vaddr = tidbuf->vaddr;
192 tidbuf->pages = pages;
255 struct tid_user_buf *tidbuf; local
263 tidbuf = kzalloc(sizeof(*tidbuf), GFP_KERNE
132 unpin_rcv_pages(struct hfi1_filedata *fd, struct tid_user_buf *tidbuf, struct tid_rb_node *node, unsigned int idx, unsigned int npages, bool mapped) argument
565 find_phys_blocks(struct tid_user_buf *tidbuf, unsigned int npages) argument
946 struct tid_user_buf *tidbuf = local
[all...]
/linux-master/tools/perf/ui/browsers/
H A Dres_sample.c38 char pbuf[256], tidbuf[32], cpubuf[32]; local
84 r->tid ? (sprintf(tidbuf, "%d", r->tid), tidbuf) : "",

Completed in 171 milliseconds