HomeSort by relevance Sort by last modified time
    Searched refs:wait_queue (Results 1 - 4 of 4) sorted by null

  /external/squashfs-tools/kernel/fs/squashfs/
squashfs_fs_sb.h 37 wait_queue_head_t wait_queue; member in struct:squashfs_cache
49 wait_queue_head_t wait_queue; member in struct:squashfs_cache_entry
cache.c 87 wait_event(cache->wait_queue, cache->unused);
138 wake_up_all(&entry->wait_queue);
163 wait_event(entry->wait_queue, !entry->pending);
198 wake_up(&cache->wait_queue);
258 init_waitqueue_head(&cache->wait_queue);
263 init_waitqueue_head(&cache->entry[i].wait_queue);
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs_sb.h 36 wait_queue_head_t wait_queue; member in struct:squashfs_cache_entry
49 wait_queue_head_t wait_queue; member in struct:squashfs_cache
  /external/syslinux/gpxe/src/drivers/net/
wlan_compat.h 402 typedef struct wait_queue *wait_queue_head_t;
403 typedef struct wait_queue wait_queue_t;

Completed in 236 milliseconds