Searched refs:local_t (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dfpu_emulator.h33 local_t emulated;
34 local_t loads;
35 local_t stores;
36 local_t cp1ops;
37 local_t cp1xops;
38 local_t errors;
H A Dlocal.h13 } local_t; typedef in typeref:struct:__anon9722
28 static __inline__ long local_add_return(long i, local_t * l)
73 static __inline__ long local_sub_return(long i, local_t * l)
124 * @l: pointer of type local_t
147 * @l: pointer of type local_t
157 * @l: pointer of type local_t
167 * @l: pointer of type local_t
177 * @l: pointer of type local_t
186 /* Use these for per-cpu local_t variables: on some archs they are
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dlocal.h12 } local_t; typedef in typeref:struct:__anon10554
19 static inline void local_inc(local_t *l)
25 static inline void local_dec(local_t *l)
31 static inline void local_add(long i, local_t *l)
38 static inline void local_sub(long i, local_t *l)
48 * @l: pointer to type local_t
54 static inline int local_sub_and_test(long i, local_t *l)
66 * @l: pointer to type local_t
72 static inline int local_dec_and_test(local_t *l)
84 * @l: pointer to type local_t
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Du_getutc.c19 time_t local_t, utc_t, utcOffset; local
31 local_t = mktime(&local_tm);
33 if (local_t != (time_t) -1) {
34 utc_tmptr = Gmtime(local_t, &local_tm);
44 utcOffset = (local_t - utc_t);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dlocal.h10 } local_t; typedef in typeref:struct:__anon9960
22 static __inline__ long local_add_return(long a, local_t *l)
41 static __inline__ long local_sub_return(long a, local_t *l)
58 static __inline__ long local_inc_return(local_t *l)
77 * @l: pointer of type local_t
85 static __inline__ long local_dec_return(local_t *l)
108 * @l: pointer of type local_t
115 static __inline__ int local_add_unless(local_t *l, long a, long u)
145 static __inline__ long local_dec_if_positive(local_t *l)
165 /* Use these for per-cpu local_t variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dlocal.h28 typedef struct { volatile int counter; } local_t; typedef in typeref:struct:__anon9577
34 * @l: pointer of type local_t
42 * @l: pointer of type local_t
52 * @l: pointer of type local_t
56 static inline long local_add_return(long i, local_t *l)
83 * @l: pointer of type local_t
87 static inline long local_sub_return(long i, local_t *l)
114 * @l: pointer of type local_t
123 * @l: pointer of type local_t
132 * @l: pointer of type local_t
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dlocal.h10 } local_t; typedef in typeref:struct:__anon7783
20 static __inline__ long local_add_return(long i, local_t * l)
37 static __inline__ long local_sub_return(long i, local_t * l)
60 * @l: pointer of type local_t
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dlocal.h13 * rather pointless. The whole point behind local_t is that some processors
15 * running on this CPU. local_t allows exploitation of such capabilities.
24 } local_t; typedef in typeref:struct:__anon17088
H A Dlocal64.h24 local_t a;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dperf_event.h622 local_t head; /* write position */
623 local_t nest; /* nested writers */
624 local_t events; /* event limit */
625 local_t wakeup; /* wakeup stamp */
626 local_t lost; /* nr records lost */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dring_buffer.c329 local_t commit; /* write committed index */
343 local_t write; /* index for next write */
345 local_t entries; /* entries on this page */
420 ret = trace_seq_printf(s, "\tfield: local_t commit;\t"
458 local_t commit_overrun;
459 local_t overrun;
460 local_t entries;
461 local_t committing;
462 local_t commits;
H A Dring_buffer_benchmark.c15 local_t commit;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/math-emu/
H A Dcp1emu.c1958 local_t *pv;

Completed in 156 milliseconds