/Linux-v5.4/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-v5.4/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-v5.4/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-v5.4/kernel/ |
D | user.c | 100 .__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/ |
D | perf.h | 25 #define __perf_count(c) (__count = (c)) 39 u64 __count = 1; \ 69 event_call, __count, __regs, \
|
/Linux-v5.4/include/linux/sched/ |
D | user.h | 14 refcount_t __count; /* reference count */ member 56 refcount_inc(&u->__count); in get_uid()
|
/Linux-v5.4/arch/ia64/kernel/ |
D | mca_drv.h | 110 ({ int __count = 0; \ 112 slidx_foreach_entry(__pos, &((slidx)->sec)) { __count++; }\ 113 __count; })
|
/Linux-v5.4/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-v5.4/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-v5.4/net/ieee802154/ |
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-v5.4/arch/m68k/include/asm/ |
D | math-emu.h | 118 static int __count = 3; \ 120 if (__count > 0) { \ 124 __count--; \
|
/Linux-v5.4/arch/sh/include/asm/ |
D | string_64.h | 8 extern void *memset(void *__s, int __c, size_t __count);
|
D | string_32.h | 116 extern void *memset(void *__s, int __c, size_t __count);
|
/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_da_format.c | 521 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()
|
D | xfs_da_format.h | 68 __be16 __count; /* count of active entries */ member 74 __be16 __count; /* count of active entries */ member
|
/Linux-v5.4/include/net/ |
D | dsa.h | 659 #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/ |
D | phy.h | 1272 #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/ |
D | core.c | 987 int __count; in wiphy_unregister() 989 __count = rdev->opencount; in wiphy_unregister() 991 __count == 0; })); in wiphy_unregister()
|