Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/perf/
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)
91 __count(0x8, 8, instructions_completed)
92 __count(0x10, 8, cycles)
112 __count(0x10, 8, total_link_cycles)
113 __count(0x18, 8, idle_cycles_for_a_link)
[all …]
/linux-5.19.10/security/apparmor/include/
Dlib.h235 int __j, __k, __count; \
250 for (__j = __count = 0; __j < (L)->size; __j++) \
251 __count += __lvec[__j]->size; \
252 if (!vec_setup(profile, __pvec, __count, (GFP))) { \
257 __count -= aa_vec_unique(__pvec, __count, 0); \
258 if (__count > 1) { \
260 __count, (GFP)); \
266 vec_cleanup(profile, __pvec, __count); \
/linux-5.19.10/kernel/
Duser.c100 .__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()
204 refcount_set(&new->__count, 1); in alloc_uid()
/linux-5.19.10/include/linux/sched/
Duser.h15 refcount_t __count; /* reference count */ member
50 refcount_inc(&u->__count); in get_uid()
/linux-5.19.10/include/trace/
Dperf.h48 #define __perf_count(c) (__count = (c))
62 u64 __count = 1; \
92 event_call, __count, __regs, \
/linux-5.19.10/arch/ia64/kernel/
Dmca_drv.h110 ({ int __count = 0; \
112 slidx_foreach_entry(__pos, &((slidx)->sec)) { __count++; }\
113 __count; })
/linux-5.19.10/arch/xtensa/include/asm/
Dstring.h110 extern void *memset(void *__s, int __c, size_t __count);
111 extern void *__memset(void *__s, int __c, size_t __count);
/linux-5.19.10/net/ieee802154/
Dcore.c166 int __count; in wpan_phy_unregister()
168 __count = rdev->opencount; in wpan_phy_unregister()
170 __count == 0; })); in wpan_phy_unregister()
/linux-5.19.10/arch/m68k/include/asm/
Dmath-emu.h118 static int __count = 3; \
120 if (__count > 0) { \
124 __count--; \
/linux-5.19.10/arch/powerpc/perf/req-gen/
D_request-end.h5 #undef __count
D_request-begin.h14 #define __count(f_offset, f_bytes, f_name) \ macro
/linux-5.19.10/arch/loongarch/include/asm/
Dstring.h8 extern void *memset(void *__s, int __c, size_t __count);
/linux-5.19.10/arch/mips/include/asm/
Dstring.h14 extern void *memset(void *__s, int __c, size_t __count);
/linux-5.19.10/arch/sh/include/asm/
Dstring_32.h88 extern void *memset(void *__s, int __c, size_t __count);
/linux-5.19.10/fs/xfs/libxfs/
Dxfs_da_format.h68 __be16 __count; /* count of active entries */ member
74 __be16 __count; /* count of active entries */ member
Dxfs_da_btree.c150 to->count = be16_to_cpu(from3->hdr.__count); in xfs_da3_node_hdr_from_disk()
158 to->count = be16_to_cpu(from->hdr.__count); in xfs_da3_node_hdr_from_disk()
178 to3->hdr.__count = cpu_to_be16(from->count); in xfs_da3_node_hdr_to_disk()
185 to->hdr.__count = cpu_to_be16(from->count); in xfs_da3_node_hdr_to_disk()
/linux-5.19.10/include/net/
Ddsa.h1380 #define dsa_tag_driver_module_drivers(__dsa_tag_drivers_array, __count) \ argument
1383 dsa_tag_drivers_register(__dsa_tag_drivers_array, __count, \
1391 dsa_tag_drivers_unregister(__dsa_tag_drivers_array, __count); \
/linux-5.19.10/include/linux/
Dphy.h1826 #define phy_module_driver(__phy_drivers, __count) \ argument
1829 return phy_drivers_register(__phy_drivers, __count, THIS_MODULE); \
1834 phy_drivers_unregister(__phy_drivers, __count); \
/linux-5.19.10/net/wireless/
Dcore.c1013 int __count; in wiphy_unregister()
1015 __count = rdev->opencount; in wiphy_unregister()
1017 __count == 0; })); in wiphy_unregister()