Home
last modified time | relevance | path

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

/kernel/
Duser.c110 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) in uid_hash_insert()
115 static void uid_hash_remove(struct user_struct *up) in uid_hash_remove()
134 static int user_epoll_alloc(struct user_struct *up) in user_epoll_alloc()
143 static void user_epoll_free(struct user_struct *up) in user_epoll_free()
154 static void free_user(struct user_struct *up, unsigned long flags) in free_user()
182 void free_uid(struct user_struct *up) in free_uid()
197 struct user_struct *up, *new; in alloc_uid() local
Dsysctl.c917 unsigned int *up = write ? &tmp : valp; in do_proc_douintvec_minmax_conv() local
/kernel/locking/
Dsemaphore.c183 void __sched up(struct semaphore *sem) in up() function
201 bool up; member
/kernel/sched/
Dsched.h460 static inline int walk_tg_tree(tg_visitor down, tg_visitor up, void *data) in walk_tg_tree()
Dcore.c1254 tg_visitor down, tg_visitor up, void *data) in walk_tg_tree_from()