Home
last modified time | relevance | path

Searched refs:is_switch (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/infiniband/core/
H A Dsmi.c44 static enum smi_action __smi_handle_dr_smp_send(bool is_switch, u32 port_num, in __smi_handle_dr_smp_send() argument
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()
155 static enum smi_action __smi_handle_dr_smp_recv(bool is_switch, u32 port_num, in __smi_handle_dr_smp_recv() argument
[all …]
H A Dopa_smi.h42 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 Dsmi.h54 enum smi_action smi_handle_dr_smp_recv(struct ib_smp *smp, bool is_switch,
59 bool is_switch, u32 port_num);
/linux/kernel/trace/rv/monitors/sco/
H A Dsco.c32 static void handle_schedule_exit(void *data, bool is_switch) in handle_schedule_exit() argument
/linux/kernel/trace/rv/monitors/scpd/
H A Dscpd.c38 static void handle_schedule_exit(void *data, bool is_switch) in handle_schedule_exit() argument
/linux/kernel/trace/rv/monitors/snep/
H A Dsnep.c38 static void handle_schedule_exit(void *data, bool is_switch) in handle_schedule_exit() argument
/linux/kernel/trace/rv/monitors/sts/
H A Dsts.c90 static void handle_schedule_exit(void *data, bool is_switch) in handle_schedule_exit() argument
/linux/include/linux/
H A Dvt_kern.h42 void redraw_screen(struct vc_data *vc, int is_switch);
/linux/include/trace/events/
H A Dsched.h887 TP_PROTO(bool is_switch),
888 TP_ARGS(is_switch));
/linux/drivers/tty/vt/
H A Dvt.c929 void redraw_screen(struct vc_data *vc, int is_switch) in redraw_screen() argument
941 if (is_switch) { in redraw_screen()
983 if (is_switch) { in redraw_screen()
/linux/include/rdma/
H A Dib_verbs.h2830 u16 is_switch:1; member
3143 return device->is_switch; in rdma_cap_ib_switch()
/linux/drivers/regulator/
H A Dcore.c3411 } else if (rdev->is_switch && rdev->supply) { in _regulator_list_voltage()
3471 if (!rdev->is_switch || !rdev->supply) in regulator_count_voltages()
6129 rdev->is_switch = true; in regulator_register()
/linux/kernel/sched/
H A Dcore.c6726 bool is_switch = false; in __schedule() local
6820 is_switch = prev != next; in __schedule()
6821 if (likely(is_switch)) { in __schedule()
6873 trace_sched_exit_tp(is_switch); in __schedule()