Home
last modified time | relevance | path

Searched refs:frame_sched_state (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/kernel/sched/rtg/
H A Dframe_rtg.c509 (atomic_read(&frame_info->frame_sched_state) == 1)) in update_frame_thread()
522 atomic_read(&frame_info->frame_sched_state)); in update_frame_thread()
523 if (atomic_read(&frame_info->frame_sched_state) == 1) { in update_frame_thread()
606 atomic_t *frame_sched_state = NULL; in set_frame_sched_state() local
613 frame_sched_state = &(frame_info->frame_sched_state); in set_frame_sched_state()
615 if (atomic_read(frame_sched_state) == 1) in set_frame_sched_state()
617 atomic_set(frame_sched_state, 1); in set_frame_sched_state()
625 if (atomic_read(frame_sched_state) == 0) in set_frame_sched_state()
627 atomic_set(frame_sched_state, in set_frame_sched_state()
[all...]
H A Drtg_ctrl.c558 atomic_set(&frame_info->frame_sched_state, 0); in clear_rtg_frame_thread()
607 atomic_set(&frame_info->frame_sched_state, 1); in parse_create_rtg_grp()
/kernel/linux/linux-6.6/kernel/sched/rtg/
H A Dframe_rtg.c509 (atomic_read(&frame_info->frame_sched_state) == 1)) in update_frame_thread()
522 atomic_read(&frame_info->frame_sched_state)); in update_frame_thread()
523 if (atomic_read(&frame_info->frame_sched_state) == 1) { in update_frame_thread()
606 atomic_t *frame_sched_state = NULL; in set_frame_sched_state() local
613 frame_sched_state = &(frame_info->frame_sched_state); in set_frame_sched_state()
615 if (atomic_read(frame_sched_state) == 1) in set_frame_sched_state()
617 atomic_set(frame_sched_state, 1); in set_frame_sched_state()
625 if (atomic_read(frame_sched_state) == 0) in set_frame_sched_state()
627 atomic_set(frame_sched_state, in set_frame_sched_state()
[all...]
H A Drtg_ctrl.c558 atomic_set(&frame_info->frame_sched_state, 0); in clear_rtg_frame_thread()
607 atomic_set(&frame_info->frame_sched_state, 1); in parse_create_rtg_grp()
/kernel/linux/linux-5.10/include/linux/sched/
H A Dframe_rtg.h34 atomic_t frame_sched_state; member
/kernel/linux/linux-6.6/include/linux/sched/
H A Dframe_rtg.h34 atomic_t frame_sched_state; member

Completed in 13 milliseconds