Searched refs:__state (Results 1 – 5 of 5) sorted by relevance
| /include/drm/ |
| D | drm_atomic.h | 829 #define for_each_oldnew_connector_in_state(__state, connector, old_connector_state, new_connector_s… argument 831 (__i) < (__state)->num_connector; \ 833 for_each_if ((__state)->connectors[__i].ptr && \ 834 ((connector) = (__state)->connectors[__i].ptr, \ 836 (old_connector_state) = (__state)->connectors[__i].old_state, \ 837 (new_connector_state) = (__state)->connectors[__i].new_state, 1)) 851 #define for_each_old_connector_in_state(__state, connector, old_connector_state, __i) \ argument 853 (__i) < (__state)->num_connector; \ 855 for_each_if ((__state)->connectors[__i].ptr && \ 856 ((connector) = (__state)->connectors[__i].ptr, \ [all …]
|
| /include/drm/display/ |
| D | drm_dp_mst_helper.h | 1038 #define for_each_oldnew_mst_mgr_in_state(__state, mgr, old_state, new_state, __i) \ argument 1039 for ((__i) = 0; (__i) < (__state)->num_private_objs; (__i)++) \ 1040 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), &(new_state), (__i))) 1055 #define for_each_old_mst_mgr_in_state(__state, mgr, old_state, __i) \ argument 1056 for ((__i) = 0; (__i) < (__state)->num_private_objs; (__i)++) \ 1057 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), &(old_state), NULL, (__i))) 1073 #define for_each_new_mst_mgr_in_state(__state, mgr, new_state, __i) \ argument 1074 for ((__i) = 0; (__i) < (__state)->num_private_objs; (__i)++) \ 1075 for_each_if(__drm_dp_mst_state_iter_get((__state), &(mgr), NULL, &(new_state), (__i)))
|
| /include/linux/ |
| D | bpf_verifier.h | 485 #define bpf_for_each_reg_in_vstate_mask(__vst, __state, __reg, __mask, __expr) \ argument 491 __state = ___vstate->frame[___i]; \ 492 ___regs = __state->regs; \ 497 bpf_for_each_spilled_reg(___j, __state, __reg, __mask) { \ 506 #define bpf_for_each_reg_in_vstate(__vst, __state, __reg, __expr) \ argument 507 bpf_for_each_reg_in_vstate_mask(__vst, __state, __reg, 1 << STACK_SPILL, __expr)
|
| D | sched.h | 147 #define task_is_running(task) (READ_ONCE((task)->__state) == TASK_RUNNING) 232 WRITE_ONCE(current->__state, (state_value)); \ 238 smp_store_mb(current->__state, (state_value)); \ 253 WRITE_ONCE(current->__state, (state_value)); \ 286 current->saved_state = current->__state; \ 288 WRITE_ONCE(current->__state, TASK_RTLOCK_WAIT); \ 297 WRITE_ONCE(current->__state, current->saved_state); \ 302 #define get_current_state() READ_ONCE(current->__state) 843 unsigned int __state; member 1737 return __task_state_index(READ_ONCE(tsk->__state), tsk->exit_state); in task_state_index()
|
| D | nodemask.h | 441 #define for_each_node_state(__node, __state) \ argument 442 for_each_node_mask((__node), node_states[__state]) 490 #define for_each_node_state(node, __state) \ argument
|