Searched refs:tasks (Results 51 - 61 of 61) sorted by relevance

123

/linux-master/arch/arm/kernel/
H A Dentry-armv.S242 ldr r0, [tsk, #TI_FLAGS] @ get new tasks TI_FLAGS
/linux-master/drivers/scsi/qedf/
H A Dqedf_main.c3491 rc = qed_ops->start(qedf->cdev, &qedf->tasks);
3496 task_start = qedf_get_task_mem(&qedf->tasks, 0);
3497 task_end = qedf_get_task_mem(&qedf->tasks, MAX_TID_BLOCKS_FCOE - 1);
3500 qedf->tasks.size);
H A Dqedf_io.c318 /* Limit the number of outstanding R/W tasks */
327 /* Limit global TIDs certain tasks */
909 task_ctx = qedf_get_task_mem(&qedf->tasks, xid);
2346 task = qedf_get_task_mem(&qedf->tasks, xid);
/linux-master/include/linux/
H A Dsched.h783 * push tasks around a CPU where each wakeup moves to the next one.
876 struct list_head tasks; member in struct:task_struct
1004 * 'ptraced' is the list of tasks this task is using ptrace() on.
1281 * pagefault context (and for tasks being destroyed), so it can be read
1533 * to kill tasks that are not running on SMT disabled
1655 * tasks can access tsk->flags in readonly mode for example
/linux-master/kernel/sched/
H A Dcore.c148 * Number of tasks to iterate in a single balance run.
523 * [ The astute reader will observe that it is possible for two tasks on one
531 * the CPU assignment of blocked tasks isn't required to be valid.
1234 /* Deadline tasks, even if single, need the tick */
1239 * If there are more than one RR tasks, we need the tick to affect the
1250 * If there's no RR tasks, but FIFO tasks, we can skip the tick, no
1251 * forced preemption between FIFO tasks.
1258 * If there are no DL,RR/FIFO tasks, there must only be CFS tasks lef
[all...]
H A Dsched.h232 * tasks, but still be able to sleep. We need this on platforms that cannot
284 * To keep the bandwidth of -deadline tasks under control
325 * server when it runs out of tasks to run.
334 * dl_server_stop() -- start/stop the server when it has (no) tasks.
645 * leaf cfs_rqs are those that hold tasks (lowest schedulable entity in
752 * an rb-tree, ordered by tasks' deadlines, with caching
767 * Utilization of the tasks "assigned" to this runqueue (including
768 * the tasks that are in runqueue and the tasks that executed on this
780 * tasks o
939 unsigned long tasks : BITS_PER_LONG - bits_per(SCHED_CAPACITY_SCALE); member in struct:uclamp_bucket
[all...]
/linux-master/kernel/
H A Dfork.c307 * stacks to tasks. Drop __GFP_ACCOUNT.
2586 list_add_tail_rcu(&p->tasks, &init_task.tasks);
H A Dexit.c136 list_del_rcu(&p->tasks);
1247 * Traditionally we see ptrace'd stopped tasks regardless of options.
/linux-master/arch/m68k/fpsp040/
H A Dround.S4 | handle rounding and normalization tasks
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter.c444 if (!ASSERT_NEQ(bss->tasks, 0, "no task iteration, did BPF program run?"))
/linux-master/fs/proc/
H A Dbase.c1748 /* Are we allowed to snoop on the tasks file descriptors? */
1791 /* Are we allowed to snoop on the tasks file descriptors? */
1830 /* Default to the tasks effective ownership */
1849 /* Make non-dumpable tasks owned by some root */
2026 return !proc_pid(inode)->tasks[PIDTYPE_PID].first;
3465 /* Limit procfs to only ptraceable tasks */

Completed in 248 milliseconds

123