Home
last modified time | relevance | path

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

/kernel/
Duser.c134 static void uid_hash_insert(struct user_struct *up, struct hlist_head *hashent) in uid_hash_insert()
139 static void uid_hash_remove(struct user_struct *up) in uid_hash_remove()
158 static int user_epoll_alloc(struct user_struct *up) in user_epoll_alloc()
167 static void user_epoll_free(struct user_struct *up) in user_epoll_free()
178 static void free_user(struct user_struct *up, unsigned long flags) in free_user()
206 void free_uid(struct user_struct *up) in free_uid()
221 struct user_struct *up, *new; in alloc_uid() local
Dsysctl.c900 unsigned int *up = write ? &tmp : valp; in do_proc_douintvec_minmax_conv() local
/kernel/locking/
Dsemaphore.c184 void __sched up(struct semaphore *sem) in up() function
205 bool up; member
/kernel/time/
Dtimer_migration.c525 static void __walk_groups(up_f up, struct tmigr_walk *data, in __walk_groups()
547 static void walk_groups(up_f up, struct tmigr_walk *data, struct tmigr_cpu *tmc) in walk_groups()
/kernel/sched/
Dsched.h561 static inline int walk_tg_tree(tg_visitor down, tg_visitor up, void *data) in walk_tg_tree()
Dcore.c1399 tg_visitor down, tg_visitor up, void *data) in walk_tg_tree_from()