Home
last modified time | relevance | path

Searched defs:queue (Results 1 – 25 of 45) sorted by relevance

12

/include/drm/
Dspsc_queue.h48 static inline void spsc_queue_init(struct spsc_queue *queue) in spsc_queue_init()
55 static inline struct spsc_node *spsc_queue_peek(struct spsc_queue *queue) in spsc_queue_peek()
60 static inline int spsc_queue_count(struct spsc_queue *queue) in spsc_queue_count()
65 static inline bool spsc_queue_push(struct spsc_queue *queue, struct spsc_node *node) in spsc_queue_push()
91 static inline struct spsc_node *spsc_queue_pop(struct spsc_queue *queue) in spsc_queue_pop()
Ddrm_vblank.h124 wait_queue_head_t queue; member
/include/net/
Drequest_sock.h209 static inline bool reqsk_queue_empty(const struct request_sock_queue *queue) in reqsk_queue_empty()
214 static inline struct request_sock *reqsk_queue_remove(struct request_sock_queue *queue, in reqsk_queue_remove()
231 static inline void reqsk_queue_removed(struct request_sock_queue *queue, in reqsk_queue_removed()
239 static inline void reqsk_queue_added(struct request_sock_queue *queue) in reqsk_queue_added()
245 static inline int reqsk_queue_len(const struct request_sock_queue *queue) in reqsk_queue_len()
250 static inline int reqsk_queue_len_young(const struct request_sock_queue *queue) in reqsk_queue_len_young()
Dpkt_sched.h154 s32 queue; member
163 s32 queue; member
214 int queue; member
Dnetdev_rx_queue.h54 get_netdev_rx_queue_index(struct netdev_rx_queue *queue) in get_netdev_rx_queue_index()
Dfq.h34 struct sk_buff_head queue; member
Dgarp.h107 struct sk_buff_head queue; member
/include/uapi/sound/
Dasequencer.h237 unsigned char queue; /* affected queue */ member
262 struct snd_seq_ev_queue_control queue; member
276 unsigned char queue; /* schedule queue */ member
290 unsigned char queue; /* schedule queue */ member
407 unsigned char queue; /* Queue for REMOVE_DEST */ member
499 int queue; /* queue id */ member
515 int queue; /* queue id */ member
527 int queue; /* sequencer queue */ member
544 int queue; /* sequencer queue */ member
557 int queue; /* sequencer queue */ member
[all …]
/include/media/
Ddvb_ringbuffer.h48 wait_queue_head_t queue; member
Dmedia-request.h250 void (*queue)(struct media_request_object *object); member
Dv4l2-dev.h285 struct vb2_queue *queue; member
/include/linux/
Dptr_ring.h40 void **queue; member
559 static inline void **__ptr_ring_swap_queue(struct ptr_ring *r, void **queue, in __ptr_ring_swap_queue()
595 void **queue = __ptr_ring_init_queue_alloc_noprof(size, gfp); in ptr_ring_resize_noprof() local
Dif_eql.h45 slave_queue_t queue; member
Dpps_kernel.h55 wait_queue_head_t queue; /* PPS event queue */ member
Dwatch_queue.h59 struct watch_queue __rcu *queue; /* Queue to post events to */ member
Diommu.h739 struct iopf_queue *queue; member
1607 iopf_queue_add_device(struct iopf_queue *queue, struct device *dev) in iopf_queue_add_device()
1613 iopf_queue_remove_device(struct iopf_queue *queue, struct device *dev) in iopf_queue_remove_device()
1627 static inline void iopf_queue_free(struct iopf_queue *queue) in iopf_queue_free()
1631 static inline int iopf_queue_discard_partial(struct iopf_queue *queue) in iopf_queue_discard_partial()
/include/crypto/internal/
Dengine.h57 struct crypto_queue queue; member
Dhash.h222 static inline int ahash_enqueue_request(struct crypto_queue *queue, in ahash_enqueue_request()
229 struct crypto_queue *queue) in ahash_dequeue_request()
Daead.h133 static inline void aead_init_queue(struct aead_queue *queue, in aead_init_queue()
/include/rdma/
Drdmavt_cq.h55 struct rvt_cq_wc *queue; member
/include/crypto/
Dalgapi.h174 static inline unsigned int crypto_queue_len(struct crypto_queue *queue) in crypto_queue_len()
222 struct crypto_queue *queue) in crypto_get_backlog()
/include/net/netfilter/
Dnf_queue.h105 nfqueue_hash(const struct sk_buff *skb, u16 queue, u16 queues_total, u8 family, in nfqueue_hash()
/include/linux/soc/ixp4xx/
Dqmgr.h82 #define qmgr_request_queue(queue, len, nearly_empty_watermark, \ argument
/include/linux/iio/
Dbuffer-dma.h65 struct iio_dma_buffer_queue *queue; member
/include/linux/mfd/
Dipaq-micro.h118 struct list_head queue; member

12