• Home
  • Raw
  • Download

Lines Matching refs:mode

3143 int default_wake_function(wait_queue_t *curr, unsigned mode, int wake_flags,  in default_wake_function()  argument
3146 return try_to_wake_up(curr->private, mode, wake_flags); in default_wake_function()
3159 static void __wake_up_common(wait_queue_head_t *q, unsigned int mode, in __wake_up_common() argument
3167 if (curr->func(curr, mode, wake_flags, key) && in __wake_up_common()
3183 void __wake_up(wait_queue_head_t *q, unsigned int mode, in __wake_up() argument
3189 __wake_up_common(q, mode, nr_exclusive, 0, key); in __wake_up()
3197 void __wake_up_locked(wait_queue_head_t *q, unsigned int mode, int nr) in __wake_up_locked() argument
3199 __wake_up_common(q, mode, nr, 0, NULL); in __wake_up_locked()
3203 void __wake_up_locked_key(wait_queue_head_t *q, unsigned int mode, void *key) in __wake_up_locked_key() argument
3205 __wake_up_common(q, mode, 1, 0, key); in __wake_up_locked_key()
3226 void __wake_up_sync_key(wait_queue_head_t *q, unsigned int mode, in __wake_up_sync_key() argument
3239 __wake_up_common(q, mode, nr_exclusive, wake_flags, key); in __wake_up_sync_key()
3247 void __wake_up_sync(wait_queue_head_t *q, unsigned int mode, int nr_exclusive) in __wake_up_sync() argument
3249 __wake_up_sync_key(q, mode, nr_exclusive, NULL); in __wake_up_sync()
4994 .mode = 0555,
5002 .mode = 0555,
5026 for (entry = *tablep; entry->mode; entry++) { in sd_free_ctl_entry()
5043 umode_t mode, proc_handler *proc_handler, in set_table_entry() argument
5049 entry->mode = mode; in set_table_entry()
5113 entry->mode = 0555; in sd_alloc_ctl_cpu_table()
5137 entry->mode = 0555; in register_sched_domain_sysctl()