| /linux-6.15/drivers/infiniband/core/ |
| H A D | smi.c | 67 if (!is_switch) in __smi_handle_dr_smp_send() 80 return (is_switch || in __smi_handle_dr_smp_send() 99 if (!is_switch) in __smi_handle_dr_smp_send() 111 return (is_switch || in __smi_handle_dr_smp_send() 130 bool is_switch, u32 port_num) in smi_handle_dr_smp_send() argument 132 return __smi_handle_dr_smp_send(is_switch, port_num, in smi_handle_dr_smp_send() 142 bool is_switch, u32 port_num) in opa_smi_handle_dr_smp_send() argument 144 return __smi_handle_dr_smp_send(is_switch, port_num, in opa_smi_handle_dr_smp_send() 176 if (!is_switch) in __smi_handle_dr_smp_recv() 191 return (is_switch || in __smi_handle_dr_smp_recv() [all …]
|
| H A D | opa_smi.h | 42 enum smi_action opa_smi_handle_dr_smp_recv(struct opa_smp *smp, bool is_switch, 47 bool is_switch, u32 port_num);
|
| H A D | smi.h | 54 enum smi_action smi_handle_dr_smp_recv(struct ib_smp *smp, bool is_switch, 59 bool is_switch, u32 port_num);
|
| /linux-6.15/kernel/trace/rv/monitors/sco/ |
| H A D | sco.c | 32 static void handle_schedule_exit(void *data, bool is_switch, unsigned long ip) in handle_schedule_exit() argument
|
| /linux-6.15/kernel/trace/rv/monitors/tss/ |
| H A D | tss.c | 35 static void handle_schedule_exit(void *data, bool is_switch, unsigned long ip) in handle_schedule_exit() argument
|
| /linux-6.15/kernel/trace/rv/monitors/snep/ |
| H A D | snep.c | 38 static void handle_schedule_exit(void *data, bool is_switch, unsigned long ip) in handle_schedule_exit() argument
|
| /linux-6.15/kernel/trace/rv/monitors/scpd/ |
| H A D | scpd.c | 38 static void handle_schedule_exit(void *data, bool is_switch, unsigned long ip) in handle_schedule_exit() argument
|
| /linux-6.15/kernel/trace/rv/monitors/sncid/ |
| H A D | sncid.c | 38 static void handle_schedule_exit(void *data, bool is_switch, unsigned long ip) in handle_schedule_exit() argument
|
| /linux-6.15/include/linux/ |
| H A D | vt_kern.h | 42 void redraw_screen(struct vc_data *vc, int is_switch);
|
| /linux-6.15/include/trace/events/ |
| H A D | sched.h | 830 TP_PROTO(bool is_switch, unsigned long ip), 831 TP_ARGS(is_switch, ip));
|
| /linux-6.15/include/linux/regulator/ |
| H A D | driver.h | 652 unsigned int is_switch:1; member
|
| /linux-6.15/sound/pci/hda/ |
| H A D | hda_generic.c | 3622 int idx, bool is_switch, unsigned int ctl, in add_single_cap_ctl() argument 3627 int type = is_switch ? HDA_CTL_WIDGET_MUTE : HDA_CTL_WIDGET_VOL; in add_single_cap_ctl() 3628 const char *sfx = is_switch ? "Switch" : "Volume"; in add_single_cap_ctl() 3645 if (is_switch) { in add_single_cap_ctl() 3664 if (is_switch) { in add_single_cap_ctl()
|
| /linux-6.15/drivers/tty/vt/ |
| H A D | vt.c | 920 void redraw_screen(struct vc_data *vc, int is_switch) in redraw_screen() argument 932 if (is_switch) { in redraw_screen() 974 if (is_switch) { in redraw_screen()
|
| /linux-6.15/include/rdma/ |
| H A D | ib_verbs.h | 2785 u16 is_switch:1; member 3091 return device->is_switch; in rdma_cap_ib_switch()
|
| /linux-6.15/drivers/regulator/ |
| H A D | core.c | 3262 } else if (rdev->is_switch && rdev->supply) { in _regulator_list_voltage() 3322 if (!rdev->is_switch || !rdev->supply) in regulator_count_voltages() 5938 rdev->is_switch = true; in regulator_register()
|
| /linux-6.15/kernel/sched/ |
| H A D | core.c | 6653 bool is_switch = false; in __schedule() local 6727 is_switch = prev != next; in __schedule() 6728 if (likely(is_switch)) { in __schedule() 6773 trace_sched_exit_tp(is_switch, CALLER_ADDR0); in __schedule()
|