Searched refs:list_entry_is_past_end (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
H A D | cx18-driver.h | 276 * list_entry_is_past_end - check if a previous loop cursor is off list end 284 #define list_entry_is_past_end(pos, head, member) \ macro
|
H A D | cx18-fileops.c | 374 if (list_entry_is_past_end(mdl->curr_buf, &mdl->buf_list, list)) { in cx18_copy_mdl_to_user()
|
H A D | cx18-ioctl.c | 734 if (list_entry_is_past_end(mdl->curr_buf, &mdl->buf_list, list)) { in cx18_process_idx_data()
|
/kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
H A D | cx18-driver.h | 275 * list_entry_is_past_end - check if a previous loop cursor is off list end 283 #define list_entry_is_past_end(pos, head, member) \ macro
|
H A D | cx18-fileops.c | 374 if (list_entry_is_past_end(mdl->curr_buf, &mdl->buf_list, list)) { in cx18_copy_mdl_to_user()
|
H A D | cx18-ioctl.c | 767 if (list_entry_is_past_end(mdl->curr_buf, &mdl->buf_list, list)) { in cx18_process_idx_data()
|
Completed in 9 milliseconds