Home
last modified time | relevance | path

Searched refs:mi_pending_reads_notif_wq (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/incfs/
H A Ddata_mgmt.h153 wait_queue_head_t mi_pending_reads_notif_wq; member
H A Ddata_mgmt.c65 init_waitqueue_head(&mi->mi_pending_reads_notif_wq); in incfs_alloc_mount_info()
1048 wake_up_all(&mi->mi_pending_reads_notif_wq); in add_pending_read()
H A Dpseudo_files.c112 poll_wait(file, &mi->mi_pending_reads_notif_wq, wait); in pending_reads_poll()