/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | hv-gpci-requests.h | 18 * __count(...) 30 * __count(offset, bytes, name): 38 * @bytes for __count, and __field _must_ be a numeral token 52 REQUEST(__count(0, 8, processor_time_in_timebase_cycles) 74 __count(0x8, 8, entitled_cycles) 75 __count(0x10, 8, consumed_capped_cycles) 76 __count(0x18, 8, consumed_uncapped_cycles) 77 __count(0x20, 8, cycles_donated) 78 __count(0x28, 8, purr_idle_cycles) 92 __count( [all...] |
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | hv-gpci-requests.h | 18 * __count(...) 30 * __count(offset, bytes, name): 38 * @bytes for __count, and __field _must_ be a numeral token 52 REQUEST(__count(0, 8, processor_time_in_timebase_cycles) 74 __count(0x8, 8, entitled_cycles) 75 __count(0x10, 8, consumed_capped_cycles) 76 __count(0x18, 8, consumed_uncapped_cycles) 77 __count(0x20, 8, cycles_donated) 78 __count(0x28, 8, purr_idle_cycles) 92 __count( [all...] |
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | lib.h | 230 int __j, __k, __count; \ 245 for (__j = __count = 0; __j < (L)->size; __j++) \ 246 __count += __lvec[__j]->size; \ 247 if (!vec_setup(profile, __pvec, __count, (GFP))) { \ 252 __count -= aa_vec_unique(__pvec, __count, 0); \ 253 if (__count > 1) { \ 255 __count, (GFP)); \ 261 vec_cleanup(profile, __pvec, __count); \
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | lib.h | 241 int __j, __k, __count; \ 256 for (__j = __count = 0; __j < (L)->size; __j++) \ 257 __count += __lvec[__j]->size; \ 258 if (!vec_setup(profile, __pvec, __count, (GFP))) { \ 263 __count -= aa_vec_unique(__pvec, __count, 0); \ 264 if (__count > 1) { \ 266 __count, (GFP)); \ 272 vec_cleanup(profile, __pvec, __count); \
|
/kernel/linux/linux-5.10/include/trace/ |
H A D | perf.h | 25 #define __perf_count(c) (__count = (c)) 39 u64 __count = 1; \ 69 event_call, __count, __regs, \
|
/kernel/linux/linux-6.6/include/trace/ |
H A D | perf.h | 10 #define __perf_count(c) (__count = (c)) 24 u64 __count = 1; \ 54 event_call, __count, __regs, \
|
/kernel/linux/linux-5.10/kernel/ |
H A D | user.c | 98 /* root_user.__count is 1, for init task cred */ 100 .__count = REFCOUNT_INIT(1), 127 refcount_inc(&user->__count); in uid_hash_find() 171 if (refcount_dec_and_lock_irqsave(&up->__count, &uidhash_lock, &flags)) in free_uid() 190 refcount_set(&new->__count, 1); in alloc_uid()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | user.c | 98 /* root_user.__count is 1, for init task cred */ 100 .__count = REFCOUNT_INIT(1), 124 refcount_inc(&user->__count); in uid_hash_find() 185 if (refcount_dec_and_lock_irqsave(&up->__count, &uidhash_lock, &flags)) in free_uid() 205 refcount_set(&new->__count, 1); in alloc_uid()
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | string.h | 13 extern void *memset(void *__s, int __c, size_t __count); 14 extern void *__memset(void *__s, int __c, size_t __count);
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | string.h | 9 extern void *memset(void *__s, int __c, size_t __count); 10 extern void *__memset(void *__s, int __c, size_t __count);
|
/kernel/linux/linux-5.10/include/linux/sched/ |
H A D | user.h | 14 refcount_t __count; /* reference count */ member 59 refcount_inc(&u->__count); in get_uid()
|
/kernel/linux/linux-6.6/include/linux/sched/ |
H A D | user.h | 15 refcount_t __count; /* reference count */ member 51 refcount_inc(&u->__count); in get_uid()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | mca_drv.h | 110 ({ int __count = 0; \ 112 slidx_foreach_entry(__pos, &((slidx)->sec)) { __count++; }\ 113 __count; })
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | mca_drv.h | 110 ({ int __count = 0; \ 112 slidx_foreach_entry(__pos, &((slidx)->sec)) { __count++; }\ 113 __count; })
|
/kernel/linux/linux-6.6/net/dsa/ |
H A D | tag.h | 256 #define dsa_tag_driver_module_drivers(__dsa_tag_drivers_array, __count) \ 259 dsa_tag_drivers_register(__dsa_tag_drivers_array, __count, \ 267 dsa_tag_drivers_unregister(__dsa_tag_drivers_array, __count); \
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | string.h | 110 extern void *memset(void *__s, int __c, size_t __count); 111 extern void *__memset(void *__s, int __c, size_t __count);
|
/kernel/linux/linux-6.6/arch/xtensa/include/asm/ |
H A D | string.h | 110 extern void *memset(void *__s, int __c, size_t __count); 111 extern void *__memset(void *__s, int __c, size_t __count);
|
/kernel/linux/linux-5.10/arch/powerpc/perf/req-gen/ |
H A D | _request-end.h | 5 #undef __count macro
|
/kernel/linux/linux-6.6/arch/powerpc/perf/req-gen/ |
H A D | _request-end.h | 5 #undef __count macro
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | string.h | 14 extern void *memset(void *__s, int __c, size_t __count);
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | string.h | 14 extern void *memset(void *__s, int __c, size_t __count);
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | math-emu.h | 118 static int __count = 3; \ 120 if (__count > 0) { \ 124 __count--; \
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | math-emu.h | 118 static int __count = 3; \ 120 if (__count > 0) { \ 124 __count--; \
|
/kernel/linux/linux-5.10/net/ieee802154/ |
H A D | core.c | 166 int __count; in wpan_phy_unregister() 168 __count = rdev->opencount; in wpan_phy_unregister() 170 __count == 0; })); in wpan_phy_unregister()
|
/kernel/linux/linux-6.6/net/ieee802154/ |
H A D | core.c | 169 int __count; in wpan_phy_unregister() 171 __count = rdev->opencount; in wpan_phy_unregister() 173 __count == 0; })); in wpan_phy_unregister()
|