Home
last modified time | relevance | path

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 Dcx18-driver.h276 * 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 Dcx18-fileops.c374 if (list_entry_is_past_end(mdl->curr_buf, &mdl->buf_list, list)) { in cx18_copy_mdl_to_user()
H A Dcx18-ioctl.c734 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 Dcx18-driver.h275 * 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 Dcx18-fileops.c374 if (list_entry_is_past_end(mdl->curr_buf, &mdl->buf_list, list)) { in cx18_copy_mdl_to_user()
H A Dcx18-ioctl.c767 if (list_entry_is_past_end(mdl->curr_buf, &mdl->buf_list, list)) { in cx18_process_idx_data()

Completed in 9 milliseconds