| /linux-6.15/arch/powerpc/perf/ |
| H A D | hv-gpci-requests.h | 74 __count(0x8, 8, entitled_cycles) 77 __count(0x20, 8, cycles_donated) 93 __count(0x10, 8, cycles) 146 __count(0x20, 8, gx0_in_retries) 173 __count(0x10, 8, mc0_frames) 174 __count(0x18, 8, mc0_reads) 175 __count(0x20, 8, mc0_write) 177 __count(0x30, 8, mc1_frames) 178 __count(0x38, 8, mc1_reads) 179 __count(0x40, 8, mc1_writes) [all …]
|
| /linux-6.15/security/apparmor/include/ |
| H A D | lib.h | 242 int __j, __k, __count; \ 257 for (__j = __count = 0; __j < (L)->size; __j++) \ 258 __count += __lvec[__j]->size; \ 259 if (!vec_setup(profile, __pvec, __count, (GFP))) { \ 264 __count -= aa_vec_unique(__pvec, __count, 0); \ 265 if (__count > 1) { \ 267 __count, (GFP)); \ 273 vec_cleanup(profile, __pvec, __count); \
|
| /linux-6.15/include/trace/ |
| H A D | perf.h | 10 #define __perf_count(c) (__count = (c)) 24 u64 __count = 1; \ 54 event_call, __count, __regs, \ 71 u64 __count __attribute__((unused)); \ 84 u64 __count __attribute__((unused)); \
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | rqspinlock.h | 37 unsigned int __count = 0; \ 43 if (__count++ < smp_cond_time_check_count) \ 47 __count = 0; \
|
| /linux-6.15/kernel/ |
| H A D | user.c | 113 .__count = REFCOUNT_INIT(1), 137 refcount_inc(&user->__count); in uid_hash_find() 198 if (refcount_dec_and_lock_irqsave(&up->__count, &uidhash_lock, &flags)) in free_uid() 218 refcount_set(&new->__count, 1); in alloc_uid()
|
| /linux-6.15/include/linux/sched/ |
| H A D | user.h | 15 refcount_t __count; /* reference count */ member 51 refcount_inc(&u->__count); in get_uid()
|
| /linux-6.15/arch/loongarch/include/asm/ |
| H A 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.15/arch/xtensa/include/asm/ |
| H 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-6.15/net/dsa/ |
| H A D | tag.h | 337 #define dsa_tag_driver_module_drivers(__dsa_tag_drivers_array, __count) \ argument 340 dsa_tag_drivers_register(__dsa_tag_drivers_array, __count, \ 348 dsa_tag_drivers_unregister(__dsa_tag_drivers_array, __count); \
|
| /linux-6.15/arch/m68k/include/asm/ |
| H A D | math-emu.h | 118 static int __count = 3; \ 120 if (__count > 0) { \ 124 __count--; \
|
| /linux-6.15/include/linux/ |
| H A D | serial_core.h | 965 unsigned int __count = (count); \ 966 __uart_port_tx(port, ch, 0, tx_ready, put_char, tx_done, __count, \ 967 __count--); \ 983 unsigned int __count = (count); \ 984 __uart_port_tx(port, ch, flags, tx_ready, put_char, tx_done, __count, \ 985 __count--); \
|
| H A D | string.h | 119 const size_t __count = (count); \ 122 __wrote = sized_strscpy(__dst, __src, __count); \ 123 if (__wrote >= 0 && __wrote < __count) \ 124 memset(__dst + __wrote + 1, 0, __count - __wrote - 1); \
|
| H A D | phy.h | 2134 #define phy_module_driver(__phy_drivers, __count) \ argument 2137 return phy_drivers_register(__phy_drivers, __count, THIS_MODULE); \ 2142 phy_drivers_unregister(__phy_drivers, __count); \
|
| /linux-6.15/arch/powerpc/perf/req-gen/ |
| H A D | _request-end.h | 5 #undef __count
|
| H A D | _request-begin.h | 14 #define __count(f_offset, f_bytes, f_name) \ macro
|
| /linux-6.15/net/ieee802154/ |
| H A 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.15/arch/mips/include/asm/ |
| H A D | string.h | 14 extern void *memset(void *__s, int __c, size_t __count);
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | kvm_nacl.h | 87 #define nacl_scratch_write_longs(__shmem, __offset, __array, __count) \ argument 93 for (__i = 0; __i < (__count); __i++) \
|
| /linux-6.15/arch/sh/include/asm/ |
| H A D | string_32.h | 88 extern void *memset(void *__s, int __c, size_t __count);
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_da_format.h | 68 __be16 __count; /* count of active entries */ member 74 __be16 __count; /* count of active entries */ member
|
| H A D | xfs_da_btree.c | 152 to->count = be16_to_cpu(from3->hdr.__count); in xfs_da3_node_hdr_from_disk() 160 to->count = be16_to_cpu(from->hdr.__count); in xfs_da3_node_hdr_from_disk() 180 to3->hdr.__count = cpu_to_be16(from->count); in xfs_da3_node_hdr_to_disk() 187 to->hdr.__count = cpu_to_be16(from->count); in xfs_da3_node_hdr_to_disk()
|
| /linux-6.15/tools/testing/selftests/drivers/ntsync/ |
| H A D | ntsync.c | 31 __u32 __count, __max; \ 32 int ret = read_sem_state((sem), &__count, &__max); \ 34 EXPECT_EQ((count), __count); \ 57 __u32 __count, __owner; \ 58 int ret = read_mutex_state((mutex), &__count, &__owner); \ 60 EXPECT_EQ((count), __count); \
|
| /linux-6.15/net/wireless/ |
| H A D | core.c | 1129 int __count; in wiphy_unregister() 1131 __count = rdev->opencount; in wiphy_unregister() 1133 __count == 0; })); in wiphy_unregister()
|