Home
last modified time | relevance | path

Searched refs:global_queue (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/drivers/scsi/qedi/
Dqedi.h155 struct global_queue { struct
270 struct global_queue **global_queues;
Dqedi_debugfs.c140 struct global_queue *que = NULL; in qedi_gbl_ctx_show()
Dqedi_main.c1265 struct global_queue *que; in qedi_process_completions()
1317 struct global_queue *que; in qedi_fp_has_work()
1517 struct global_queue **gl = qedi->global_queues; in qedi_free_global_queues()
1644 qedi->global_queues = kzalloc((sizeof(struct global_queue *) * in qedi_alloc_global_queues()
/Linux-v6.1/drivers/scsi/qedf/
Dqedf.h269 struct global_queue { struct
368 struct global_queue **global_queues;
Dqedf_main.c2193 struct global_queue *que; in qedf_fp_has_work()
2223 struct global_queue *que; in qedf_process_completions()
2930 struct global_queue **gl = qedf->global_queues; in qedf_free_global_queues()
3054 qedf->global_queues = kzalloc((sizeof(struct global_queue *) in qedf_alloc_global_queues()
3073 qedf->global_queues[i] = kzalloc(sizeof(struct global_queue), in qedf_alloc_global_queues()
/Linux-v6.1/drivers/md/
Ddm-bufio.c216 static LIST_HEAD(global_queue);
361 list_add(&b->global_list, &global_queue); in adjust_total_allocated()
1994 if (unlikely(list_empty(&global_queue))) in do_global_cleanup()
1996 b = list_entry(global_queue.prev, struct dm_buffer, global_list); in do_global_cleanup()
2000 list_move(&b->global_list, &global_queue); in do_global_cleanup()
2026 list_move(&b->global_list, &global_queue); in do_global_cleanup()