Home
last modified time | relevance | path

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

/kernel/
Duser.c112 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) in uid_hash_insert()
117 static void uid_hash_remove(struct user_struct *up) in uid_hash_remove()
140 static void free_user(struct user_struct *up, unsigned long flags) in free_user()
165 void free_uid(struct user_struct *up) in free_uid()
179 struct user_struct *up, *new; in alloc_uid() local
Dsysctl.c2748 unsigned int *up = write ? &tmp : valp; in do_proc_douintvec_minmax_conv() local
/kernel/locking/
Dsemaphore.c178 void up(struct semaphore *sem) in up() function
196 bool up; member
/kernel/sched/
Dsched.h434 static inline int walk_tg_tree(tg_visitor down, tg_visitor up, void *data) in walk_tg_tree()
Dcore.c712 tg_visitor down, tg_visitor up, void *data) in walk_tg_tree_from()