Searched refs:enqueued (Results 1 – 18 of 18) sorted by relevance
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 60 sockets-enqueued 61 Counts how many times an NFS transport is enqueued to wait for 108 this case), or the transport can be enqueued for later attention 109 (sockets-enqueued counts this case), or the packet can be temporarily 114 packets-deferred = packets-arrived - ( sockets-enqueued + threads-woken )
|
/linux-4.4.14/fs/btrfs/ |
D | reada.c | 761 u64 enqueued; in __reada_start_machine() local 766 enqueued = 0; in __reada_start_machine() 770 enqueued += reada_start_machine_dev(fs_info, in __reada_start_machine() 773 total += enqueued; in __reada_start_machine() 774 } while (enqueued && total < 10000); in __reada_start_machine() 776 if (enqueued == 0) in __reada_start_machine()
|
/linux-4.4.14/drivers/firewire/ |
D | net.c | 200 u8 enqueued; member 819 free = (ptask->outstanding_pkts == 0 && ptask->enqueued); in fwnet_transmit_packet_done() 896 free = ptask->enqueued; in fwnet_transmit_packet_failed() 999 free = (ptask->outstanding_pkts == 0 && !ptask->enqueued); in fwnet_send_packet() 1001 ptask->enqueued = true; in fwnet_send_packet() 1018 free = (ptask->outstanding_pkts == 0 && !ptask->enqueued); in fwnet_send_packet() 1020 ptask->enqueued = true; in fwnet_send_packet() 1324 ptask->enqueued = 0; in fwnet_tx()
|
/linux-4.4.14/Documentation/usb/ |
D | bulk-streams.txt | 46 Do NOT call this function if you have URBs enqueued for any of the endpoints
|
/linux-4.4.14/Documentation/networking/ |
D | scaling.txt | 259 for this flow are enqueued for further kernel processing. Ideally, kernel 263 enqueued for kernel processing on the old CPU. 266 CPU's backlog when a packet in this flow was last enqueued. Each backlog 270 been enqueued onto the currently designated CPU for flow i (of course, 279 table), the packet is enqueued onto that CPU’s backlog. If they differ,
|
D | bonding.txt | 1646 bond0 interface and filter traffic enqueued to it, such that packets with a dst
|
/linux-4.4.14/Documentation/locking/ |
D | rt-mutex.txt | 33 rtmutex, only the top priority waiter is enqueued into the owner's
|
/linux-4.4.14/Documentation/scheduler/ |
D | completion.txt | 78 enqueued tasks could get "lost" - use reinit_completion() in that case. 215 wakeup order is the same in which they were enqueued (FIFO order).
|
/linux-4.4.14/Documentation/video4linux/ |
D | pxa_camera.txt | 73 - arrow "Q" means : a buffer was enqueued
|
/linux-4.4.14/arch/arc/kernel/ |
D | entry-compact.S | 227 ; off to "C" code where SIGBUS in enqueued
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | operations.txt | 181 enqueued for further immediate asynchronous processing by adjusting the
|
D | backend-api.txt | 173 an operation needs more processing time, it should be enqueued again. 438 retrieval routine could be enqueued upon the completion of a disk read.
|
/linux-4.4.14/Documentation/timers/ |
D | hrtimers.txt | 110 be enqueued again. The time-ordered enqueueing and the storage of the
|
/linux-4.4.14/Documentation/input/ |
D | atarikbd.txt | 364 matrix activity is still monitored and scan codes or ASCII characters enqueued 382 monitoring process (i.e. the samples are not enqueued for transmission).
|
/linux-4.4.14/Documentation/ |
D | kmemcheck.txt | 599 we found earlier when looking for where siginfo_t objects are enqueued on the
|
/linux-4.4.14/net/netfilter/ |
D | Kconfig | 372 the enqueued via NFNETLINK.
|
/linux-4.4.14/drivers/block/ |
D | skd_main.c | 2688 int limit, int *enqueued) in skd_isr_completion_posted() argument
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | api.txt | 417 -EEXIST if an interrupt is already enqueued
|