Home
last modified time | relevance | path

Searched refs:wake_up_q (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/locking/
H A Drwsem.c1026 wake_up_q(&wake_q); in rwsem_down_read_slowpath()
1088 wake_up_q(&wake_q); in rwsem_down_read_slowpath()
1215 wake_up_q(&wake_q); in rwsem_down_write_slowpath()
1308 wake_up_q(&wake_q); in rwsem_down_write_slowpath()
1330 wake_up_q(&wake_q); in rwsem_wake()
1351 wake_up_q(&wake_q); in rwsem_downgrade_wake()
H A Dmutex.c1300 wake_up_q(&wake_q); in __mutex_unlock_slowpath()
H A Drtmutex.c1448 wake_up_q(wake_q); in rt_mutex_postunlock()
/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dwake_q.h63 extern void wake_up_q(struct wake_q_head *head);
/OK3568_Linux_fs/kernel/kernel/
H A Dstop_machine.c84 wake_up_q(&wakeq); in cpu_stop_queue_work()
293 wake_up_q(&wakeq); in cpu_stop_queue_two_works()
H A Dfutex.c1635 wake_up_q(&wake_q); in futex_wake()
1772 wake_up_q(&wake_q); in futex_wake_op()
2193 wake_up_q(&wake_q); in futex_requeue()
/OK3568_Linux_fs/kernel/ipc/
H A Dmsg.c284 wake_up_q(&wake_q); in freeque()
458 wake_up_q(&wake_q); in msgctl_down()
947 wake_up_q(&wake_q); in do_msgsnd()
1244 wake_up_q(&wake_q); in do_msgrcv()
H A Dsem.c1188 wake_up_q(&wake_q); in freeary()
1399 wake_up_q(&wake_q); in semctl_setval()
1562 wake_up_q(&wake_q); in semctl_main()
2127 wake_up_q(&wake_q); in do_semtimedop()
2422 wake_up_q(&wake_q); in exit_sem()
H A Dmqueue.c1170 wake_up_q(&wake_q); in do_mq_timedsend()
1266 wake_up_q(&wake_q); in do_mq_timedreceive()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c596 void wake_up_q(struct wake_q_head *head) in wake_up_q() function