Searched refs:afu_poll (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | file.c | 364 __poll_t afu_poll(struct file *file, struct poll_table_struct *poll) in afu_poll() function 373 pr_devel("afu_poll wait done pe: %i\n", ctx->pe); in afu_poll() 384 pr_devel("afu_poll pe: %i returning %#x\n", ctx->pe, mask); in afu_poll() 529 .poll = afu_poll, 540 .poll = afu_poll,
|
H A D | api.c | 374 return afu_poll(file, poll); in cxl_fd_poll()
|
H A D | cxl.h | 1044 __poll_t afu_poll(struct file *file, struct poll_table_struct *poll);
|
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | file.c | 364 __poll_t afu_poll(struct file *file, struct poll_table_struct *poll) in afu_poll() function 373 pr_devel("afu_poll wait done pe: %i\n", ctx->pe); in afu_poll() 384 pr_devel("afu_poll pe: %i returning %#x\n", ctx->pe, mask); in afu_poll() 529 .poll = afu_poll, 540 .poll = afu_poll,
|
H A D | api.c | 375 return afu_poll(file, poll); in cxl_fd_poll()
|
H A D | cxl.h | 1046 __poll_t afu_poll(struct file *file, struct poll_table_struct *poll);
|
/kernel/linux/linux-5.10/drivers/misc/ocxl/ |
H A D | file.c | 326 static unsigned int afu_poll(struct file *file, struct poll_table_struct *wait) in afu_poll() function 481 .poll = afu_poll,
|
/kernel/linux/linux-6.6/drivers/misc/ocxl/ |
H A D | file.c | 324 static unsigned int afu_poll(struct file *file, struct poll_table_struct *wait) in afu_poll() function 479 .poll = afu_poll,
|
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | ocxl_hw.c | 973 * afu_poll() - poll the AFU for events on the context 979 static unsigned int afu_poll(struct file *file, struct poll_table_struct *poll) in afu_poll() function 1175 .poll = afu_poll,
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | ocxl_hw.c | 976 * afu_poll() - poll the AFU for events on the context 982 static unsigned int afu_poll(struct file *file, struct poll_table_struct *poll) in afu_poll() function 1178 .poll = afu_poll,
|
Completed in 21 milliseconds