Home
last modified time | relevance | path

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

/linux/arch/powerpc/perf/
A Dhv-gpci-requests.h74 __count(0x8, 8, entitled_cycles)
77 __count(0x20, 8, cycles_donated)
92 __count(0x10, 8, cycles)
143 __count(0x20, 8, gx0_in_retries)
170 __count(0x10, 8, mc0_frames)
171 __count(0x18, 8, mc0_reads)
172 __count(0x20, 8, mc0_write)
174 __count(0x30, 8, mc1_frames)
175 __count(0x38, 8, mc1_reads)
176 __count(0x40, 8, mc1_writes)
[all …]
/linux/security/apparmor/include/
A Dlib.h230 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); \
/linux/kernel/
A 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/include/trace/
A Dperf.h25 #define __perf_count(c) (__count = (c))
39 u64 __count = 1; \
69 event_call, __count, __regs, \
/linux/include/linux/sched/
A Duser.h15 refcount_t __count; /* reference count */ member
50 refcount_inc(&u->__count); in get_uid()
/linux/arch/ia64/kernel/
A Dmca_drv.h110 ({ int __count = 0; \
112 slidx_foreach_entry(__pos, &((slidx)->sec)) { __count++; }\
113 __count; })
/linux/arch/xtensa/include/asm/
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/arch/m68k/include/asm/
A Dmath-emu.h118 static int __count = 3; \
120 if (__count > 0) { \
124 __count--; \
/linux/net/ieee802154/
A Dcore.c166 int __count; in wpan_phy_unregister()
168 __count = rdev->opencount; in wpan_phy_unregister()
170 __count == 0; })); in wpan_phy_unregister()
/linux/arch/powerpc/perf/req-gen/
A D_request-end.h5 #undef __count
A D_request-begin.h14 #define __count(f_offset, f_bytes, f_name) \ macro
/linux/arch/mips/include/asm/
A Dstring.h14 extern void *memset(void *__s, int __c, size_t __count);
/linux/arch/sh/include/asm/
A Dstring_32.h88 extern void *memset(void *__s, int __c, size_t __count);
/linux/fs/xfs/libxfs/
A Dxfs_da_format.h68 __be16 __count; /* count of active entries */ member
74 __be16 __count; /* count of active entries */ member
A Dxfs_da_btree.c138 to->count = be16_to_cpu(from3->hdr.__count); in xfs_da3_node_hdr_from_disk()
146 to->count = be16_to_cpu(from->hdr.__count); in xfs_da3_node_hdr_from_disk()
166 to3->hdr.__count = cpu_to_be16(from->count); in xfs_da3_node_hdr_to_disk()
173 to->hdr.__count = cpu_to_be16(from->count); in xfs_da3_node_hdr_to_disk()
/linux/include/net/
A Ddsa.h1138 #define dsa_tag_driver_module_drivers(__dsa_tag_drivers_array, __count) \ argument
1141 dsa_tag_drivers_register(__dsa_tag_drivers_array, __count, \
1149 dsa_tag_drivers_unregister(__dsa_tag_drivers_array, __count); \
/linux/include/linux/
A Dphy.h1813 #define phy_module_driver(__phy_drivers, __count) \ argument
1816 return phy_drivers_register(__phy_drivers, __count, THIS_MODULE); \
1821 phy_drivers_unregister(__phy_drivers, __count); \
/linux/net/wireless/
A Dcore.c1017 int __count; in wiphy_unregister()
1019 __count = rdev->opencount; in wiphy_unregister()
1021 __count == 0; })); in wiphy_unregister()

Completed in 40 milliseconds