/linux-6.6.21/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) 92 __count(0x8, 8, instructions_completed) 93 __count(0x10, 8, cycles) 115 __count(0x10, 8, total_link_cycles) 116 __count(0x18, 8, idle_cycles_for_a_link) [all …]
|
/linux-6.6.21/security/apparmor/include/ |
D | lib.h | 241 int __j, __k, __count; \ 256 for (__j = __count = 0; __j < (L)->size; __j++) \ 257 __count += __lvec[__j]->size; \ 258 if (!vec_setup(profile, __pvec, __count, (GFP))) { \ 263 __count -= aa_vec_unique(__pvec, __count, 0); \ 264 if (__count > 1) { \ 266 __count, (GFP)); \ 272 vec_cleanup(profile, __pvec, __count); \
|
/linux-6.6.21/include/trace/ |
D | perf.h | 10 #define __perf_count(c) (__count = (c)) 24 u64 __count = 1; \ 54 event_call, __count, __regs, \
|
/linux-6.6.21/kernel/ |
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() 205 refcount_set(&new->__count, 1); in alloc_uid()
|
/linux-6.6.21/include/linux/sched/ |
D | user.h | 15 refcount_t __count; /* reference count */ member 51 refcount_inc(&u->__count); in get_uid()
|
/linux-6.6.21/arch/loongarch/include/asm/ |
D | string.h | 9 extern void *memset(void *__s, int __c, size_t __count); 10 extern void *__memset(void *__s, int __c, size_t __count);
|
/linux-6.6.21/arch/ia64/kernel/ |
D | mca_drv.h | 110 ({ int __count = 0; \ 112 slidx_foreach_entry(__pos, &((slidx)->sec)) { __count++; }\ 113 __count; })
|
/linux-6.6.21/net/dsa/ |
D | tag.h | 256 #define dsa_tag_driver_module_drivers(__dsa_tag_drivers_array, __count) \ argument 259 dsa_tag_drivers_register(__dsa_tag_drivers_array, __count, \ 267 dsa_tag_drivers_unregister(__dsa_tag_drivers_array, __count); \
|
/linux-6.6.21/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-6.6.21/net/ieee802154/ |
D | core.c | 169 int __count; in wpan_phy_unregister() 171 __count = rdev->opencount; in wpan_phy_unregister() 173 __count == 0; })); in wpan_phy_unregister()
|
/linux-6.6.21/arch/m68k/include/asm/ |
D | math-emu.h | 118 static int __count = 3; \ 120 if (__count > 0) { \ 124 __count--; \
|
/linux-6.6.21/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-6.6.21/arch/mips/include/asm/ |
D | string.h | 14 extern void *memset(void *__s, int __c, size_t __count);
|
/linux-6.6.21/arch/sh/include/asm/ |
D | string_32.h | 88 extern void *memset(void *__s, int __c, size_t __count);
|
/linux-6.6.21/fs/xfs/libxfs/ |
D | xfs_da_format.h | 68 __be16 __count; /* count of active entries */ member 74 __be16 __count; /* count of active entries */ member
|
D | xfs_da_btree.c | 150 to->count = be16_to_cpu(from3->hdr.__count); in xfs_da3_node_hdr_from_disk() 158 to->count = be16_to_cpu(from->hdr.__count); in xfs_da3_node_hdr_from_disk() 178 to3->hdr.__count = cpu_to_be16(from->count); in xfs_da3_node_hdr_to_disk() 185 to->hdr.__count = cpu_to_be16(from->count); in xfs_da3_node_hdr_to_disk()
|
/linux-6.6.21/include/linux/ |
D | serial_core.h | 823 unsigned int __count = (count); \ 824 __uart_port_tx(port, ch, 0, tx_ready, put_char, tx_done, __count, \ 825 __count--); \
|
D | phy.h | 2091 #define phy_module_driver(__phy_drivers, __count) \ argument 2094 return phy_drivers_register(__phy_drivers, __count, THIS_MODULE); \ 2099 phy_drivers_unregister(__phy_drivers, __count); \
|
/linux-6.6.21/net/wireless/ |
D | core.c | 1089 int __count; in wiphy_unregister() 1091 __count = rdev->opencount; in wiphy_unregister() 1093 __count == 0; })); in wiphy_unregister()
|