Home
last modified time | relevance | path

Searched refs:served (Results 1 – 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/block/
Dbfq-wf2q.c824 void bfq_bfqq_served(struct bfq_queue *bfqq, int served) in bfq_bfqq_served() argument
833 bfqq->service_from_wr += served; in bfq_bfqq_served()
835 bfqq->service_from_backlogged += served; in bfq_bfqq_served()
839 entity->service += served; in bfq_bfqq_served()
841 st->vtime += bfq_delta(served, st->wsum); in bfq_bfqq_served()
844 bfq_log_bfqq(bfqq->bfqd, bfqq, "bfqq_served %d secs", served); in bfq_bfqq_served()
Dbfq-iosched.h1040 void bfq_bfqq_served(struct bfq_queue *bfqq, int served);
/kernel/linux/linux-5.10/drivers/gpu/host1x/
DKconfig10 Tegra's graphics- and multimedia-related modules. The modules served
/kernel/linux/linux-5.10/Documentation/filesystems/
Ddnotify.rst48 access to files served by local user mode servers should be notified.
49 Also, remote accesses to files served by a local kernel NFS server should
Dfuse.rst375 | [fd = open("/mnt/fuse/file")] | [request served normally]
Df2fs.rst652 are served all the time for writing new data. However, it suffers from cleaning
/kernel/linux/linux-5.10/Documentation/block/
Dbfq-iosched.rst142 possibly heavy workloads are being served, BFQ guarantees:
184 giving the process the chance to go on being served if it issues
273 I/O: in fact, the longer these applications are served once
288 - ioprio classes are served in strict priority order, i.e.,
289 lower-priority queues are not served as long as there are
358 requests served for each request served for another queue B. Idling
485 to the maximum number of sectors that can be served during
522 if served in such a way to receive its share of the bandwidth, then
Ddeadline-iosched.rst42 a value of 1 yields first-come first-served behaviour). Increasing fifo_batch
Dioprio.rst19 served for a process.
/kernel/linux/linux-5.10/Documentation/s390/
Dqeth.rst33 or a VLAN is registered or unregistered on the network served by the device.
/kernel/linux/linux-5.10/Documentation/networking/
Dx25.rst26 being served by the LLC will be completely separate from LAPB. The LLC
Dtuntap.rst140 created to the caller. Each file descriptor were served as the interface of a
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/
Dblkio-controller.rst164 that is no longer true as requests may be served out of order. This
166 of multiple IOs when served out of order which may result in total
218 requests when not being served, i.e., it does not include any time
/kernel/linux/linux-5.10/drivers/tty/
Dmoxa.c1428 unsigned int card, port, served = 0; in moxa_poll() local
1436 served++; in moxa_poll()
1459 if (served) in moxa_poll()
/kernel/linux/linux-5.10/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.rst68 Other IOCTLs can be served using the ioctl-callback. Note that this is mainly
/kernel/linux/linux-5.10/Documentation/core-api/
Dworkqueue.rst168 Work items queued to an unbound wq are served by the special
197 served by worker threads with elevated nice level.
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
Dcmd.c2249 int served = 0; in mlx4_master_comm_channel() local
2278 ++served; in mlx4_master_comm_channel()
2283 if (reported && reported != served) in mlx4_master_comm_channel()
2285 reported, served); in mlx4_master_comm_channel()
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/
Dcache.rst93 to be coherent with the origin device, then all reads are served from
/kernel/linux/linux-5.10/net/sched/
DKconfig17 is a FIFO (first come, first served). If you say Y here, you will be
/kernel/linux/linux-5.10/Documentation/kernel-hacking/
Dhacking.rst445 Many parts of the kernel are well served as a module
/kernel/linux/linux-5.10/Documentation/virt/uml/
Duser_mode_linux_howto_v2.rst881 so UML disk requests will be served from the host's memory rather than
/kernel/linux/linux-5.10/Documentation/RCU/Design/Data-Structures/
DData-Structures.rst353 lowest and highest numbered CPU served by this ``rcu_node`` structure,