Home
last modified time | relevance | path

Searched defs:up (Results 1 – 3 of 3) sorted by relevance

/kernel/
Duser.c67 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) in uid_hash_insert()
72 static void uid_hash_remove(struct user_struct *up) in uid_hash_remove()
95 static void sched_destroy_user(struct user_struct *up) in sched_destroy_user()
100 static int sched_create_user(struct user_struct *up) in sched_create_user()
115 static void sched_destroy_user(struct user_struct *up) { } in sched_destroy_user()
116 static int sched_create_user(struct user_struct *up) { return 0; } in sched_create_user()
141 struct user_struct *up = container_of(kobj, struct user_struct, kobj); in cpu_shares_show() local
150 struct user_struct *up = container_of(kobj, struct user_struct, kobj); in cpu_shares_store() local
170 struct user_struct *up = container_of(kobj, struct user_struct, kobj); in cpu_rt_runtime_show() local
179 struct user_struct *up = container_of(kobj, struct user_struct, kobj); in cpu_rt_runtime_store() local
[all …]
Dsemaphore.c178 void up(struct semaphore *sem) in up() function
196 int up; member
Dsched.c1419 static int walk_tg_tree(tg_visitor down, tg_visitor up, void *data) in walk_tg_tree()