/kernel/ |
D | cred.c | 44 .user = INIT_USER, 97 free_uid(cred->user); in put_cred_rcu() 146 get_uid(new->user); in prepare_creds() 236 get_uid(new->user); in prepare_usermodehelper_creds() 289 atomic_inc(&p->cred->user->processes); in copy_creds() 332 atomic_inc(&new->user->processes); in copy_creds() 393 if (new->user != old->user) in commit_creds() 394 atomic_inc(&new->user->processes); in commit_creds() 397 if (new->user != old->user) in commit_creds() 398 atomic_dec(&old->user->processes); in commit_creds() [all …]
|
D | uid16.c | 20 SYSCALL_DEFINE3(chown16, const char __user *, filename, old_uid_t, user, old_gid_t, group) in SYSCALL_DEFINE3() argument 22 long ret = sys_chown(filename, low2highuid(user), low2highgid(group)); in SYSCALL_DEFINE3() 24 asmlinkage_protect(3, ret, filename, user, group); in SYSCALL_DEFINE3() 28 SYSCALL_DEFINE3(lchown16, const char __user *, filename, old_uid_t, user, old_gid_t, group) in SYSCALL_DEFINE3() argument 30 long ret = sys_lchown(filename, low2highuid(user), low2highgid(group)); in SYSCALL_DEFINE3() 32 asmlinkage_protect(3, ret, filename, user, group); in SYSCALL_DEFINE3() 36 SYSCALL_DEFINE3(fchown16, unsigned int, fd, old_uid_t, user, old_gid_t, group) in SYSCALL_DEFINE3() argument 38 long ret = sys_fchown(fd, low2highuid(user), low2highgid(group)); in SYSCALL_DEFINE3() 40 asmlinkage_protect(3, ret, fd, user, group); in SYSCALL_DEFINE3()
|
D | user.c | 80 struct user_struct *user; in uid_hash_find() local 83 hlist_for_each_entry(user, h, hashent, uidhash_node) { in uid_hash_find() 84 if (user->uid == uid) { in uid_hash_find() 85 atomic_inc(&user->__count); in uid_hash_find() 86 return user; in uid_hash_find()
|
D | user_namespace.c | 45 ns->creator = new->user; in create_user_ns() 46 new->user = root_user; in create_user_ns()
|
D | sys.c | 149 struct user_struct *user; in SYSCALL_DEFINE3() local 184 user = (struct user_struct *) cred->user; in SYSCALL_DEFINE3() 188 !(user = find_user(who))) in SYSCALL_DEFINE3() 196 free_uid(user); /* For find_user() */ in SYSCALL_DEFINE3() 214 struct user_struct *user; in SYSCALL_DEFINE2() local 247 user = (struct user_struct *) cred->user; in SYSCALL_DEFINE2() 251 !(user = find_user(who))) in SYSCALL_DEFINE2() 262 free_uid(user); /* for find_user() */ in SYSCALL_DEFINE2() 586 free_uid(new->user); in set_user() 587 new->user = new_user; in set_user()
|
D | signal.c | 191 struct user_struct *user; in __sigqueue_alloc() local 199 user = get_uid(__task_cred(t)->user); in __sigqueue_alloc() 200 atomic_inc(&user->sigpending); in __sigqueue_alloc() 202 atomic_read(&user->sigpending) <= in __sigqueue_alloc() 206 atomic_dec(&user->sigpending); in __sigqueue_alloc() 207 free_uid(user); in __sigqueue_alloc() 211 q->user = user; in __sigqueue_alloc() 221 atomic_dec(&q->user->sigpending); in __sigqueue_free() 222 free_uid(q->user); in __sigqueue_free()
|
D | Kconfig.hz | 12 a fast response for user interaction and that may experience bus
|
D | rcupreempt.c | 921 void rcu_check_callbacks(int cpu, int user) in rcu_check_callbacks() argument 939 if (user || in rcu_check_callbacks() 964 void rcu_advance_callbacks(int cpu, int user) in rcu_advance_callbacks() argument
|
D | rcuclassic.c | 679 void rcu_check_callbacks(int cpu, int user) in rcu_check_callbacks() argument 681 if (user || in rcu_check_callbacks()
|
D | Makefile | 7 sysctl.o capability.o ptrace.o timer.o user.o \
|
D | fork.c | 993 if (atomic_read(&p->real_cred->user->processes) >= in copy_process() 996 p->real_cred->user != INIT_USER) in copy_process() 1315 atomic_dec(&p->cred->user->processes); in copy_process()
|
D | rcutree.c | 948 void rcu_check_callbacks(int cpu, int user) in rcu_check_callbacks() argument 950 if (user || in rcu_check_callbacks()
|
D | sched.c | 302 void set_tg_uid(struct user_struct *user) in set_tg_uid() argument 304 user->tg->uid = user->uid; in set_tg_uid() 367 tg = __task_cred(p)->user->tg; in task_group() 4242 cpustat->user = cputime64_add(cpustat->user, tmp); in account_user_time() 4268 cpustat->user = cputime64_add(cpustat->user, tmp); in account_guest_time() 5318 struct sched_param *param, bool user) in __sched_setscheduler() argument 5350 if (user && !capable(CAP_SYS_NICE)) { in __sched_setscheduler() 5380 if (user) { in __sched_setscheduler()
|
D | exit.c | 183 atomic_dec(&__task_cred(p)->user->processes); in release_task()
|
/kernel/power/ |
D | Kconfig | 131 Enable wakelocks. When user space request a sleep state the 148 Write "lockname" to /sys/power/wake_unlock to unlock a user wake 157 Call early suspend handlers when the user requested sleep state 174 when user-space should stop drawing to the screen and a switch 182 user-space through sysfs when user-space should stop drawing 183 to the screen and notifies user-space when it should resume. 191 called "hibernation" in user interfaces. STD checkpoints the 235 The partition specified here will be different for almost every user. 257 battery status information, and user-space programs will receive
|
D | Makefile | 14 obj-$(CONFIG_HIBERNATION) += swsusp.o disk.o snapshot.o swap.o user.o
|