Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 51) sorted by relevance

123

/include/crypto/
Dgf128mul.h170 be128 t[256]; member
178 static inline void gf128mul_free_4k(struct gf128mul_4k *t) in gf128mul_free_4k()
187 struct gf128mul_4k *t[16]; member
/include/linux/sunrpc/
Dsched.h135 #define RPC_IS_ASYNC(t) ((t)->tk_flags & RPC_TASK_ASYNC) argument
136 #define RPC_IS_SWAPPER(t) ((t)->tk_flags & RPC_TASK_SWAPPER) argument
137 #define RPC_DO_ROOTOVERRIDE(t) ((t)->tk_flags & RPC_TASK_ROOTCREDS) argument
138 #define RPC_ASSASSINATED(t) ((t)->tk_flags & RPC_TASK_KILLED) argument
139 #define RPC_IS_SOFT(t) ((t)->tk_flags & (RPC_TASK_SOFT|RPC_TASK_TIMEOUT)) argument
140 #define RPC_IS_SOFTCONN(t) ((t)->tk_flags & RPC_TASK_SOFTCONN) argument
141 #define RPC_WAS_SENT(t) ((t)->tk_flags & RPC_TASK_SENT) argument
147 #define RPC_IS_RUNNING(t) test_bit(RPC_TASK_RUNNING, &(t)->tk_runstate) argument
148 #define rpc_set_running(t) set_bit(RPC_TASK_RUNNING, &(t)->tk_runstate) argument
149 #define rpc_test_and_set_running(t) \ argument
[all …]
Dtimer.h28 int *t; in rpc_set_timeo() local
/include/linux/
Dsyscalls.h110 #define __SC_STR_ADECL1(t, a) #a argument
111 #define __SC_STR_ADECL2(t, a, ...) #a, __SC_STR_ADECL1(__VA_ARGS__) argument
112 #define __SC_STR_ADECL3(t, a, ...) #a, __SC_STR_ADECL2(__VA_ARGS__) argument
113 #define __SC_STR_ADECL4(t, a, ...) #a, __SC_STR_ADECL3(__VA_ARGS__) argument
114 #define __SC_STR_ADECL5(t, a, ...) #a, __SC_STR_ADECL4(__VA_ARGS__) argument
115 #define __SC_STR_ADECL6(t, a, ...) #a, __SC_STR_ADECL5(__VA_ARGS__) argument
117 #define __SC_STR_TDECL1(t, a) #t argument
118 #define __SC_STR_TDECL2(t, a, ...) #t, __SC_STR_TDECL1(__VA_ARGS__) argument
119 #define __SC_STR_TDECL3(t, a, ...) #t, __SC_STR_TDECL2(__VA_ARGS__) argument
120 #define __SC_STR_TDECL4(t, a, ...) #t, __SC_STR_TDECL3(__VA_ARGS__) argument
[all …]
Dusb_usual.h97 #define usb_usual_set_present(t) do { } while(0) argument
98 #define usb_usual_clear_present(t) do { } while(0) argument
99 #define usb_usual_check_type(id, t) (0) argument
Dlockdep.h358 # define lock_acquire(l, s, t, r, c, n, i) do { } while (0) argument
464 # define spin_acquire(l, s, t, i) lock_acquire(l, s, t, 0, 2, NULL, i) argument
465 # define spin_acquire_nest(l, s, t, n, i) lock_acquire(l, s, t, 0, 2, n, i) argument
467 # define spin_acquire(l, s, t, i) lock_acquire(l, s, t, 0, 1, NULL, i) argument
468 # define spin_acquire_nest(l, s, t, n, i) lock_acquire(l, s, t, 0, 1, NULL, i) argument
472 # define spin_acquire(l, s, t, i) do { } while (0) argument
478 # define rwlock_acquire(l, s, t, i) lock_acquire(l, s, t, 0, 2, NULL, i) argument
479 # define rwlock_acquire_read(l, s, t, i) lock_acquire(l, s, t, 2, 2, NULL, i) argument
481 # define rwlock_acquire(l, s, t, i) lock_acquire(l, s, t, 0, 1, NULL, i) argument
482 # define rwlock_acquire_read(l, s, t, i) lock_acquire(l, s, t, 2, 1, NULL, i) argument
[all …]
Dinterrupt.h532 static inline int tasklet_trylock(struct tasklet_struct *t) in tasklet_trylock()
537 static inline void tasklet_unlock(struct tasklet_struct *t) in tasklet_unlock()
543 static inline void tasklet_unlock_wait(struct tasklet_struct *t) in tasklet_unlock_wait()
548 #define tasklet_trylock(t) 1 argument
549 #define tasklet_unlock_wait(t) do { } while (0) argument
550 #define tasklet_unlock(t) do { } while (0) argument
555 static inline void tasklet_schedule(struct tasklet_struct *t) in tasklet_schedule()
563 static inline void tasklet_hi_schedule(struct tasklet_struct *t) in tasklet_hi_schedule()
577 static inline void tasklet_hi_schedule_first(struct tasklet_struct *t) in tasklet_hi_schedule_first()
584 static inline void tasklet_disable_nosync(struct tasklet_struct *t) in tasklet_disable_nosync()
[all …]
Dnls.h60 static inline unsigned char nls_tolower(struct nls_table *t, unsigned char c) in nls_tolower()
67 static inline unsigned char nls_toupper(struct nls_table *t, unsigned char c) in nls_toupper()
74 static inline int nls_strnicmp(struct nls_table *t, const unsigned char *s1, in nls_strnicmp()
Dprofile.h124 static inline int profile_event_register(enum profile_type t, struct notifier_block * n) in profile_event_register()
129 static inline int profile_event_unregister(enum profile_type t, struct notifier_block * n) in profile_event_unregister()
Delfcore.h126 static inline int elf_core_copy_task_regs(struct task_struct *t, elf_gregset_t* elfregs) in elf_core_copy_task_regs()
138 static inline int elf_core_copy_task_fpregs(struct task_struct *t, struct pt_regs *regs, elf_fpregs… in elf_core_copy_task_fpregs()
148 static inline int elf_core_copy_task_xfpregs(struct task_struct *t, elf_fpxregset_t *xfpu) in elf_core_copy_task_xfpregs()
Daudit.h517 static inline void audit_ptrace(struct task_struct *t) in audit_ptrace()
528 #define audit_get_loginuid(t) ((t)->loginuid) argument
529 #define audit_get_sessionid(t) ((t)->sessionid) argument
625 #define audit_alloc(t) ({ 0; }) argument
626 #define audit_free(t) do { ; } while (0) argument
638 #define auditsc_get_stamp(c,t,s) (0) argument
639 #define audit_get_loginuid(t) (-1) argument
640 #define audit_get_sessionid(t) (-1) argument
649 #define audit_mq_sendrecv(d,l,p,t) ((void)0) argument
655 #define audit_ptrace(t) ((void)0) argument
[all …]
Dsignal.h379 #define sig_user_defined(t, signr) \ argument
383 #define sig_fatal(t, signr) \ argument
Dbch.h52 unsigned int t; member
Dthermal.h84 #define KELVIN_TO_CELSIUS(t) (long)(((long)t-2732 >= 0) ? \ argument
86 #define CELSIUS_TO_KELVIN(t) ((t)*10+2732) argument
Dtimer.h282 # define del_timer_sync(t) del_timer(t) argument
285 #define del_singleshot_timer_sync(t) del_timer_sync(t) argument
/include/linux/netfilter/ipset/
Dip_set_ahash.h188 ahash_destroy(struct htable *t) in ahash_destroy()
208 struct htable *t = h->table; in ahash_memsize() local
227 struct htable *t = h->table; in ip_set_hash_flush() local
380 struct htable *t, *orig = h->table; in type_pf_resize() local
443 struct htable *t; in type_pf_add() local
496 struct htable *t = h->table; in type_pf_del() local
544 struct htable *t = h->table; in type_pf_test_cidrs() local
571 struct htable *t = h->table; in type_pf_test() local
637 const struct htable *t = h->table; in type_pf_list() local
785 struct htable *t = h->table; in type_pf_expire() local
[all …]
Dip_set_timeout.h69 unsigned long t; in ip_set_timeout_set() local
113 unsigned long t; in ip_set_timeout_set() local
/include/net/sctp/
Dsm.h345 static inline int TSN_lt(__u32 s, __u32 t) in TSN_lt()
350 static inline int TSN_lte(__u32 s, __u32 t) in TSN_lte()
369 static inline int SSN_lt(__u16 s, __u16 t) in SSN_lt()
374 static inline int SSN_lte(__u16 s, __u16 t) in SSN_lte()
388 static inline int ADDIP_SERIAL_gte(__u16 s, __u16 t) in ADDIP_SERIAL_gte()
/include/net/netfilter/
Dnf_conntrack_tuple.h81 static inline void nf_ct_dump_tuple_ip(const struct nf_conntrack_tuple *t) in nf_ct_dump_tuple_ip()
91 static inline void nf_ct_dump_tuple_ipv6(const struct nf_conntrack_tuple *t) in nf_ct_dump_tuple_ipv6()
101 static inline void nf_ct_dump_tuple(const struct nf_conntrack_tuple *t) in nf_ct_dump_tuple()
178 nf_ct_tuple_mask_cmp(const struct nf_conntrack_tuple *t, in nf_ct_tuple_mask_cmp()
/include/scsi/
Dscsi_transport.h93 scsi_transport_reserve_target(struct scsi_transport_template * t, int space) in scsi_transport_reserve_target()
100 scsi_transport_reserve_device(struct scsi_transport_template * t, int space) in scsi_transport_reserve_device()
Dscsi_netlink.h113 #define INIT_SCSI_NL_HDR(hdr, t, mtype, mlen) \ argument
/include/net/
Dpkt_cls.h301 #define tcf_em_tree_validate(tp, tb, t) ((void)(t), 0) argument
302 #define tcf_em_tree_destroy(tp, t) do { (void)(t); } while(0) argument
303 #define tcf_em_tree_dump(skb, t, tlv) (0) argument
305 #define tcf_em_tree_match(skb, t, info) ((void)(info), 1) argument
/include/asm-generic/
Dioctl.h74 #define _IOC_TYPECHECK(t) \ argument
79 #define _IOC_TYPECHECK(t) (sizeof(t)) argument
/include/linux/spi/
Dspi.h580 spi_message_add_tail(struct spi_transfer *t, struct spi_message *m) in spi_message_add_tail()
586 spi_transfer_del(struct spi_transfer *t) in spi_transfer_del()
604 struct spi_transfer *t = (struct spi_transfer *)(m + 1); in spi_message_alloc() local
648 struct spi_transfer t = { in spi_write() local
672 struct spi_transfer t = { in spi_read() local
/include/media/
Dov772x.h44 #define OV772X_MANUAL_EDGECTRL(s, t) \ argument

123