Home
last modified time | relevance | path

Searched refs:is_closed (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/platform_data/
H A Dmmc-omap.h118 int is_closed);
/linux/drivers/infiniband/core/
H A Duverbs_main.c239 if (ev_queue->is_closed) { in ib_uverbs_event_read()
250 ev_queue->is_closed))) in ib_uverbs_event_read()
314 else if (ev_queue->is_closed) in ib_uverbs_event_poll()
380 if (ev_queue->is_closed) { in ib_uverbs_comp_handler()
415 if (async_file->ev_queue.is_closed) { in ib_uverbs_async_handler()
486 ev_queue->is_closed = 0; in ib_uverbs_init_event_queue()
H A Duverbs.h119 int is_closed; member
H A Duverbs_std_types.c140 * once is_closed is set. in ib_uverbs_free_event_queue()
142 event_queue->is_closed = 1; in ib_uverbs_free_event_queue()
/linux/fs/ceph/
H A Dcaps.c4765 bool is_closed = true; in ceph_put_fmode() local
4784 is_closed = false; in ceph_put_fmode()
4787 if (is_closed) in ceph_put_fmode()