Home
last modified time | relevance | path

Searched refs:rescue (Results 1 – 14 of 14) sorted by relevance

/linux/kernel/sched/ext/
H A Dsub.c242 s64 served = rq->scx.rescue.curr->se.sum_exec_runtime - rq->scx.rescue.exec_snap; in scx_rescue_slice_remaining()
244 return max(rq->scx.rescue.slice - served, 0); in scx_rescue_slice_remaining()
285 rq->scx.rescue.budget -= delta_exec; in scx_rescue_charge()
292 scx_task_slice_ended(rq, rq->scx.rescue.curr); in scx_rescue_charge()
308 rq->scx.rescue.curr = NULL; in scx_rescue_end()
309 if (list_empty(&rq->scx.rescue.dsq.list)) in scx_rescue_end()
310 rq->scx.rescue.budget = min(rq->scx.rescue.budget, scx_rescue_quantum_ns); in scx_rescue_end()
354 bool in_session = rq->scx.rescue.curr || !list_empty(&rq->scx.rescue.dsq.list); in scx_rescue_accrue()
363 delta = now - rq->scx.rescue.clock; in scx_rescue_accrue()
364 rq->scx.rescue.clock = now; in scx_rescue_accrue()
[all …]
H A Dsub.h220 return rq->scx.rescue.curr; in scx_rescuee()
/linux/arch/powerpc/platforms/embedded6xx/
H A Dls_uart.c32 int i = 0, rescue = 8; in wd_stop() local
35 while (rescue--) { in wd_stop()
/linux/arch/arm/boot/dts/intel/pxa/
H A Dpxa300-raumfeld-common.dtsi106 rescue-boot {
107 label = "rescue boot button";
323 MFP_PIN_PXA300(115) MFP_AF0 /* rescue boot */
/linux/arch/arm/boot/dts/nxp/mxs/
H A Dimx28-lwe.dtsi120 label = "rescue";
/linux/fs/proc/
H A DKconfig98 building a kernel for install/rescue disks or your system is very
/linux/Documentation/admin-guide/blockdev/
H A Dramdisk.rst37 rescue floppy disk.
/linux/Documentation/power/
H A Dswsusp-dmcrypt.rst18 system for crypto setup and/or rescue purposes. You may even have
/linux/arch/powerpc/boot/dts/
H A Dturris1x.dts288 label = "rescue";
/linux/Documentation/filesystems/
H A Dromfs.rst20 comparison, an actual rescue disk used up 3202 blocks with ext2, while
/linux/Documentation/networking/
H A Dgtp.rst152 In 2015, Andreas Schultz came to the rescue and fixed lots more bugs,
/linux/Documentation/core-api/
H A Dworkqueue.rst150 through the use of rescue workers. All work items which might be used
152 wq's that have a rescue-worker reserved for execution under memory
/linux/Documentation/mm/
H A Dunevictable-lru.rst175 the pages in the region and "rescue" them from the unevictable list if no other
/linux/kernel/sched/
H A Dsched.h815 struct scx_rq_rescue rescue; member