Searched defs:t (Results 1 – 19 of 19) sorted by relevance
24 int t; in atomic_add_return() local40 int t; in atomic_sub_return() local56 int t; in atomic_inc_return() local72 int t; in atomic_dec_return() local
84 unsigned int old, t; in test_and_set_bit() local103 unsigned int old, t; in test_and_clear_bit() local122 unsigned int old, t; in test_and_change_bit() local
45 unsigned long t:1; /* Normal or I/O type */ member
12 #define __ll_lowpart(t) ((USItype) (t) % __ll_B) argument13 #define __ll_highpart(t) ((USItype) (t) / __ll_B) argument
23 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) argument24 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) argument
89 static inline unsigned long thread_saved_pc(struct thread_struct *t) in thread_saved_pc()94 static inline unsigned long thread_saved_fp(struct thread_struct *t) in thread_saved_fp()
245 #define tag_next(t) ((struct tag *)((u32 *)(t) + (t)->hdr.size)) argument248 #define for_each_tag(t,base) \ argument
221 cvmx_fau_tagwait64_t t; in cvmx_hwfau_tagwait_fetch_and_add64() member244 cvmx_fau_tagwait32_t t; in cvmx_hwfau_tagwait_fetch_and_add32() member267 cvmx_fau_tagwait16_t t; in cvmx_hwfau_tagwait_fetch_and_add16() member289 cvmx_fau_tagwait8_t t; in cvmx_hwfau_tagwait_fetch_and_add8() member
3023 u64 t : 5; member3117 u64 t : 5; member
10 #define REG_OFFSET(t, o) (t + (o*4)) argument
97 unsigned long long t = get_ticks() * 1000; in get_timer() local
58 #define MTRR_FIX_TYPE(t) ((t << 24) | (t << 16) | (t << 8) | t) argument
74 #define PMD_ATTRINDX(t) ((t) << 2) argument
173 void set_timer(unsigned long t) in set_timer()
46 #define PMD_ATTRINDX(t) ((t) << 2) argument
535 int t; in gcd() local
1037 time_t t = time(NULL); in os_localtime() local
5974 u64 t : 5; member6097 u64 t : 5; member
Completed in 75 milliseconds