/Linux-v4.19/arch/powerpc/perf/ |
D | hv-gpci-requests.h | 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) 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-v4.19/security/apparmor/include/ |
D | lib.h | 225 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-v4.19/arch/mips/include/asm/ |
D | string.h | 104 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-v4.19/kernel/ |
D | user.c | 99 .__count = REFCOUNT_INIT(1), 126 refcount_inc(&user->__count); in uid_hash_find() 172 if (refcount_dec_and_lock_irqsave(&up->__count, &uidhash_lock, &flags)) in free_uid() 191 refcount_set(&new->__count, 1); in alloc_uid()
|
/Linux-v4.19/include/trace/ |
D | perf.h | 25 #define __perf_count(c) (__count = (c)) 39 u64 __count = 1; \ 69 event_call, __count, __regs, \
|
/Linux-v4.19/include/linux/sched/ |
D | user.h | 16 refcount_t __count; /* reference count */ member 63 refcount_inc(&u->__count); in get_uid()
|
/Linux-v4.19/drivers/staging/erofs/ |
D | erofs_fs.h | 164 u32 __count = le16_to_cpu(count); \ 165 ((__count) == 0) ? 0 : \ 167 sizeof(__u32) * ((__count) - 1); })
|
/Linux-v4.19/arch/ia64/kernel/ |
D | mca_drv.h | 110 ({ int __count = 0; \ 112 slidx_foreach_entry(__pos, &((slidx)->sec)) { __count++; }\ 113 __count; })
|
/Linux-v4.19/arch/xtensa/include/asm/ |
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-v4.19/arch/powerpc/perf/req-gen/ |
D | _request-end.h | 5 #undef __count
|
D | _request-begin.h | 14 #define __count(f_offset, f_bytes, f_name) \ macro
|
/Linux-v4.19/net/ieee802154/ |
D | core.c | 180 int __count; in wpan_phy_unregister() 182 __count = rdev->opencount; in wpan_phy_unregister() 184 __count == 0; })); in wpan_phy_unregister()
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | math-emu.h | 118 static int __count = 3; \ 120 if (__count > 0) { \ 124 __count--; \
|
/Linux-v4.19/arch/sh/include/asm/ |
D | string_64.h | 8 extern void *memset(void *__s, int __c, size_t __count);
|
D | string_32.h | 115 extern void *memset(void *__s, int __c, size_t __count);
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_da_format.c | 524 to->count = be16_to_cpu(from->hdr.__count); in xfs_da2_node_hdr_from_disk() 537 to->hdr.__count = cpu_to_be16(from->count); in xfs_da2_node_hdr_to_disk() 552 to->count = be16_to_cpu(hdr3->__count); in xfs_da3_node_hdr_from_disk() 567 hdr3->__count = cpu_to_be16(from->count); in xfs_da3_node_hdr_to_disk()
|
D | xfs_da_format.h | 68 __be16 __count; /* count of active entries */ member 74 __be16 __count; /* count of active entries */ member
|
/Linux-v4.19/include/linux/ |
D | phy.h | 1157 #define phy_module_driver(__phy_drivers, __count) \ argument 1160 return phy_drivers_register(__phy_drivers, __count, THIS_MODULE); \ 1165 phy_drivers_unregister(__phy_drivers, __count); \
|
/Linux-v4.19/net/wireless/ |
D | core.c | 934 int __count; in wiphy_unregister() 936 __count = rdev->opencount; in wiphy_unregister() 938 __count == 0; })); in wiphy_unregister()
|