Searched refs:word (Results 1 - 6 of 6) sorted by path

/kernel/
H A Dauditsc.c726 int word, bit; local
731 word = AUDIT_WORD(val);
732 if (word >= AUDIT_BITMASK_SIZE)
737 return rule->mask[word] & bit;
H A Dfutex.c311 u32 hash = jhash2((u32*)&key->both.word,
312 (sizeof(key->both.word)+sizeof(key->both.ptr))/4,
323 && key1->both.word == key2->both.word
H A Dptrace.c1103 compat_ulong_t word; local
1110 ret = access_process_vm(child, addr, &word, sizeof(word), 0);
1111 if (ret != sizeof(word))
1114 ret = put_user(word, datap);
/kernel/debug/kdb/
H A Dkdb_private.h100 extern int kdb_getphysword(unsigned long *word,
H A Dkdb_support.c371 * res Pointer to the word to receive the result
397 * word Pointer to the word to receive the result.
403 int kdb_getphysword(unsigned long *word, unsigned long addr, size_t size) argument
410 *word = 0; /* Default value if addr or size is invalid */
416 *word = w1;
421 *word = w2;
426 *word = w4;
429 if (size <= sizeof(*word)) {
432 *word
453 kdb_getword(unsigned long *word, unsigned long addr, size_t size) argument
502 kdb_putword(unsigned long addr, unsigned long word, size_t size) argument
[all...]
/kernel/sched/
H A Dwait.c336 int __sched out_of_line_wait_on_bit(void *word, int bit, argument
339 wait_queue_head_t *wq = bit_waitqueue(word, bit);
340 DEFINE_WAIT_BIT(wait, word, bit);
347 void *word, int bit, wait_bit_action_f *action,
350 wait_queue_head_t *wq = bit_waitqueue(word, bit);
351 DEFINE_WAIT_BIT(wait, word, bit);
379 int __sched out_of_line_wait_on_bit_lock(void *word, int bit, argument
382 wait_queue_head_t *wq = bit_waitqueue(word, bit);
383 DEFINE_WAIT_BIT(wait, word, bit);
389 void __wake_up_bit(wait_queue_head_t *wq, void *word, in argument
346 out_of_line_wait_on_bit_timeout( void *word, int bit, wait_bit_action_f *action, unsigned mode, unsigned long timeout) argument
414 wake_up_bit(void *word, int bit) argument
416 __wake_up_bit(bit_waitqueue(word, bit), word, bit); local
420 bit_waitqueue(void *word, int bit) argument
518 bit_wait(struct wait_bit_key *word) argument
527 bit_wait_io(struct wait_bit_key *word) argument
536 bit_wait_timeout(struct wait_bit_key *word) argument
548 bit_wait_io_timeout(struct wait_bit_key *word) argument
[all...]

Completed in 127 milliseconds