Home
last modified time | relevance | path

Searched refs:Task (Results 1 – 25 of 47) sorted by relevance

12

/linux-6.15/rust/kernel/
H A Dtask.rs38 unsafe { &*$crate::task::Task::current() }
48 unsafe { &*$crate::task::Task::current_pid_ns() }
97 pub struct Task(pub(crate) Opaque<bindings::task_struct>); struct
103 unsafe impl Send for Task {} implementation
108 unsafe impl Sync for Task {} implementation
119 impl Task { impl
139 task: &'a Task, in current()
144 type Target = Task; in current()
151 let current = Task::current_raw(); in current()
259 pub fn group_leader(&self) -> &Task { in group_leader() argument
[all …]
/linux-6.15/Documentation/scheduler/
H A Dsched-ext.rst296 Task Lifecycle
311 ops.runnable(); /* Task becomes ready to run */
315 ops.enqueue(); /* Task can be added to a DSQ */
319 ops.dispatch(); /* Task is moved to a local DSQ */
321 ops.running(); /* Task starts running on its assigned CPU */
323 ops.stopping(); /* Task stops running (time slice expires or wait) */
326 ops.quiescent(); /* Task releases its assigned CPU (wait) */
330 ops.exit_task(); /* Task is destroyed */
H A Dsched-deadline.rst2 Deadline Task Scheduling
19 4.2 Task interface
230 A Task T1
240 A Task T2
263 Suppose Task T1 is the first task to start execution.
276 This is the 0-lag time for Task T1. Since it didn't woken up in the
281 Task T2 therefore reclaims the bandwidth unused by Task T1.
285 Task T1 wakes up. It enters the ActiveContending state again, and the
341 Task = (WCET, D, P)
520 Periodic Task Systems on Multiprocessors. Real-Time Systems Journal,
[all …]
H A Dschedutil.rst90 - Documentation/scheduler/sched-capacity.rst:"1. CPU Capacity + 2. Task utilization"
147 XXX: deadline tasks (Sporadic Task Model) allows us to calculate a hard f_min
H A Dsched-capacity.rst127 2. Task utilization
138 Task utilization is a percentage meant to represent the throughput requirements
/linux-6.15/Documentation/RCU/Design/Expedited-Grace-Periods/
H A DExpedited-Grace-Periods.rst307 The next diagram shows the situation after the arrival of Task A and
308 Task B at the leftmost and rightmost leaf ``rcu_node`` structures,
317 Suppose that Task A wins, recording its desired grace-period sequence
322 Task A now advances to initiate a new grace period, while Task B moves
351 Task A now acquires the ``rcu_state`` structure's ``->exp_mutex`` and
359 Task F blocking on the root ``rcu_node`` structure and Task E wait for
360 Task A to finish so that it can start the next grace period. The
365 Once the grace period completes, Task A starts waking up the tasks
372 Task E can then acquire ``->exp_mutex`` and increment
380 occupied. However, at some point, Task A will wake up the tasks blocked
[all …]
/linux-6.15/Documentation/translations/zh_CN/security/
H A Dcredentials.rst342 uid_t task_uid(task) Task's real UID
343 uid_t task_euid(task) Task's effective UID
/linux-6.15/Documentation/scsi/
H A Dcxgb3i.rst27 on the Initiator Task Tag (ITT) in Data-In or Target Task Tag (TTT)
H A Dufs.rst64 Task Manager and Device manager. The UFS interface is designed to be
72 * Task manager:
95 * UTP_TM_SAP: Task management service access point is exposed to task
H A Dlibsas.rst204 A SAS LLDD should also implement at least one of the Task
207 /* Task Management Functions. Must be called from process context. */
/linux-6.15/arch/arm/mach-omap2/
H A Domap-smc.S68 mov r6, #0xff @ Indicate new Task call
/linux-6.15/drivers/message/fusion/lsi/
H A Dmpi_history.txt554 * Added a TaskType of Clear Task Set to SCSI
555 * Task Management request.
556 * 12-07-04 01.05.02 Added support for Task Management Query Task.
568 * 03-27-06 01.05.07 Added Task Management type of Clear ACA.
569 * 10-11-06 01.05.08 Shortened define for Task Management type of Clear ACA.
570 * 02-28-07 01.05.09 Defined two new MsgFlags bits for SCSI Task Management
571 * Request: Do Not Send Task IU and Soft Reset Option.
611 * Task buffer, and SSP Status IU.
/linux-6.15/Documentation/translations/zh_CN/scheduler/
H A Dschedutil.rst89 …- Documentation/translations/zh_CN/scheduler/sched-capacity.rst:"1. CPU Capacity + 2. Task utiliza…
/linux-6.15/Documentation/security/
H A Dcredentials.rst247 Task Credentials
304 Accessing Task Credentials
357 Accessing Another Task's Credentials
399 uid_t task_uid(task) Task's real UID
400 uid_t task_euid(task) Task's effective UID
543 (see the Task Credentials section).
/linux-6.15/Documentation/admin-guide/mm/
H A Dnuma_memory_policy.rst44 Task/Process Policy
429 Set [Task] Memory Policy::
444 Get [Task] Memory Policy or Related Information::
457 Install VMA/Shared Policy for a Range of Task's Address Space::
470 Set home node for a Range of Task's Address Spacec::
/linux-6.15/Documentation/driver-api/rapidio/
H A Dmport_cdev.rst9 Software Task Group (STG) between Texas Instruments, Freescale,
H A Drio_cm.rst10 Software Task Group (STG) between Texas Instruments, Prodrive Technologies,
/linux-6.15/Documentation/bpf/
H A Dbpf_iterators.rst249 Parameterizing BPF Task Iterators
261 BPF Task Iterator Program
476 Parametrizing Task Iterators
/linux-6.15/tools/perf/scripts/python/
H A Dtask-analyzer.py531 class Task(object): class
765 task = Task(_id, tid, cpu, comm)
/linux-6.15/arch/arc/kernel/
H A Dentry-compact.S336 ; e.g. Task'A' user-code -> L2 intr -> schedule -> 'B' user-code ret
/linux-6.15/arch/arm/kernel/
H A Dentry-header.S435 @ Test whether the SP has overflowed. Task and IRQ stacks are aligned
/linux-6.15/tools/perf/Documentation/
H A Dperf-sched.txt28Task | Runtime ms | Count | Avg delay ms | Max delay ms | Max delay s…
/linux-6.15/Documentation/arch/x86/
H A Dkernel-stacks.rst45 index into the Task State Segment (TSS). The IST entries in the TSS
/linux-6.15/Documentation/core-api/
H A Dentry.rst122 Task work handling is done separately for guest at the boundary of the
/linux-6.15/Documentation/gpu/nova/core/
H A Dtodo.rst4 Task List

12