Home
last modified time | relevance | path

Searched refs:processes (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c279 static int processes; variable
285 if (!processes) in mutex_lock()
306 if (!processes) in mutex_unlock()
323 if (!processes) { in futex_setup()
390 { "process", no_argument, &processes, 1 },
405 fprintf(stderr, "\t\t--process\tUse processes (default threads)\n"); in usage()
463 if (processes) in main()
475 printf("Using %s with ", processes ? "processes" : "threads"); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c279 static int processes; variable
285 if (!processes) in mutex_lock()
306 if (!processes) in mutex_unlock()
323 if (!processes) { in futex_setup()
390 { "process", no_argument, &processes, 1 },
405 fprintf(stderr, "\t\t--process\tUse processes (default threads)\n"); in usage()
463 if (processes) in main()
475 printf("Using %s with ", processes ? "processes" : "threads"); in main()
/kernel/linux/linux-5.10/include/linux/sched/
H A Duser.h15 atomic_t processes; /* How many processes does this user have? */ member
/kernel/linux/linux-5.10/kernel/
H A Dcred.c355 atomic_inc(&p->cred->user->processes); in copy_creds()
388 atomic_inc(&new->user->processes); in copy_creds()
486 * RLIMIT_NPROC limits on user->processes have already been checked in commit_creds()
491 atomic_inc(&new->user->processes); in commit_creds()
495 atomic_dec(&old->user->processes); in commit_creds()
H A Duser.c8 * processes, files etc the user has claimed, in order to be
101 .processes = ATOMIC_INIT(1),
H A Dfork.c1896 * Don't allow sharing the root directory with processes in a different in copy_process()
1962 * processes that happen during the fork and delay them so that in copy_process()
2011 if (atomic_read(&p->real_cred->user->processes) >= in copy_process()
2420 atomic_dec(&p->cred->user->processes); in copy_process()
H A Dexit.c246 atomic_dec(&__task_cred(p)->user->processes); in release_task()
658 * A. Make init inherit all the child processes
790 * If do_exit is called because this processes oopsed, it's possible in do_exit()
1117 * processes it has previously reaped. All these in wait_task_zombie()
H A Dsys.c245 goto out_unlock; /* No processes for this user */ in SYSCALL_DEFINE3()
313 goto out_unlock; /* No processes for this user */ in SYSCALL_DEFINE2()
477 if (atomic_read(&new_user->processes) >= rlimit(RLIMIT_NPROC) && in set_user()
/kernel/linux/linux-5.10/tools/perf/bench/
H A Dnuma.c134 /* Global, read-writable area, accessible to all processes and threads: */
170 OPT_INTEGER('p', "nr_proc" , &p0.nr_proc, "number of processes"),
451 * Create a shared memory buffer that can be shared between processes, zeroed:
459 * Create a shared memory buffer that can be shared between processes:
779 * a 'train' of processing, with highly synchronized processes,
927 int processes = 0; in count_node_processes() local
941 processes++; in count_node_processes()
947 return processes; in count_node_processes()
1049 int processes; in calc_convergence() local
1053 processes in calc_convergence()
[all...]
/kernel/linux/linux-6.6/tools/perf/bench/
H A Dnuma.c134 /* Global, read-writable area, accessible to all processes and threads: */
170 OPT_INTEGER('p', "nr_proc" , &p0.nr_proc, "number of processes"),
503 * Create a shared memory buffer that can be shared between processes, zeroed:
511 * Create a shared memory buffer that can be shared between processes:
816 * a 'train' of processing, with highly synchronized processes,
970 int processes = 0; in count_node_processes() local
984 processes++; in count_node_processes()
990 return processes; in count_node_processes()
1096 int processes; in calc_convergence() local
1100 processes in calc_convergence()
[all...]
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/
H A Dos.S65 | The result is that Unix processes are allowed to sleep as a consequence
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/
H A Dos.S65 | The result is that Unix processes are allowed to sleep as a consequence
/kernel/linux/linux-5.10/tools/scripts/
H A Dutilities.mak120 # processes the resulting escaped text, it transforms
/kernel/linux/linux-6.6/tools/scripts/
H A Dutilities.mak120 # processes the resulting escaped text, it transforms
/kernel/linux/linux-5.10/fs/
H A Dexec.c516 * processes's memory to the new process's stack. The call to get_user_pages()
612 * Copy and argument/environment string from the kernel to the processes stack.
1184 * disturbing other processes. (Other processes might share the signal
1893 atomic_read(&current_user()->processes) > rlimit(RLIMIT_NPROC)) { in do_execveat_common()

Completed in 20 milliseconds