Home
last modified time | relevance | path

Searched refs:__count (Results 1 – 25 of 25) sorted by relevance

/linux-4.4.14/arch/powerpc/perf/
Dhv-gpci-requests.h51 REQUEST(__count(0, 8, processor_time_in_timebase_cycles)
73 __count(0x8, 8, entitled_cycles)
74 __count(0x10, 8, consumed_capped_cycles)
75 __count(0x18, 8, consumed_uncapped_cycles)
76 __count(0x20, 8, cycles_donated)
77 __count(0x28, 8, purr_idle_cycles)
90 __count(0x8, 8, instructions_completed)
91 __count(0x10, 8, cycles)
111 __count(0x10, 8, total_link_cycles)
112 __count(0x18, 8, idle_cycles_for_a_link)
[all …]
/linux-4.4.14/arch/mips/include/asm/
Dstring.h104 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-4.4.14/kernel/
Duser.c92 .__count = ATOMIC_INIT(1),
118 atomic_inc(&user->__count); in uid_hash_find()
165 if (atomic_dec_and_lock(&up->__count, &uidhash_lock)) in free_uid()
186 atomic_set(&new->__count, 1); in alloc_uid()
/linux-4.4.14/include/trace/
Dperf.h27 #define __perf_count(c) (__count = (c))
41 u64 __addr = 0, __count = 1; \
71 __count, __regs, head, __task); \
/linux-4.4.14/arch/ia64/kernel/
Dmca_drv.h109 ({ int __count = 0; \
111 slidx_foreach_entry(__pos, &((slidx)->sec)) { __count++; }\
112 __count; })
/linux-4.4.14/arch/mips/kernel/
Dmips_ksyms.c20 extern void *__bzero_kernel(void *__s, size_t __count);
21 extern void *__bzero(void *__s, size_t __count);
/linux-4.4.14/net/ieee802154/
Dcore.c178 int __count; in wpan_phy_unregister()
180 __count = rdev->opencount; in wpan_phy_unregister()
182 __count == 0; })); in wpan_phy_unregister()
/linux-4.4.14/arch/powerpc/perf/req-gen/
D_request-end.h4 #undef __count
D_request-begin.h13 #define __count(f_offset, f_bytes, f_name) \ macro
/linux-4.4.14/arch/frv/include/asm/
Dmath-emu.h117 static int __count = 3; \
119 if (__count > 0) { \
123 __count--; \
/linux-4.4.14/arch/score/include/asm/
Dstring.h4 extern void *memset(void *__s, int __c, size_t __count);
/linux-4.4.14/arch/m32r/include/asm/
Dstring.h11 extern void *memset(void *__s, int __c, size_t __count);
/linux-4.4.14/arch/x86/include/asm/
Dtimer.h30 u32 __count; member
/linux-4.4.14/arch/metag/include/asm/
Dstring.h5 extern void *memset(void *__s, int __c, size_t __count);
/linux-4.4.14/arch/sh/include/asm/
Dstring_64.h7 extern void *memset(void *__s, int __c, size_t __count);
Dstring_32.h115 extern void *memset(void *__s, int __c, size_t __count);
/linux-4.4.14/arch/m68k/include/asm/
Dmath-emu.h117 static int __count = 3; \
119 if (__count > 0) { \
123 __count--; \
/linux-4.4.14/arch/x86/kernel/
Dtsc.c89 head->__count++; in cyc2ns_read_begin()
104 if (!--head->__count) { in cyc2ns_read_end()
186 data->__count = 0; in cyc2ns_data_init()
220 data->__count++; in cycles_2_ns()
229 if (!--data->__count) in cycles_2_ns()
/linux-4.4.14/arch/xtensa/include/asm/
Dstring.h110 extern void *memset(void *__s, int __c, size_t __count);
/linux-4.4.14/include/linux/
Dphy.h833 #define phy_module_driver(__phy_drivers, __count) \ argument
836 return phy_drivers_register(__phy_drivers, __count); \
841 phy_drivers_unregister(__phy_drivers, __count); \
Dsched.h815 atomic_t __count; /* reference count */ member
2445 atomic_inc(&u->__count); in get_uid()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_da_format.c541 to->count = be16_to_cpu(from->hdr.__count); in xfs_da2_node_hdr_from_disk()
554 to->hdr.__count = cpu_to_be16(from->count); in xfs_da2_node_hdr_to_disk()
569 to->count = be16_to_cpu(hdr3->__count); in xfs_da3_node_hdr_from_disk()
584 hdr3->__count = cpu_to_be16(from->count); in xfs_da3_node_hdr_to_disk()
Dxfs_da_format.h80 __be16 __count; /* count of active entries */ member
86 __be16 __count; /* count of active entries */ member
/linux-4.4.14/sound/oss/
Dwaveartist.c426 waveartist_output_block(int dev, unsigned long buf, int __count, int intrflag) in waveartist_output_block() argument
433 unsigned int count = __count; in waveartist_output_block()
473 waveartist_start_input(int dev, unsigned long buf, int __count, int intrflag) in waveartist_start_input() argument
480 unsigned int count = __count; in waveartist_start_input()
/linux-4.4.14/net/wireless/
Dcore.c772 int __count; in wiphy_unregister()
774 __count = rdev->opencount; in wiphy_unregister()
776 __count == 0; })); in wiphy_unregister()