Searched refs:watch_list (Results 1 – 1 of 1) sorted by relevance
66 struct list_head watch_list; member130 struct list_head watch_list; member176 if (!list_empty(&h->watch_list)) in xs_fileno()259 INIT_LIST_HEAD(&h->watch_list); in get_handle()333 list_for_each_entry_safe(msg, tmsg, &h->watch_list, list) { in close_free_msgs()857 if (list_empty(&h->watch_list) && (h->watch_pipe[0] != -1)) in xs_maybe_clear_watch_pipe()881 while (list_empty(&h->watch_list) && h->fd != -1) { in read_watch_internal()899 if (list_empty(&h->watch_list)) { in read_watch_internal()981 if (list_empty(&h->watch_list)) { in xs_unwatch()1259 if (list_empty(&h->watch_list) && in read_message()[all …]
Completed in 5 milliseconds