Home
last modified time | relevance | path

Searched refs:cur_state (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/fs/gfs2/
Dtrace_gfs2.h101 __field( u8, cur_state )
112 __entry->cur_state = glock_trace_state(gl->gl_state);
122 glock_trace_name(__entry->cur_state),
140 __field( u8, cur_state )
148 __entry->cur_state = glock_trace_state(gl->gl_state);
155 glock_trace_name(__entry->cur_state),
172 __field( u8, cur_state )
182 __entry->cur_state = glock_trace_state(gl->gl_state);
191 glock_trace_name(__entry->cur_state),
Drgrp.c91 unsigned char *byte1, *byte2, *end, cur_state; in gfs2_setbit() local
101 cur_state = (*byte1 >> bit) & GFS2_BIT_MASK; in gfs2_setbit()
103 if (unlikely(!valid_change[new_state * 4 + cur_state])) { in gfs2_setbit()
105 rbm->offset, cur_state, new_state); in gfs2_setbit()
114 *byte1 ^= (cur_state ^ new_state) << bit; in gfs2_setbit()
118 cur_state = (*byte2 >> bit) & GFS2_BIT_MASK; in gfs2_setbit()
119 *byte2 ^= (cur_state ^ new_state) << bit; in gfs2_setbit()
/linux-4.19.296/include/linux/
Dbpf_verifier.h213 struct bpf_verifier_state *cur_state; /* current verifier state */ member
235 struct bpf_verifier_state *cur = env->cur_state; in cur_regs()
/linux-4.19.296/drivers/misc/cxl/
Dguest.c827 int rc, cur_state; in afu_update_state() local
829 rc = afu_read_error_state(afu, &cur_state); in afu_update_state()
833 if (afu->guest->previous_state == cur_state) in afu_update_state()
836 pr_devel("AFU(%d) update state to %#x\n", afu->slice, cur_state); in afu_update_state()
838 switch (cur_state) { in afu_update_state()
840 afu->guest->previous_state = cur_state; in afu_update_state()
851 rc = afu_read_error_state(afu, &cur_state); in afu_update_state()
852 if (!rc && cur_state == H_STATE_NORMAL) { in afu_update_state()
861 afu->guest->previous_state = cur_state; in afu_update_state()
868 afu->guest->previous_state = cur_state; in afu_update_state()
[all …]
/linux-4.19.296/include/linux/mlx4/
Dqp.h478 enum mlx4_qp_state cur_state, enum mlx4_qp_state new_state,
/linux-4.19.296/drivers/slimbus/
Dqcom-ngd-ctrl.c1080 enum qcom_slim_ngd_state cur_state = ctrl->state; in qcom_slim_ngd_power_up() local
1111 if (cur_state == QCOM_SLIM_NGD_CTRL_AWAKE) { in qcom_slim_ngd_power_up()
/linux-4.19.296/include/rdma/
Dib_verbs.h2734 bool ib_modify_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state,