| /linux/arch/powerpc/perf/ |
| H A D | hv-gpci-requests.h | 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(0x8, 8, instructions_completed) 93 __count(0x10, 8, cycles) 115 __count(0x10, 8, total_link_cycles) 116 __count(0x18, 8, idle_cycles_for_a_link) [all …]
|
| /linux/security/apparmor/include/ |
| H A D | lib.h | 297 int __j, __k, __count; \ 316 for (__j = __count = 0; __j < (L)->size; __j++) \ 317 __count += __lvec[__j]->size; \ 318 if (!vec_setup(profile, __pvec, __count, (GFP))) { \ 323 __count -= aa_vec_unique(__pvec, __count, 0); \ 324 if (__count > 1) { \ 326 __count, (GFP)); \ 331 vec_cleanup(profile, __pvec, __count); \
|
| /linux/arch/arm64/include/asm/ |
| H A D | rqspinlock.h | 37 unsigned int __count = 0; \ 43 if (__count++ < smp_cond_time_check_count) \ 47 __count = 0; \
|
| /linux/kernel/ |
| H A D | user.c | 107 /* root_user.__count is 1, for init task cred */ 109 .__count = REFCOUNT_INIT(1), 133 refcount_inc(&user->__count); in uid_hash_find() 194 if (refcount_dec_and_lock_irqsave(&up->__count, &uidhash_lock, &flags)) in free_uid() 214 refcount_set(&new->__count, 1); in alloc_uid()
|
| /linux/include/linux/sched/ |
| H A D | user.h | 15 refcount_t __count; /* reference count */ member 51 refcount_inc(&u->__count); in get_uid()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | string.h | 10 extern void *memset(void *__s, int __c, size_t __count); 11 extern void *__memset(void *__s, int __c, size_t __count);
|
| /linux/arch/m68k/include/asm/ |
| H A D | math-emu.h | 118 static int __count = 3; \ 120 if (__count > 0) { \ 124 __count--; \
|
| /linux/arch/powerpc/perf/req-gen/ |
| H A D | _request-end.h | 5 #undef __count
|
| H A D | _request-begin.h | 14 #define __count(f_offset, f_bytes, f_name) \ macro
|
| /linux/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()
|
| /linux/arch/mips/include/asm/ |
| H A D | string.h | 14 extern void *memset(void *__s, int __c, size_t __count);
|
| /linux/arch/sh/include/asm/ |
| H A D | string_32.h | 88 extern void *memset(void *__s, int __c, size_t __count);
|
| /linux/tools/testing/selftests/drivers/ntsync/ |
| H A D | ntsync.c | 31 __u32 __count, __max; \ 32 int ret = read_sem_state((sem), &__count, &__max); \ 34 EXPECT_EQ((count), __count); \ 57 __u32 __count, __owner; \ 58 int ret = read_mutex_state((mutex), &__count, &__owner); \ 60 EXPECT_EQ((count), __count); \
|
| /linux/include/linux/ |
| H A D | slab.h | 1108 const size_t __count = (COUNT); \ 1109 const size_t __obj_size = struct_size_t(TYPE, FAM, __count); \ 1112 __set_flex_counter(__obj_ptr->FAM, __count); \
|
| H A D | phy.h | 2481 #define phy_module_driver(__phy_drivers, __count) \ argument 2484 return phy_drivers_register(__phy_drivers, __count, THIS_MODULE); \ 2489 phy_drivers_unregister(__phy_drivers, __count); \
|
| /linux/net/wireless/ |
| H A D | core.c | 1295 int __count; in wiphy_unregister() 1297 __count = rdev->opencount; in wiphy_unregister() 1299 __count == 0; })); in wiphy_unregister()
|