Home
last modified time | relevance | path

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

/include/drm/
A Ddrm_atomic.h865 (__i) < (__state)->num_connector; \
887 (__i) < (__state)->num_connector; \
908 (__i) < (__state)->num_connector; \
932 for_each_if ((__state)->crtcs[__i].ptr && \
933 ((crtc) = (__state)->crtcs[__i].ptr, \
955 for_each_if ((__state)->crtcs[__i].ptr && \
956 ((crtc) = (__state)->crtcs[__i].ptr, \
975 for_each_if ((__state)->crtcs[__i].ptr && \
976 ((crtc) = (__state)->crtcs[__i].ptr, \
1094 (__i) < (__state)->num_private_objs && \
[all …]
/include/linux/
A Dlivepatch_sched.h17 READ_ONCE(curr->__state) & TASK_FREEZABLE) in klp_sched_try_switch()
A Dbpf_verifier.h479 #define bpf_for_each_reg_in_vstate_mask(__vst, __state, __reg, __mask, __expr) \ argument
485 __state = ___vstate->frame[___i]; \
486 ___regs = __state->regs; \
491 bpf_for_each_spilled_reg(___j, __state, __reg, __mask) { \
500 #define bpf_for_each_reg_in_vstate(__vst, __state, __reg, __expr) \ argument
501 bpf_for_each_reg_in_vstate_mask(__vst, __state, __reg, 1 << STACK_SPILL, __expr)
A Dsched.h147 #define task_is_running(task) (READ_ONCE((task)->__state) == TASK_RUNNING)
239 WRITE_ONCE(current->__state, (state_value)); \
246 smp_store_mb(current->__state, (state_value)); \
262 WRITE_ONCE(current->__state, (state_value)); \
295 current->saved_state = current->__state; \
298 WRITE_ONCE(current->__state, TASK_RTLOCK_WAIT); \
308 WRITE_ONCE(current->__state, current->saved_state); \
313 #define get_current_state() READ_ONCE(current->__state)
826 unsigned int __state; member
1704 return __task_state_index(READ_ONCE(tsk->__state), tsk->exit_state); in task_state_index()
A Dnodemask.h428 #define for_each_node_state(__node, __state) \ argument
429 for_each_node_mask((__node), node_states[__state])
477 #define for_each_node_state(node, __state) \ argument
/include/drm/display/
A Ddrm_dp_mst_helper.h1037 #define for_each_oldnew_mst_mgr_in_state(__state, mgr, old_state, new_state, __i) \ argument
1038 for ((__i) = 0; (__i) < (__state)->num_private_objs; (__i)++) \
1039 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), &(new_state), (__i)))
1054 #define for_each_old_mst_mgr_in_state(__state, mgr, old_state, __i) \ argument
1055 for ((__i) = 0; (__i) < (__state)->num_private_objs; (__i)++) \
1056 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), NULL, (__i)))
1072 #define for_each_new_mst_mgr_in_state(__state, mgr, new_state, __i) \ argument
1073 for ((__i) = 0; (__i) < (__state)->num_private_objs; (__i)++) \
1074 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), NULL, &(new_state), (__i)))
/include/trace/events/
A Dsched.h893 TP_CONDITION(!!(tsk->__state) != !!state));

Completed in 27 milliseconds