Searched refs:open_queue (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtrap.c222 bool open_queue = !priv->en_trap; local
226 if (open_queue) {
252 if (open_queue)
/linux-master/sound/oss/dmasound/
H A Ddmasound.h232 wait_queue_head_t action_queue, open_queue, sync_queue; member in struct:sound_queue
H A Ddmasound_core.c691 init_waitqueue_head(&sq->open_queue);
702 WAKE_UP(sq->open_queue);
719 if (wait_event_interruptible(sq->open_queue, !sq->busy))
/linux-master/tools/testing/selftests/net/netfilter/
H A Dnf_queue.c207 struct mnl_socket *open_queue(void) function
285 nl = open_queue();
/linux-master/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c162 static inline void open_queue(struct mq_attr *attr);
283 * open_queue - open the global queue for testing
292 static inline void open_queue(struct mq_attr *attr) function
715 open_queue(&attr);
/linux-master/drivers/soc/ti/
H A Dknav_qmss.h315 int (*open_queue)(struct knav_range_info *range, member in struct:knav_range_ops
H A Dknav_qmss_queue.c246 if (range->ops && range->ops->open_queue)
247 ret = range->ops->open_queue(range, inst, flags);
416 .open_queue = knav_gp_open_queue,
H A Dknav_qmss_acc.c456 .open_queue = knav_acc_open_queue,

Completed in 181 milliseconds