| /linux/arch/powerpc/perf/ |
| 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/security/apparmor/include/ |
| A D | lib.h | 243 int __j, __k, __count; \ 258 for (__j = __count = 0; __j < (L)->size; __j++) \ 259 __count += __lvec[__j]->size; \ 260 if (!vec_setup(profile, __pvec, __count, (GFP))) { \ 265 __count -= aa_vec_unique(__pvec, __count, 0); \ 266 if (__count > 1) { \ 268 __count, (GFP)); \ 274 vec_cleanup(profile, __pvec, __count); \
|
| /linux/include/trace/ |
| A D | perf.h | 10 #define __perf_count(c) (__count = (c)) 24 u64 __count = 1; \ 54 event_call, __count, __regs, \
|
| /linux/kernel/ |
| 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/include/linux/sched/ |
| A D | user.h | 15 refcount_t __count; /* reference count */ member 51 refcount_inc(&u->__count); in get_uid()
|
| /linux/arch/loongarch/include/asm/ |
| 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/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/net/dsa/ |
| A D | tag.h | 331 #define dsa_tag_driver_module_drivers(__dsa_tag_drivers_array, __count) \ argument 334 dsa_tag_drivers_register(__dsa_tag_drivers_array, __count, \ 342 dsa_tag_drivers_unregister(__dsa_tag_drivers_array, __count); \
|
| /linux/include/linux/ |
| A D | string.h | 118 const size_t __count = (count); \ 121 __wrote = sized_strscpy(__dst, __src, __count); \ 122 if (__wrote >= 0 && __wrote < __count) \ 123 memset(__dst + __wrote + 1, 0, __count - __wrote - 1); \
|
| A D | serial_core.h | 961 unsigned int __count = (count); \ 962 __uart_port_tx(port, ch, 0, tx_ready, put_char, tx_done, __count, \ 963 __count--); \ 979 unsigned int __count = (count); \ 980 __uart_port_tx(port, ch, flags, tx_ready, put_char, tx_done, __count, \ 981 __count--); \
|
| A D | phy.h | 2200 #define phy_module_driver(__phy_drivers, __count) \ argument 2203 return phy_drivers_register(__phy_drivers, __count, THIS_MODULE); \ 2208 phy_drivers_unregister(__phy_drivers, __count); \
|
| /linux/arch/m68k/include/asm/ |
| A D | math-emu.h | 118 static int __count = 3; \ 120 if (__count > 0) { \ 124 __count--; \
|
| /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/net/ieee802154/ |
| 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/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 | 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/net/wireless/ |
| A D | core.c | 1091 int __count; in wiphy_unregister() 1093 __count = rdev->opencount; in wiphy_unregister() 1095 __count == 0; })); in wiphy_unregister()
|