Searched refs:rescue (Results 1 – 14 of 14) sorted by relevance
242 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 …]
220 return rq->scx.rescue.curr; in scx_rescuee()
32 int i = 0, rescue = 8; in wd_stop() local35 while (rescue--) { in wd_stop()
106 rescue-boot {107 label = "rescue boot button";323 MFP_PIN_PXA300(115) MFP_AF0 /* rescue boot */
120 label = "rescue";
98 building a kernel for install/rescue disks or your system is very
37 rescue floppy disk.
18 system for crypto setup and/or rescue purposes. You may even have
288 label = "rescue";
20 comparison, an actual rescue disk used up 3202 blocks with ext2, while
152 In 2015, Andreas Schultz came to the rescue and fixed lots more bugs,
150 through the use of rescue workers. All work items which might be used152 wq's that have a rescue-worker reserved for execution under memory
175 the pages in the region and "rescue" them from the unevictable list if no other
815 struct scx_rq_rescue rescue; member