/linux/arch/powerpc/perf/ |
A D | hv-gpci-requests.h | 74 __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 D | lib.h | 230 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 D | user.c | 100 .__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 D | perf.h | 25 #define __perf_count(c) (__count = (c)) 39 u64 __count = 1; \ 69 event_call, __count, __regs, \
|
/linux/include/linux/sched/ |
A D | user.h | 15 refcount_t __count; /* reference count */ member 50 refcount_inc(&u->__count); in get_uid()
|
/linux/arch/ia64/kernel/ |
A D | mca_drv.h | 110 ({ int __count = 0; \ 112 slidx_foreach_entry(__pos, &((slidx)->sec)) { __count++; }\ 113 __count; })
|
/linux/arch/xtensa/include/asm/ |
A D | string.h | 110 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 D | math-emu.h | 118 static int __count = 3; \ 120 if (__count > 0) { \ 124 __count--; \
|
/linux/net/ieee802154/ |
A D | core.c | 166 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.h | 5 #undef __count
|
A D | _request-begin.h | 14 #define __count(f_offset, f_bytes, f_name) \ macro
|
/linux/arch/mips/include/asm/ |
A D | string.h | 14 extern void *memset(void *__s, int __c, size_t __count);
|
/linux/arch/sh/include/asm/ |
A D | string_32.h | 88 extern void *memset(void *__s, int __c, size_t __count);
|
/linux/fs/xfs/libxfs/ |
A D | xfs_da_format.h | 68 __be16 __count; /* count of active entries */ member 74 __be16 __count; /* count of active entries */ member
|
A D | xfs_da_btree.c | 138 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 D | dsa.h | 1138 #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 D | phy.h | 1813 #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 D | core.c | 1017 int __count; in wiphy_unregister() 1019 __count = rdev->opencount; in wiphy_unregister() 1021 __count == 0; })); in wiphy_unregister()
|