Searched refs:cb_next (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | runtime_instr.h | 15 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()
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | runtime_instr.h | 15 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()
|
/kernel/linux/linux-6.6/drivers/soc/xilinx/ |
H A D | xlnx_event_manager.c | 97 struct agent_cb *cb_next; in xlnx_add_cb_for_notify_event() local 133 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_add_cb_for_notify_event() 194 struct agent_cb *cb_next; in xlnx_remove_cb_for_suspend() local 203 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_remove_cb_for_suspend() 231 struct agent_cb *cb_next; in xlnx_remove_cb_for_notify_event() local 240 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_remove_cb_for_notify_event() 431 struct agent_cb *cb_next; in xlnx_call_suspend_cb_handler() local 436 list_for_each_entry_safe(cb_pos, cb_next, &eve_data->cb_list_head, list) { in xlnx_call_suspend_cb_handler() 453 struct agent_cb *cb_next; in xlnx_call_notify_cb_handler() local 458 list_for_each_entry_safe(cb_pos, cb_next, in xlnx_call_notify_cb_handler() 679 struct agent_cb *cb_next; xlnx_event_manager_remove() local [all...] |
Completed in 2 milliseconds