Home
last modified time | relevance | path

Searched refs:__count (Results 1 – 19 of 19) sorted by relevance

/linux/arch/powerpc/perf/
H A Dhv-gpci-requests.h52 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 Dlib.h262 int __j, __k, __count; \
277 for (__j = __count = 0; __j < (L)->size; __j++) \
278 __count += __lvec[__j]->size; \
279 if (!vec_setup(profile, __pvec, __count, (GFP))) { \
284 __count -= aa_vec_unique(__pvec, __count, 0); \
285 if (__count > 1) { \
287 __count, (GFP)); \
293 vec_cleanup(profile, __pvec, __count); \
/linux/include/trace/
H A Dperf.h10 #define __perf_count(c) (__count = (c))
24 u64 __count = 1; \
54 event_call, __count, __regs, \
71 u64 __count __attribute__((unused)); \
84 u64 __count __attribute__((unused)); \
/linux/arch/arm64/include/asm/
H A Drqspinlock.h37 unsigned int __count = 0; \
43 if (__count++ < smp_cond_time_check_count) \
47 __count = 0; \
/linux/kernel/
H A Duser.c109 .__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 Duser.h15 refcount_t __count; /* reference count */ member
51 refcount_inc(&u->__count); in get_uid()
/linux/arch/loongarch/include/asm/
H A Dstring.h10 extern void *memset(void *__s, int __c, size_t __count);
11 extern void *__memset(void *__s, int __c, size_t __count);
/linux/arch/xtensa/include/asm/
H A Dstring.h110 extern void *memset(void *__s, int __c, size_t __count);
111 extern void *__memset(void *__s, int __c, size_t __count);
/linux/net/dsa/
H A Dtag.h355 #define dsa_tag_driver_module_drivers(__dsa_tag_drivers_array, __count) \
358 dsa_tag_drivers_register(__dsa_tag_drivers_array, __count, \
366 dsa_tag_drivers_unregister(__dsa_tag_drivers_array, __count); \
337 dsa_tag_driver_module_drivers(__dsa_tag_drivers_array,__count) global() argument
/linux/arch/m68k/include/asm/
H A Dmath-emu.h118 static int __count = 3; \
120 if (__count > 0) { \
124 __count--; \
/linux/arch/powerpc/perf/req-gen/
H A D_request-end.h5 #undef __count
H A D_request-begin.h14 #define __count(f_offset, f_bytes, f_name) \ macro
/linux/include/linux/
H A Dstring.h119 const size_t __count = (count); \
122 __wrote = sized_strscpy(__dst, __src, __count); \
123 if (__wrote >= 0 && __wrote < __count) \
124 memset(__dst + __wrote + 1, 0, __count - __wrote - 1); \
/linux/net/ieee802154/
H A Dcore.c169 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 Dstring.h14 extern void *memset(void *__s, int __c, size_t __count);
/linux/arch/sh/include/asm/
H A Dstring_32.h88 extern void *memset(void *__s, int __c, size_t __count);
/linux/tools/testing/selftests/drivers/ntsync/
H A Dntsync.c31 __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/net/wireless/
H A Dcore.c1171 int __count; in wiphy_unregister()
1173 __count = rdev->opencount; in wiphy_unregister()
1175 __count == 0; })); in wiphy_unregister()
/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.c152 to->count = be16_to_cpu(from3->hdr.__count); in xfs_da3_node_hdr_from_disk()
160 to->count = be16_to_cpu(from->hdr.__count); in xfs_da3_node_hdr_from_disk()
180 to3->hdr.__count = cpu_to_be16(from->count); in xfs_da3_node_hdr_to_disk()
187 to->hdr.__count = cpu_to_be16(from->count); in xfs_da3_node_hdr_to_disk()