Searched refs:starved (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/block/ |
H A D | mq-deadline.c | 52 unsigned int starved; /* times reads have starved writes */ member 306 (dd->starved++ >= dd->writes_starved)) in __dd_dispatch_request() 315 * there are either no reads or writes have been starved in __dd_dispatch_request() 322 dd->starved = 0; in __dd_dispatch_request() 732 seq_printf(m, "%u\n", dd->starved); in deadline_starved_show() 777 {"starved", 0400, deadline_starved_show},
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | adapter.h | 157 unsigned long starved; member
|
H A D | sge.c | 2959 * starved. 2983 qs->rspq.starved++; in sge_timer_rx()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | adapter.h | 157 unsigned long starved; member
|
H A D | sge.c | 2957 * starved. 2981 qs->rspq.starved++; in sge_timer_rx()
|
/kernel/linux/linux-6.6/block/ |
H A D | mq-deadline.c | 92 unsigned int starved; /* times reads have starved writes */ member 483 (dd->starved++ >= dd->writes_starved)) in __dd_dispatch_request() 492 * there are either no reads or writes have been starved in __dd_dispatch_request() 499 dd->starved = 0; in __dd_dispatch_request() 1111 seq_printf(m, "%u\n", dd->starved); in deadline_starved_show() 1232 {"starved", 0400, deadline_starved_show},
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | scsi_lib.c | 430 * starved queues, call blk_run_queue. scsi_request_fn in scsi_starved_list_run() 452 * call may remove the sdev from the starved list and destroy in scsi_starved_list_run() 1314 goto starved; in scsi_target_queue_ready() 1327 goto starved; in scsi_target_queue_ready() 1331 starved: in scsi_target_queue_ready() 1356 goto starved; in scsi_host_queue_ready() 1370 goto starved; in scsi_host_queue_ready() 1372 /* We're OK to process the command, so we can't be starved */ in scsi_host_queue_ready() 1384 starved: in scsi_host_queue_ready()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_lib.c | 393 * starved queues, call blk_run_queue. scsi_request_fn in scsi_starved_list_run() 415 * call may remove the sdev from the starved list and destroy in scsi_starved_list_run() 1306 goto starved; in scsi_target_queue_ready() 1319 goto starved; in scsi_target_queue_ready() 1323 starved: in scsi_target_queue_ready() 1345 goto starved; in scsi_host_queue_ready() 1359 goto starved; in scsi_host_queue_ready() 1361 /* We're OK to process the command, so we can't be starved */ in scsi_host_queue_ready() 1373 starved: in scsi_host_queue_ready()
|
Completed in 20 milliseconds