/kernel/linux/linux-5.10/block/ |
D | blk-sysfs.c | 61 static ssize_t queue_requests_show(struct request_queue *q, char *page) in queue_requests_show() 67 queue_requests_store(struct request_queue *q, const char *page, size_t count) in queue_requests_store() 89 static ssize_t queue_ra_show(struct request_queue *q, char *page) in queue_ra_show() 98 queue_ra_store(struct request_queue *q, const char *page, size_t count) in queue_ra_store() 111 static ssize_t queue_max_sectors_show(struct request_queue *q, char *page) in queue_max_sectors_show() 118 static ssize_t queue_max_segments_show(struct request_queue *q, char *page) in queue_max_segments_show() 123 static ssize_t queue_max_discard_segments_show(struct request_queue *q, in queue_max_discard_segments_show() 129 static ssize_t queue_max_integrity_segments_show(struct request_queue *q, char *page) in queue_max_integrity_segments_show() 134 static ssize_t queue_max_segment_size_show(struct request_queue *q, char *page) in queue_max_segment_size_show() 139 static ssize_t queue_logical_block_size_show(struct request_queue *q, char *page) in queue_logical_block_size_show() [all …]
|
D | blk-settings.c | 25 void blk_queue_rq_timeout(struct request_queue *q, unsigned int timeout) in blk_queue_rq_timeout() 102 void blk_queue_bounce_limit(struct request_queue *q, u64 max_addr) in blk_queue_bounce_limit() 149 void blk_queue_max_hw_sectors(struct request_queue *q, unsigned int max_hw_sectors) in blk_queue_max_hw_sectors() 180 void blk_queue_chunk_sectors(struct request_queue *q, unsigned int chunk_sectors) in blk_queue_chunk_sectors() 191 void blk_queue_max_discard_sectors(struct request_queue *q, in blk_queue_max_discard_sectors() 204 void blk_queue_max_write_same_sectors(struct request_queue *q, in blk_queue_max_write_same_sectors() 217 void blk_queue_max_write_zeroes_sectors(struct request_queue *q, in blk_queue_max_write_zeroes_sectors() 229 void blk_queue_max_zone_append_sectors(struct request_queue *q, in blk_queue_max_zone_append_sectors() 260 void blk_queue_max_segments(struct request_queue *q, unsigned short max_segments) in blk_queue_max_segments() 281 void blk_queue_max_discard_segments(struct request_queue *q, in blk_queue_max_discard_segments() [all …]
|
D | elevator.c | 62 struct request_queue *q = rq->q; in elv_iosched_allow_bio_merge() local 140 static struct elevator_type *elevator_get(struct request_queue *q, in elevator_get() 164 struct elevator_queue *elevator_alloc(struct request_queue *q, in elevator_alloc() 191 void __elevator_exit(struct request_queue *q, struct elevator_queue *e) in __elevator_exit() 206 void elv_rqhash_del(struct request_queue *q, struct request *rq) in elv_rqhash_del() 213 void elv_rqhash_add(struct request_queue *q, struct request *rq) in elv_rqhash_add() 223 void elv_rqhash_reposition(struct request_queue *q, struct request *rq) in elv_rqhash_reposition() 229 struct request *elv_rqhash_find(struct request_queue *q, sector_t offset) in elv_rqhash_find() 303 enum elv_merge elv_merge(struct request_queue *q, struct request **req, in elv_merge() 359 bool elv_attempt_insert_merge(struct request_queue *q, struct request *rq, in elv_attempt_insert_merge() [all …]
|
/kernel/linux/linux-4.19/block/ |
D | blk-settings.c | 34 void blk_queue_prep_rq(struct request_queue *q, prep_rq_fn *pfn) in blk_queue_prep_rq() 51 void blk_queue_unprep_rq(struct request_queue *q, unprep_rq_fn *ufn) in blk_queue_unprep_rq() 57 void blk_queue_softirq_done(struct request_queue *q, softirq_done_fn *fn) in blk_queue_softirq_done() 63 void blk_queue_rq_timeout(struct request_queue *q, unsigned int timeout) in blk_queue_rq_timeout() 69 void blk_queue_rq_timed_out(struct request_queue *q, rq_timed_out_fn *fn) in blk_queue_rq_timed_out() 76 void blk_queue_lld_busy(struct request_queue *q, lld_busy_fn *fn) in blk_queue_lld_busy() 163 void blk_queue_make_request(struct request_queue *q, make_request_fn *mfn) in blk_queue_make_request() 190 void blk_queue_bounce_limit(struct request_queue *q, u64 max_addr) in blk_queue_bounce_limit() 237 void blk_queue_max_hw_sectors(struct request_queue *q, unsigned int max_hw_sectors) in blk_queue_max_hw_sectors() 269 void blk_queue_chunk_sectors(struct request_queue *q, unsigned int chunk_sectors) in blk_queue_chunk_sectors() [all …]
|
D | blk-sysfs.c | 61 static ssize_t queue_requests_show(struct request_queue *q, char *page) in queue_requests_show() 67 queue_requests_store(struct request_queue *q, const char *page, size_t count) in queue_requests_store() 93 static ssize_t queue_ra_show(struct request_queue *q, char *page) in queue_ra_show() 102 queue_ra_store(struct request_queue *q, const char *page, size_t count) in queue_ra_store() 115 static ssize_t queue_max_sectors_show(struct request_queue *q, char *page) in queue_max_sectors_show() 122 static ssize_t queue_max_segments_show(struct request_queue *q, char *page) in queue_max_segments_show() 127 static ssize_t queue_max_discard_segments_show(struct request_queue *q, in queue_max_discard_segments_show() 133 static ssize_t queue_max_integrity_segments_show(struct request_queue *q, char *page) in queue_max_integrity_segments_show() 138 static ssize_t queue_max_segment_size_show(struct request_queue *q, char *page) in queue_max_segment_size_show() 146 static ssize_t queue_logical_block_size_show(struct request_queue *q, char *page) in queue_logical_block_size_show() [all …]
|
D | blk-core.c | 79 void blk_queue_flag_set(unsigned int flag, struct request_queue *q) in blk_queue_flag_set() 94 void blk_queue_flag_clear(unsigned int flag, struct request_queue *q) in blk_queue_flag_clear() 112 bool blk_queue_flag_test_and_set(unsigned int flag, struct request_queue *q) in blk_queue_flag_test_and_set() 133 bool blk_queue_flag_test_and_clear(unsigned int flag, struct request_queue *q) in blk_queue_flag_test_and_clear() 171 void blk_queue_congestion_threshold(struct request_queue *q) in blk_queue_congestion_threshold() 186 void blk_rq_init(struct request_queue *q, struct request *rq) in blk_rq_init() 297 struct request_queue *q; in blk_delay_work() local 315 void blk_delay_queue(struct request_queue *q, unsigned long msecs) in blk_delay_queue() 335 void blk_start_queue_async(struct request_queue *q) in blk_start_queue_async() 354 void blk_start_queue(struct request_queue *q) in blk_start_queue() [all …]
|
D | elevator.c | 60 struct request_queue *q = rq->q; in elv_iosched_allow_bio_merge() local 116 static struct elevator_type *elevator_get(struct request_queue *q, in elevator_get() 174 struct elevator_queue *elevator_alloc(struct request_queue *q, in elevator_alloc() 207 int elevator_init(struct request_queue *q) in elevator_init() 243 void elevator_exit(struct request_queue *q, struct elevator_queue *e) in elevator_exit() 261 void elv_rqhash_del(struct request_queue *q, struct request *rq) in elv_rqhash_del() 268 void elv_rqhash_add(struct request_queue *q, struct request *rq) in elv_rqhash_add() 278 void elv_rqhash_reposition(struct request_queue *q, struct request *rq) in elv_rqhash_reposition() 284 struct request *elv_rqhash_find(struct request_queue *q, sector_t offset) in elv_rqhash_find() 363 void elv_dispatch_sort(struct request_queue *q, struct request *rq) in elv_dispatch_sort() [all …]
|
D | blk.h | 52 static inline void queue_lockdep_assert_held(struct request_queue *q) in queue_lockdep_assert_held() 59 struct request_queue *q) in queue_flag_set_unlocked() 68 struct request_queue *q) in queue_flag_clear_unlocked() 77 struct request_queue *q) in queue_flag_test_and_clear() 90 struct request_queue *q) in queue_flag_test_and_set() 102 static inline void queue_flag_set(unsigned int flag, struct request_queue *q) in queue_flag_set() 108 static inline void queue_flag_clear(unsigned int flag, struct request_queue *q) in queue_flag_clear() 115 struct request_queue *q, struct blk_mq_ctx *ctx) in blk_get_flush_queue() 122 static inline void __blk_get_queue(struct request_queue *q) in __blk_get_queue() 148 static inline void blk_queue_enter_live(struct request_queue *q) in blk_queue_enter_live() [all …]
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
D | videobuf-core.c | 50 #define CALL(q, f, arg...) \ argument 52 #define CALLPTR(q, f, arg...) \ argument 55 struct videobuf_buffer *videobuf_alloc_vb(struct videobuf_queue *q) in videobuf_alloc_vb() 76 static int state_neither_active_nor_queued(struct videobuf_queue *q, in state_neither_active_nor_queued() 88 int videobuf_waiton(struct videobuf_queue *q, struct videobuf_buffer *vb, in videobuf_waiton() 121 int videobuf_iolock(struct videobuf_queue *q, struct videobuf_buffer *vb, in videobuf_iolock() 131 void *videobuf_queue_to_vaddr(struct videobuf_queue *q, in videobuf_queue_to_vaddr() 143 void videobuf_queue_core_init(struct videobuf_queue *q, in videobuf_queue_core_init() 185 int videobuf_queue_is_busy(struct videobuf_queue *q) in videobuf_queue_is_busy() 230 static int __videobuf_free(struct videobuf_queue *q) in __videobuf_free() [all …]
|
/kernel/linux/linux-4.19/drivers/media/v4l2-core/ |
D | videobuf-core.c | 52 #define CALL(q, f, arg...) \ argument 54 #define CALLPTR(q, f, arg...) \ argument 57 struct videobuf_buffer *videobuf_alloc_vb(struct videobuf_queue *q) in videobuf_alloc_vb() 78 static int state_neither_active_nor_queued(struct videobuf_queue *q, in state_neither_active_nor_queued() 90 int videobuf_waiton(struct videobuf_queue *q, struct videobuf_buffer *vb, in videobuf_waiton() 123 int videobuf_iolock(struct videobuf_queue *q, struct videobuf_buffer *vb, in videobuf_iolock() 133 void *videobuf_queue_to_vaddr(struct videobuf_queue *q, in videobuf_queue_to_vaddr() 145 void videobuf_queue_core_init(struct videobuf_queue *q, in videobuf_queue_core_init() 187 int videobuf_queue_is_busy(struct videobuf_queue *q) in videobuf_queue_is_busy() 232 static int __videobuf_free(struct videobuf_queue *q) in __videobuf_free() [all …]
|
/kernel/linux/linux-5.10/net/xdp/ |
D | xsk_queue.h | 112 static inline bool xskq_cons_read_addr_unchecked(struct xsk_queue *q, u64 *addr) in xskq_cons_read_addr_unchecked() 173 static inline bool xskq_cons_is_valid_desc(struct xsk_queue *q, in xskq_cons_is_valid_desc() 184 static inline bool xskq_cons_read_desc(struct xsk_queue *q, in xskq_cons_read_desc() 204 static inline void __xskq_cons_release(struct xsk_queue *q) in __xskq_cons_release() 210 static inline void __xskq_cons_peek(struct xsk_queue *q) in __xskq_cons_peek() 217 static inline void xskq_cons_get_entries(struct xsk_queue *q) in xskq_cons_get_entries() 223 static inline bool xskq_cons_has_entries(struct xsk_queue *q, u32 cnt) in xskq_cons_has_entries() 236 static inline bool xskq_cons_peek_addr_unchecked(struct xsk_queue *q, u64 *addr) in xskq_cons_peek_addr_unchecked() 243 static inline bool xskq_cons_peek_desc(struct xsk_queue *q, in xskq_cons_peek_desc() 252 static inline void xskq_cons_release(struct xsk_queue *q) in xskq_cons_release() [all …]
|
/kernel/linux/linux-4.19/net/xdp/ |
D | xsk_queue.h | 47 static inline u64 xskq_nb_invalid_descs(struct xsk_queue *q) in xskq_nb_invalid_descs() 52 static inline u32 xskq_nb_avail(struct xsk_queue *q, u32 dcnt) in xskq_nb_avail() 65 static inline u32 xskq_nb_free(struct xsk_queue *q, u32 producer, u32 dcnt) in xskq_nb_free() 79 static inline bool xskq_is_valid_addr(struct xsk_queue *q, u64 addr) in xskq_is_valid_addr() 89 static inline u64 *xskq_validate_addr(struct xsk_queue *q, u64 *addr) in xskq_validate_addr() 105 static inline u64 *xskq_peek_addr(struct xsk_queue *q, u64 *addr) in xskq_peek_addr() 118 static inline void xskq_discard_addr(struct xsk_queue *q) in xskq_discard_addr() 123 static inline int xskq_produce_addr(struct xsk_queue *q, u64 addr) in xskq_produce_addr() 139 static inline int xskq_produce_addr_lazy(struct xsk_queue *q, u64 addr) in xskq_produce_addr_lazy() 150 static inline void xskq_produce_flush_addr_n(struct xsk_queue *q, in xskq_produce_flush_addr_n() [all …]
|
/kernel/linux/linux-4.19/drivers/s390/cio/ |
D | qdio_main.c | 112 static int qdio_do_eqbs(struct qdio_q *q, unsigned char *state, in qdio_do_eqbs() 162 static int qdio_do_sqbs(struct qdio_q *q, unsigned char state, int start, in qdio_do_sqbs() 203 static inline int get_buf_states(struct qdio_q *q, unsigned int bufnr, in get_buf_states() 235 static inline int get_buf_state(struct qdio_q *q, unsigned int bufnr, in get_buf_state() 242 static inline int set_buf_states(struct qdio_q *q, int bufnr, in set_buf_states() 257 static inline int set_buf_state(struct qdio_q *q, int bufnr, in set_buf_state() 266 struct qdio_q *q; in qdio_init_buf_states() local 277 static inline int qdio_siga_sync(struct qdio_q *q, unsigned int output, in qdio_siga_sync() 298 static inline int qdio_siga_sync_q(struct qdio_q *q) in qdio_siga_sync_q() 306 static int qdio_siga_output(struct qdio_q *q, unsigned int *busy_bit, in qdio_siga_output() [all …]
|
/kernel/linux/linux-5.10/sound/core/seq/ |
D | seq_queue.c | 50 static int queue_list_add(struct snd_seq_queue *q) in queue_list_add() 71 struct snd_seq_queue *q; in queue_list_remove() local 98 struct snd_seq_queue *q; in queue_new() local 129 static void queue_delete(struct snd_seq_queue *q) in queue_delete() 170 struct snd_seq_queue *q; in snd_seq_queue_alloc() local 189 struct snd_seq_queue *q; in snd_seq_queue_delete() local 205 struct snd_seq_queue *q; in queueptr() local 222 struct snd_seq_queue *q; in snd_seq_queue_find_name() local 237 void snd_seq_check_queue(struct snd_seq_queue *q, int atomic, int hop) in snd_seq_check_queue() 292 struct snd_seq_queue *q; in snd_seq_enqueue_event() local [all …]
|
/kernel/linux/linux-4.19/sound/core/seq/ |
D | seq_queue.c | 63 static int queue_list_add(struct snd_seq_queue *q) in queue_list_add() 84 struct snd_seq_queue *q; in queue_list_remove() local 111 struct snd_seq_queue *q; in queue_new() local 142 static void queue_delete(struct snd_seq_queue *q) in queue_delete() 183 struct snd_seq_queue *q; in snd_seq_queue_alloc() local 202 struct snd_seq_queue *q; in snd_seq_queue_delete() local 218 struct snd_seq_queue *q; in queueptr() local 235 struct snd_seq_queue *q; in snd_seq_queue_find_name() local 250 void snd_seq_check_queue(struct snd_seq_queue *q, int atomic, int hop) in snd_seq_check_queue() 305 struct snd_seq_queue *q; in snd_seq_enqueue_event() local [all …]
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
D | qdio_main.c | 112 static int qdio_do_eqbs(struct qdio_q *q, unsigned char *state, in qdio_do_eqbs() 162 static int qdio_do_sqbs(struct qdio_q *q, unsigned char state, int start, in qdio_do_sqbs() 203 static inline int get_buf_states(struct qdio_q *q, unsigned int bufnr, in get_buf_states() 242 static inline int get_buf_state(struct qdio_q *q, unsigned int bufnr, in get_buf_state() 249 static inline int set_buf_states(struct qdio_q *q, int bufnr, in set_buf_states() 271 static inline int set_buf_state(struct qdio_q *q, int bufnr, in set_buf_state() 280 struct qdio_q *q; in qdio_init_buf_states() local 291 static inline int qdio_siga_sync(struct qdio_q *q, unsigned int output, in qdio_siga_sync() 312 static inline int qdio_siga_sync_q(struct qdio_q *q) in qdio_siga_sync_q() 320 static int qdio_siga_output(struct qdio_q *q, unsigned int count, in qdio_siga_output() [all …]
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | swait.c | 7 void __init_swait_queue_head(struct swait_queue_head *q, const char *name, in __init_swait_queue_head() 22 void swake_up_locked(struct swait_queue_head *q) in swake_up_locked() 42 void swake_up_all_locked(struct swait_queue_head *q) in swake_up_all_locked() 48 void swake_up_one(struct swait_queue_head *q) in swake_up_one() 62 void swake_up_all(struct swait_queue_head *q) in swake_up_all() 85 void __prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait) in __prepare_to_swait() 92 void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_exclusive() 103 long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_event() 126 void __finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in __finish_swait() 133 void finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in finish_swait()
|
/kernel/linux/linux-4.19/drivers/infiniband/sw/rxe/ |
D | rxe_queue.h | 104 static inline int next_index(struct rxe_queue *q, int index) in next_index() 109 static inline int queue_empty(struct rxe_queue *q) in queue_empty() 115 static inline int queue_full(struct rxe_queue *q) in queue_full() 121 static inline void advance_producer(struct rxe_queue *q) in advance_producer() 127 static inline void advance_consumer(struct rxe_queue *q) in advance_consumer() 133 static inline void *producer_addr(struct rxe_queue *q) in producer_addr() 139 static inline void *consumer_addr(struct rxe_queue *q) in consumer_addr() 145 static inline unsigned int producer_index(struct rxe_queue *q) in producer_index() 150 static inline unsigned int consumer_index(struct rxe_queue *q) in consumer_index() 155 static inline void *addr_from_index(struct rxe_queue *q, unsigned int index) in addr_from_index() [all …]
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/ |
D | rxe_queue.h | 72 static inline int next_index(struct rxe_queue *q, int index) in next_index() 77 static inline int queue_empty(struct rxe_queue *q) in queue_empty() 83 static inline int queue_full(struct rxe_queue *q) in queue_full() 89 static inline void advance_producer(struct rxe_queue *q) in advance_producer() 95 static inline void advance_consumer(struct rxe_queue *q) in advance_consumer() 101 static inline void *producer_addr(struct rxe_queue *q) in producer_addr() 107 static inline void *consumer_addr(struct rxe_queue *q) in consumer_addr() 113 static inline unsigned int producer_index(struct rxe_queue *q) in producer_index() 118 static inline unsigned int consumer_index(struct rxe_queue *q) in consumer_index() 123 static inline void *addr_from_index(struct rxe_queue *q, unsigned int index) in addr_from_index() [all …]
|
/kernel/linux/linux-4.19/drivers/isdn/hardware/eicon/ |
D | dqueue.c | 17 diva_data_q_init(diva_um_idi_data_queue_t *q, in diva_data_q_init() 41 int diva_data_q_finit(diva_um_idi_data_queue_t *q) in diva_data_q_finit() 57 int diva_data_q_get_max_length(const diva_um_idi_data_queue_t *q) in diva_data_q_get_max_length() 62 void *diva_data_q_get_segment4write(diva_um_idi_data_queue_t *q) in diva_data_q_get_segment4write() 73 diva_data_q_ack_segment4write(diva_um_idi_data_queue_t *q, int length) in diva_data_q_ack_segment4write() 86 const void *diva_data_q_get_segment4read(const diva_um_idi_data_queue_t * in diva_data_q_get_segment4read() 95 int diva_data_q_get_segment_length(const diva_um_idi_data_queue_t *q) in diva_data_q_get_segment_length() 100 void diva_data_q_ack_segment4read(diva_um_idi_data_queue_t *q) in diva_data_q_ack_segment4read()
|
/kernel/linux/linux-4.19/sound/core/seq/oss/ |
D | seq_oss_readq.c | 48 struct seq_oss_readq *q; in snd_seq_oss_readq_new() local 75 snd_seq_oss_readq_delete(struct seq_oss_readq *q) in snd_seq_oss_readq_delete() 87 snd_seq_oss_readq_clear(struct seq_oss_readq *q) in snd_seq_oss_readq_clear() 102 snd_seq_oss_readq_puts(struct seq_oss_readq *q, int dev, unsigned char *data, int len) in snd_seq_oss_readq_puts() 136 int snd_seq_oss_readq_sysex(struct seq_oss_readq *q, int dev, in snd_seq_oss_readq_sysex() 154 snd_seq_oss_readq_put_event(struct seq_oss_readq *q, union evrec *ev) in snd_seq_oss_readq_put_event() 182 snd_seq_oss_readq_pick(struct seq_oss_readq *q, union evrec *rec) in snd_seq_oss_readq_pick() 194 snd_seq_oss_readq_wait(struct seq_oss_readq *q) in snd_seq_oss_readq_wait() 206 snd_seq_oss_readq_free(struct seq_oss_readq *q) in snd_seq_oss_readq_free() 219 snd_seq_oss_readq_poll(struct seq_oss_readq *q, struct file *file, poll_table *wait) in snd_seq_oss_readq_poll() [all …]
|
/kernel/linux/linux-5.10/sound/core/seq/oss/ |
D | seq_oss_readq.c | 35 struct seq_oss_readq *q; in snd_seq_oss_readq_new() local 62 snd_seq_oss_readq_delete(struct seq_oss_readq *q) in snd_seq_oss_readq_delete() 74 snd_seq_oss_readq_clear(struct seq_oss_readq *q) in snd_seq_oss_readq_clear() 89 snd_seq_oss_readq_puts(struct seq_oss_readq *q, int dev, unsigned char *data, int len) in snd_seq_oss_readq_puts() 123 int snd_seq_oss_readq_sysex(struct seq_oss_readq *q, int dev, in snd_seq_oss_readq_sysex() 141 snd_seq_oss_readq_put_event(struct seq_oss_readq *q, union evrec *ev) in snd_seq_oss_readq_put_event() 169 snd_seq_oss_readq_pick(struct seq_oss_readq *q, union evrec *rec) in snd_seq_oss_readq_pick() 181 snd_seq_oss_readq_wait(struct seq_oss_readq *q) in snd_seq_oss_readq_wait() 193 snd_seq_oss_readq_free(struct seq_oss_readq *q) in snd_seq_oss_readq_free() 206 snd_seq_oss_readq_poll(struct seq_oss_readq *q, struct file *file, poll_table *wait) in snd_seq_oss_readq_poll() [all …]
|
/kernel/linux/linux-4.19/drivers/media/common/videobuf2/ |
D | videobuf2-core.c | 92 #define log_qop(q, op) \ argument 96 #define call_qop(q, op, args...) \ argument 107 #define call_void_qop(q, op, args...) \ argument 156 #define call_qop(q, op, args...) \ argument 159 #define call_void_qop(q, op, args...) \ argument 176 #define call_bufop(q, op, args...) \ argument 184 #define call_void_bufop(q, op, args...) \ argument 198 struct vb2_queue *q = vb->vb2_queue; in __vb2_buf_mem_alloc() local 304 struct vb2_queue *q = vb->vb2_queue; in __setup_offsets() local 333 static int __vb2_queue_alloc(struct vb2_queue *q, enum vb2_memory memory, in __vb2_queue_alloc() [all …]
|
/kernel/linux/linux-4.19/kernel/sched/ |
D | swait.c | 7 void __init_swait_queue_head(struct swait_queue_head *q, const char *name, in __init_swait_queue_head() 22 void swake_up_locked(struct swait_queue_head *q) in swake_up_locked() 35 void swake_up_one(struct swait_queue_head *q) in swake_up_one() 49 void swake_up_all(struct swait_queue_head *q) in swake_up_all() 72 static void __prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait) in __prepare_to_swait() 79 void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_exclusive() 90 long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_event() 113 void __finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in __finish_swait() 120 void finish_swait(struct swait_queue_head *q, struct swait_queue *wait) in finish_swait()
|
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
D | videobuf2-core.c | 37 #define dprintk(q, level, fmt, arg...) \ argument 93 #define log_qop(q, op) \ argument 97 #define call_qop(q, op, args...) \ argument 108 #define call_void_qop(q, op, args...) \ argument 157 #define call_qop(q, op, args...) \ argument 160 #define call_void_qop(q, op, args...) \ argument 177 #define call_bufop(q, op, args...) \ argument 185 #define call_void_bufop(q, op, args...) \ argument 216 struct vb2_queue *q = vb->vb2_queue; in __vb2_buf_mem_alloc() local 362 struct vb2_queue *q = vb->vb2_queue; in __setup_offsets() local [all …]
|