Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/security/apparmor/include/
Dlib.h225 int __j, __k, __count; \
240 for (__j = __count = 0; __j < (L)->size; __j++) \
241 __count += __lvec[__j]->size; \
242 if (!vec_setup(profile, __pvec, __count, (GFP))) { \
247 __count -= aa_vec_unique(__pvec, __count, 0); \
248 if (__count > 1) { \
250 __count, (GFP)); \
256 vec_cleanup(profile, __pvec, __count); \
/Linux-v5.4/arch/mips/include/asm/
Dstring.h104 strncmp(__const__ char *__cs, __const__ char *__ct, size_t __count) in strncmp() argument
127 : "=r" (__cs), "=r" (__ct), "=r" (__count), "=r" (__res) in strncmp()
128 : "0" (__cs), "1" (__ct), "2" (__count)); in strncmp()
135 extern void *memset(void *__s, int __c, size_t __count);
/Linux-v5.4/kernel/
Duser.c100 .__count = REFCOUNT_INIT(1),
127 refcount_inc(&user->__count); in uid_hash_find()
171 if (refcount_dec_and_lock_irqsave(&up->__count, &uidhash_lock, &flags)) in free_uid()
190 refcount_set(&new->__count, 1); in alloc_uid()
/Linux-v5.4/include/trace/
Dperf.h25 #define __perf_count(c) (__count = (c))
39 u64 __count = 1; \
69 event_call, __count, __regs, \
/Linux-v5.4/include/linux/sched/
Duser.h14 refcount_t __count; /* reference count */ member
56 refcount_inc(&u->__count); in get_uid()
/Linux-v5.4/arch/ia64/kernel/
Dmca_drv.h110 ({ int __count = 0; \
112 slidx_foreach_entry(__pos, &((slidx)->sec)) { __count++; }\
113 __count; })
/Linux-v5.4/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-v5.4/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-v5.4/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-v5.4/arch/m68k/include/asm/
Dmath-emu.h118 static int __count = 3; \
120 if (__count > 0) { \
124 __count--; \
/Linux-v5.4/arch/sh/include/asm/
Dstring_64.h8 extern void *memset(void *__s, int __c, size_t __count);
Dstring_32.h116 extern void *memset(void *__s, int __c, size_t __count);
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_da_format.c521 to->count = be16_to_cpu(from->hdr.__count); in xfs_da2_node_hdr_from_disk()
534 to->hdr.__count = cpu_to_be16(from->count); in xfs_da2_node_hdr_to_disk()
549 to->count = be16_to_cpu(hdr3->__count); in xfs_da3_node_hdr_from_disk()
564 hdr3->__count = cpu_to_be16(from->count); in xfs_da3_node_hdr_to_disk()
Dxfs_da_format.h68 __be16 __count; /* count of active entries */ member
74 __be16 __count; /* count of active entries */ member
/Linux-v5.4/include/net/
Ddsa.h659 #define dsa_tag_driver_module_drivers(__dsa_tag_drivers_array, __count) \ argument
662 dsa_tag_drivers_register(__dsa_tag_drivers_array, __count, \
670 dsa_tag_drivers_unregister(__dsa_tag_drivers_array, __count); \
/Linux-v5.4/include/linux/
Dphy.h1272 #define phy_module_driver(__phy_drivers, __count) \ argument
1275 return phy_drivers_register(__phy_drivers, __count, THIS_MODULE); \
1280 phy_drivers_unregister(__phy_drivers, __count); \
/Linux-v5.4/net/wireless/
Dcore.c987 int __count; in wiphy_unregister()
989 __count = rdev->opencount; in wiphy_unregister()
991 __count == 0; })); in wiphy_unregister()