Searched refs:__count (Results 1 - 20 of 20) sorted by relevance

/linux-master/arch/powerpc/perf/
H A Dhv-gpci-requests.h18 * __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...]
/linux-master/arch/powerpc/perf/req-gen/
H A D_request-end.h5 #undef __count macro
H A D_request-begin.h14 #define __count(f_offset, f_bytes, f_name) \ macro
/linux-master/arch/mips/include/asm/
H A Dstring.h14 extern void *memset(void *__s, int __c, size_t __count);
/linux-master/include/linux/sched/
H A Duser.h15 refcount_t __count; /* reference count */ member in struct:user_struct
51 refcount_inc(&u->__count);
/linux-master/arch/loongarch/include/asm/
H A Dstring.h9 extern void *memset(void *__s, int __c, size_t __count);
10 extern void *__memset(void *__s, int __c, size_t __count);
/linux-master/include/trace/
H A Dperf.h10 #define __perf_count(c) (__count = (c))
24 u64 __count = 1; \
54 event_call, __count, __regs, \
/linux-master/security/apparmor/include/
H A Dlib.h243 int __j, __k, __count; \
258 for (__j = __count = 0; __j < (L)->size; __j++) \
259 __count += __lvec[__j]->size; \
260 if (!vec_setup(profile, __pvec, __count, (GFP))) { \
265 __count -= aa_vec_unique(__pvec, __count, 0); \
266 if (__count > 1) { \
268 __count, (GFP)); \
274 vec_cleanup(profile, __pvec, __count); \
/linux-master/arch/sh/include/asm/
H A Dstring_32.h88 extern void *memset(void *__s, int __c, size_t __count);
/linux-master/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-master/net/dsa/
H A Dtag.h256 #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); \
/linux-master/kernel/
H A Duser.c111 /* root_user.__count is 1, for init task cred */
113 .__count = REFCOUNT_INIT(1),
137 refcount_inc(&user->__count);
198 if (refcount_dec_and_lock_irqsave(&up->__count, &uidhash_lock, &flags))
218 refcount_set(&new->__count, 1);
/linux-master/include/linux/
H A Dstring.h112 const size_t __count = (count); \
115 __wrote = sized_strscpy(__dst, __src, __count); \
116 if (__wrote >= 0 && __wrote < __count) \
117 memset(__dst + __wrote + 1, 0, __count - __wrote - 1); \
H A Dserial_core.h827 unsigned int __count = (count); \
828 __uart_port_tx(port, ch, 0, tx_ready, put_char, tx_done, __count, \
829 __count--); \
H A Dphy.h2164 * @__count: Numbers of members in array
2170 #define phy_module_driver(__phy_drivers, __count) \
2173 return phy_drivers_register(__phy_drivers, __count, THIS_MODULE); \
2178 phy_drivers_unregister(__phy_drivers, __count); \
/linux-master/arch/m68k/include/asm/
H A Dmath-emu.h118 static int __count = 3; \
120 if (__count > 0) { \
124 __count--; \
/linux-master/net/ieee802154/
H A Dcore.c169 int __count;
171 __count = rdev->opencount;
173 __count == 0; }));
/linux-master/fs/xfs/libxfs/
H A Dxfs_da_format.h68 __be16 __count; /* count of active entries */ member in struct:xfs_da_node_hdr
74 __be16 __count; /* count of active entries */ member in struct:xfs_da3_node_hdr
H A Dxfs_da_btree.c152 to->count = be16_to_cpu(from3->hdr.__count);
160 to->count = be16_to_cpu(from->hdr.__count);
180 to3->hdr.__count = cpu_to_be16(from->count);
187 to->hdr.__count = cpu_to_be16(from->count);
/linux-master/net/wireless/
H A Dcore.c1087 int __count;
1089 __count = rdev->opencount;
1091 __count == 0; }));

Completed in 394 milliseconds