Home
last modified time | relevance | path

Searched refs:eligible (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/driver-api/cxl/allocation/
H A Dhugepages.rst9 CXL Memory onlined as SystemRAM during early boot is eligible for use by CMA,
23 All CXL capacity regardless of configuration time or memory zone is eligible
28 CXL capacity onlined in :code:`ZONE_NORMAL` is eligible for 1GB Gigantic Page
31 CXL capacity onlined in :code:`ZONE_MOVABLE` is not eligible for 1GB Gigantic
/linux/net/sched/
H A Dsch_hfsc.c172 struct rb_root eligible; /* eligible tree */ member
192 struct rb_node **p = &cl->sched->eligible.rb_node; in eltree_insert()
205 rb_insert_color(&cl->el_node, &cl->sched->eligible); in eltree_insert()
212 rb_erase(&cl->el_node, &cl->sched->eligible); in eltree_remove()
231 for (n = rb_first(&q->eligible); n != NULL; n = rb_next(n)) { in eltree_get_mindl()
247 n = rb_first(&q->eligible); in eltree_get_minel()
1411 q->eligible = RB_ROOT; in hfsc_init_qdisc()
1493 q->eligible = RB_ROOT; in hfsc_reset_qdisc()
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-numa19 is performed before swap if an eligible numa node is
/linux/Documentation/block/
H A Dblk-mq.rst95 eligible to be sent to the hardware. One of the possible schedulers to be
/linux/Documentation/networking/
H A Dudplite.rst216 larger checksum coverage lengths, each eligible fragment needs to be
/linux/Documentation/networking/dsa/
H A Dconfiguration.rst443 eligible, based on the firmware description (it effectively reverts to the
/linux/virt/kvm/
H A Dkvm_main.c3912 bool eligible; in kvm_vcpu_eligible_for_directed_yield() local
3914 eligible = !vcpu->spin_loop.in_spin_loop || in kvm_vcpu_eligible_for_directed_yield()
3920 return eligible; in kvm_vcpu_eligible_for_directed_yield()
/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst207 This tunable is used to define when dirty data is old enough to be eligible
231 inode is old enough to be eligible for writeback by the kernel flusher threads.