Searched refs:__count (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/include/asm-mips/ |
D | string.h | 94 strncmp(__const__ char *__cs, __const__ char *__ct, size_t __count) in strncmp() argument 117 : "=r" (__cs), "=r" (__ct), "=r" (__count), "=r" (__res) in strncmp() 118 : "0" (__cs), "1" (__ct), "2" (__count)); in strncmp() 124 extern void *memset(void *__s, int __c, size_t __count);
|
/linux-2.4.37.9/kernel/ |
D | user.c | 30 __count: ATOMIC_INIT(1), 70 atomic_inc(&up->__count); in uid_hash_find() 78 if (up && atomic_dec_and_lock(&up->__count, &uidhash_lock)) { in free_uid() 101 atomic_set(&new->__count, 1); in alloc_uid() 133 atomic_inc(&new_user->__count); in switch_uid()
|
D | fork.c | 687 atomic_inc(&p->user->__count); in do_fork()
|
/linux-2.4.37.9/include/asm-sh/ |
D | uaccess.h | 288 __strncpy_from_user(unsigned long __dest, unsigned long __src, int __count) in __strncpy_from_user() argument 319 : "0" (__count), "2" (__src), "3" (__dest), "r" (__count), in __strncpy_from_user()
|
D | string.h | 113 extern void *memset(void *__s, int __c, size_t __count);
|
/linux-2.4.37.9/include/asm-m68k/ |
D | math-emu.h | 117 static int __count = 3; \ 119 if (__count > 0) { \ 123 __count--; \
|
/linux-2.4.37.9/include/asm-mips64/ |
D | string.h | 13 extern void *memset(void *__s, int __c, size_t __count);
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | mips_ksyms.c | 33 extern void *__bzero(void *__s, size_t __count);
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | mips64_ksyms.c | 33 extern void *__bzero(void *__s, size_t __count);
|
/linux-2.4.37.9/drivers/sound/ |
D | waveartist.c | 430 waveartist_output_block(int dev, unsigned long buf, int __count, int intrflag) in waveartist_output_block() argument 435 unsigned int count = __count; in waveartist_output_block() 475 waveartist_start_input(int dev, unsigned long buf, int __count, int intrflag) in waveartist_start_input() argument 480 unsigned int count = __count; in waveartist_start_input()
|
/linux-2.4.37.9/include/asm-sh64/ |
D | uaccess.h | 249 extern int __strncpy_from_user(unsigned long __dest, unsigned long __src, int __count);
|
/linux-2.4.37.9/include/linux/ |
D | sched.h | 266 atomic_t __count; /* reference count */ member 277 atomic_inc(&__tmp_user->__count); \
|