Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/soc/xilinx/
Dxlnx_event_manager.c112 struct agent_cb *cb_next; in xlnx_add_cb_for_notify_event() local
148 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_add_cb_for_notify_event()
209 struct agent_cb *cb_next; in xlnx_remove_cb_for_suspend() local
218 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_remove_cb_for_suspend()
246 struct agent_cb *cb_next; in xlnx_remove_cb_for_notify_event() local
255 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_remove_cb_for_notify_event()
446 struct agent_cb *cb_next; in xlnx_call_suspend_cb_handler() local
451 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_call_suspend_cb_handler()
468 struct agent_cb *cb_next; in xlnx_call_notify_cb_handler() local
473 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_call_notify_cb_handler()
[all …]
/linux-6.12.1/arch/s390/include/asm/
Druntime_instr.h15 static inline void restore_ri_cb(struct runtime_instr_cb *cb_next, in restore_ri_cb() argument
18 if (cb_next) in restore_ri_cb()
19 load_runtime_instr_cb(cb_next); in restore_ri_cb()