Home
last modified time | relevance | path

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

/kernel/
Duser.c99 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) in uid_hash_insert()
104 static void uid_hash_remove(struct user_struct *up) in uid_hash_remove()
127 static void free_user(struct user_struct *up, unsigned long flags) in free_user()
154 void free_uid(struct user_struct *up) in free_uid()
171 struct user_struct *up, *new; in alloc_uid() local
/kernel/locking/
Dsemaphore.c178 void up(struct semaphore *sem) in up() function
196 bool up; member
/kernel/sched/
Dsched.h282 static inline int walk_tg_tree(tg_visitor down, tg_visitor up, void *data) in walk_tg_tree()
Dcore.c801 tg_visitor down, tg_visitor up, void *data) in walk_tg_tree_from()