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

/linux-4.1.27/arch/powerpc/perf/
H A Dhv-gpci-requests.h17 * __count(...)
29 * __count(offset, bytes, name):
37 * @bytes for __count, and __field _must_ be a numeral token
51 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)
113 __count(0x20, 8, idle_cycles_for_b_link)
114 __count(0x28, 8, idle_cycles_for_c_link)
125 __count(0x10, 8, total_link_cycles)
126 __count(0x18, 8, idle_cycles_for_w_link)
127 __count(0x20, 8, idle_cycles_for_x_link)
128 __count(0x28, 8, idle_cycles_for_y_link)
129 __count(0x30, 8, idle_cycles_for_z_link)
140 __count(0x10, 8, gx0_in_address_cycles)
141 __count(0x18, 8, gx0_in_data_cycles)
142 __count(0x20, 8, gx0_in_retries)
143 __count(0x28, 8, gx0_in_bus_cycles)
144 __count(0x30, 8, gx0_in_cycles_total)
145 __count(0x38, 8, gx0_out_address_cycles)
146 __count(0x40, 8, gx0_out_data_cycles)
147 __count(0x48, 8, gx0_out_retries)
148 __count(0x50, 8, gx0_out_bus_cycles)
149 __count(0x58, 8, gx0_out_cycles_total)
150 __count(0x60, 8, gx1_in_address_cycles)
151 __count(0x68, 8, gx1_in_data_cycles)
152 __count(0x70, 8, gx1_in_retries)
153 __count(0x78, 8, gx1_in_bus_cycles)
154 __count(0x80, 8, gx1_in_cycles_total)
155 __count(0x88, 8, gx1_out_address_cycles)
156 __count(0x90, 8, gx1_out_data_cycles)
157 __count(0x98, 8, gx1_out_retries)
158 __count(0xA0, 8, gx1_out_bus_cycles)
159 __count(0xA8, 8, gx1_out_cycles_total)
169 __count(0x10, 8, mc0_frames)
170 __count(0x18, 8, mc0_reads)
171 __count(0x20, 8, mc0_write)
172 __count(0x28, 8, mc0_total_cycles)
173 __count(0x30, 8, mc1_frames)
174 __count(0x38, 8, mc1_reads)
175 __count(0x40, 8, mc1_writes)
176 __count(0x48, 8, mc1_total_cycles)
189 __count(0x8, 8, cycles_across_any_thread)
190 __count(0x10, 8, timebase_at_collection)
191 __count(0x18, 8, purr_cycles)
192 __count(0x20, 8, sum_of_cycles_across_all_threads)
193 __count(0x28, 8, instructions_completed)
211 __count(0x8, 8, time_waiting_for_entitlement)
212 __count(0x10, 8, times_waited_for_entitlement)
213 __count(0x18, 8, time_waiting_for_phys_processor)
214 __count(0x20, 8, times_waited_for_phys_processor)
215 __count(0x28, 8, dispatches_on_home_core)
216 __count(0x30, 8, dispatches_on_home_primary_affinity_domain)
217 __count(0x38, 8, dispatches_on_home_secondary_affinity_domain)
218 __count(0x40, 8, dispatches_off_home_secondary_affinity_domain)
219 __count(0x48, 8, dispatches_on_dedicated_processor_donating_cycles)
227 REQUEST(__count(0, 8, time_spent_to_dispatch_virtual_processors)
228 __count(0x8, 8, time_spent_processing_virtual_processor_timers)
229 __count(0x10, 8, time_spent_managing_partitions_over_entitlement)
230 __count(0x18, 8, time_spent_on_system_management)
238 REQUEST(__count(0, 8, tlbie_instructions_issued)
243 __count(0x8, 8, time_spent_issuing_tlbies)
253 __count(0x8, 8, instructions_performed)
254 __count(0x10, 8, time_collected)
/linux-4.1.27/arch/powerpc/perf/req-gen/
H A D_request-end.h4 #undef __count macro
H A D_request-begin.h13 #define __count(f_offset, f_bytes, f_name) \ macro
/linux-4.1.27/arch/score/include/asm/
H A Dstring.h4 extern void *memset(void *__s, int __c, size_t __count);
/linux-4.1.27/arch/m32r/include/asm/
H A Dstring.h11 extern void *memset(void *__s, int __c, size_t __count);
/linux-4.1.27/arch/metag/include/asm/
H A Dstring.h5 extern void *memset(void *__s, int __c, size_t __count);
/linux-4.1.27/arch/sh/include/asm/
H A Dstring_64.h7 extern void *memset(void *__s, int __c, size_t __count);
H A Dstring_32.h115 extern void *memset(void *__s, int __c, size_t __count);
/linux-4.1.27/arch/mips/include/asm/
H A Dstring.h104 strncmp(__const__ char *__cs, __const__ char *__ct, size_t __count) strncmp() argument
127 : "=r" (__cs), "=r" (__ct), "=r" (__count), "=r" (__res) strncmp()
128 : "0" (__cs), "1" (__ct), "2" (__count)); strncmp()
135 extern void *memset(void *__s, int __c, size_t __count);
/linux-4.1.27/arch/ia64/kernel/
H A Dmca_drv.h109 ({ int __count = 0; \
111 slidx_foreach_entry(__pos, &((slidx)->sec)) { __count++; }\
112 __count; })
/linux-4.1.27/kernel/
H A Duser.c90 /* root_user.__count is 1, for init task cred */
92 .__count = ATOMIC_INIT(1),
118 atomic_inc(&user->__count); hlist_for_each_entry()
165 if (atomic_dec_and_lock(&up->__count, &uidhash_lock)) free_uid()
186 atomic_set(&new->__count, 1); alloc_uid()
/linux-4.1.27/arch/x86/include/asm/
H A Dtimer.h30 u32 __count; member in struct:cyc2ns_data
/linux-4.1.27/arch/xtensa/include/asm/
H A Dstring.h110 extern void *memset(void *__s, int __c, size_t __count);
/linux-4.1.27/arch/mips/kernel/
H A Dmips_ksyms.c20 extern void *__bzero(void *__s, size_t __count);
/linux-4.1.27/arch/frv/include/asm/
H A Dmath-emu.h117 static int __count = 3; \
119 if (__count > 0) { \
123 __count--; \
/linux-4.1.27/arch/m68k/include/asm/
H A Dmath-emu.h117 static int __count = 3; \
119 if (__count > 0) { \
123 __count--; \
/linux-4.1.27/net/ieee802154/
H A Dcore.c168 int __count; wpan_phy_unregister()
170 __count = rdev->opencount; wpan_phy_unregister()
172 __count == 0; })); wpan_phy_unregister()
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_da_format.c541 to->count = be16_to_cpu(from->hdr.__count); xfs_da2_node_hdr_from_disk()
554 to->hdr.__count = cpu_to_be16(from->count); xfs_da2_node_hdr_to_disk()
569 to->count = be16_to_cpu(hdr3->__count); xfs_da3_node_hdr_from_disk()
584 hdr3->__count = cpu_to_be16(from->count); xfs_da3_node_hdr_to_disk()
H A Dxfs_da_format.h80 __be16 __count; /* count of active entries */ member in struct:xfs_da_node_hdr
86 __be16 __count; /* count of active entries */ member in struct:xfs_da3_node_hdr
/linux-4.1.27/arch/x86/kernel/
H A Dtsc.c89 head->__count++; cyc2ns_read_begin()
104 if (!--head->__count) { cyc2ns_read_end()
187 data->__count = 0; cyc2ns_data_init()
209 * Notable, it allows us to only do the __count and tail update cycles_2_ns()
221 data->__count++; cycles_2_ns()
230 if (!--data->__count) cycles_2_ns()
/linux-4.1.27/include/trace/
H A Dftrace.h793 #define __perf_count(c) (__count = (c))
807 u64 __addr = 0, __count = 1; \
837 __count, __regs, head, __task); \
/linux-4.1.27/sound/oss/
H A Dwaveartist.c426 waveartist_output_block(int dev, unsigned long buf, int __count, int intrflag) waveartist_output_block() argument
433 unsigned int count = __count; waveartist_output_block()
473 waveartist_start_input(int dev, unsigned long buf, int __count, int intrflag) waveartist_start_input() argument
480 unsigned int count = __count; waveartist_start_input()
/linux-4.1.27/include/linux/
H A Dphy.h798 #define phy_module_driver(__phy_drivers, __count) \
801 return phy_drivers_register(__phy_drivers, __count); \
806 phy_drivers_unregister(__phy_drivers, __count); \
H A Dsched.h787 atomic_t __count; /* reference count */ member in struct:user_struct
2347 atomic_inc(&u->__count); get_uid()
/linux-4.1.27/net/wireless/
H A Dcore.c765 int __count; wiphy_unregister()
767 __count = rdev->opencount; wiphy_unregister()
769 __count == 0; })); wiphy_unregister()

Completed in 825 milliseconds