/include/linux/ |
D | syscalls.h | 93 #define __MAP1(m,t,a) m(t,a) argument 94 #define __MAP2(m,t,a,...) m(t,a), __MAP1(m,__VA_ARGS__) argument 95 #define __MAP3(m,t,a,...) m(t,a), __MAP2(m,__VA_ARGS__) argument 96 #define __MAP4(m,t,a,...) m(t,a), __MAP3(m,__VA_ARGS__) argument 97 #define __MAP5(m,t,a,...) m(t,a), __MAP4(m,__VA_ARGS__) argument 98 #define __MAP6(m,t,a,...) m(t,a), __MAP5(m,__VA_ARGS__) argument 101 #define __SC_DECL(t, a) t a argument 102 #define __TYPE_IS_L(t) (__same_type((t)0, 0L)) argument 103 #define __TYPE_IS_UL(t) (__same_type((t)0, 0UL)) argument 104 #define __TYPE_IS_LL(t) (__same_type((t)0, 0LL) || __same_type((t)0, 0ULL)) argument [all …]
|
D | elfcore.h | 30 static inline int elf_core_copy_task_regs(struct task_struct *t, elf_gregset_t* elfregs) in elf_core_copy_task_regs() 42 static inline int elf_core_copy_task_fpregs(struct task_struct *t, struct pt_regs *regs, elf_fpregs… in elf_core_copy_task_fpregs() 52 static inline int elf_core_copy_task_xfpregs(struct task_struct *t, elf_fpxregset_t *xfpu) in elf_core_copy_task_xfpregs()
|
D | interrupt.h | 488 static inline int tasklet_trylock(struct tasklet_struct *t) in tasklet_trylock() 493 static inline void tasklet_unlock(struct tasklet_struct *t) in tasklet_unlock() 499 static inline void tasklet_unlock_wait(struct tasklet_struct *t) in tasklet_unlock_wait() 504 #define tasklet_trylock(t) 1 argument 505 #define tasklet_unlock_wait(t) do { } while (0) argument 506 #define tasklet_unlock(t) do { } while (0) argument 511 static inline void tasklet_schedule(struct tasklet_struct *t) in tasklet_schedule() 519 static inline void tasklet_hi_schedule(struct tasklet_struct *t) in tasklet_hi_schedule() 533 static inline void tasklet_hi_schedule_first(struct tasklet_struct *t) in tasklet_hi_schedule_first() 540 static inline void tasklet_disable_nosync(struct tasklet_struct *t) in tasklet_disable_nosync() [all …]
|
D | kcov.h | 25 static inline void kcov_task_init(struct task_struct *t) {} in kcov_task_init() 26 static inline void kcov_task_exit(struct task_struct *t) {} in kcov_task_exit()
|
D | nls.h | 61 static inline unsigned char nls_tolower(struct nls_table *t, unsigned char c) in nls_tolower() 68 static inline unsigned char nls_toupper(struct nls_table *t, unsigned char c) in nls_toupper() 75 static inline int nls_strnicmp(struct nls_table *t, const unsigned char *s1, in nls_strnicmp()
|
D | lockdep.h | 381 # define lock_acquire(l, s, t, r, c, n, i) do { } while (0) argument 486 #define lock_acquire_exclusive(l, s, t, n, i) lock_acquire(l, s, t, 0, 1, n, i) argument 487 #define lock_acquire_shared(l, s, t, n, i) lock_acquire(l, s, t, 1, 1, n, i) argument 488 #define lock_acquire_shared_recursive(l, s, t, n, i) lock_acquire(l, s, t, 2, 1, n, i) argument 490 #define spin_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) argument 491 #define spin_acquire_nest(l, s, t, n, i) lock_acquire_exclusive(l, s, t, n, i) argument 494 #define rwlock_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) argument 495 #define rwlock_acquire_read(l, s, t, i) lock_acquire_shared_recursive(l, s, t, NULL, i) argument 498 #define seqcount_acquire(l, s, t, i) lock_acquire_exclusive(l, s, t, NULL, i) argument 499 #define seqcount_acquire_read(l, s, t, i) lock_acquire_shared_recursive(l, s, t, NULL, i) argument [all …]
|
D | profile.h | 122 static inline int profile_event_register(enum profile_type t, struct notifier_block * n) in profile_event_register() 127 static inline int profile_event_unregister(enum profile_type t, struct notifier_block * n) in profile_event_unregister()
|
D | thermal.h | 47 #define KELVIN_TO_CELSIUS(t) (long)(((long)t-2732 >= 0) ? \ argument 49 #define CELSIUS_TO_KELVIN(t) ((t)*10+2732) argument 50 #define DECI_KELVIN_TO_MILLICELSIUS_WITH_OFFSET(t, off) (((t) - (off)) * 100) argument 51 #define DECI_KELVIN_TO_MILLICELSIUS(t) DECI_KELVIN_TO_MILLICELSIUS_WITH_OFFSET(t, 2732) argument 52 #define MILLICELSIUS_TO_DECI_KELVIN_WITH_OFFSET(t, off) (((t) / 100) + (off)) argument 53 #define MILLICELSIUS_TO_DECI_KELVIN(t) MILLICELSIUS_TO_DECI_KELVIN_WITH_OFFSET(t, 2732) argument
|
D | reciprocal_div.h | 31 u32 t = (u32)(((u64)a * R.m) >> 32); in reciprocal_divide() local
|
D | uprobes.h | 179 static inline void uprobe_free_utask(struct task_struct *t) in uprobe_free_utask() 182 static inline void uprobe_copy_process(struct task_struct *t, unsigned long flags) in uprobe_copy_process()
|
D | bch.h | 52 unsigned int t; member
|
D | rtmutex.h | 66 # define rt_mutex_debug_task_free(t) do { } while (0) argument
|
/include/crypto/ |
D | gf128mul.h | 170 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/ |
D | sched.h | 127 #define RPC_IS_ASYNC(t) ((t)->tk_flags & RPC_TASK_ASYNC) argument 128 #define RPC_IS_SWAPPER(t) ((t)->tk_flags & RPC_TASK_SWAPPER) argument 129 #define RPC_DO_ROOTOVERRIDE(t) ((t)->tk_flags & RPC_TASK_ROOTCREDS) argument 130 #define RPC_ASSASSINATED(t) ((t)->tk_flags & RPC_TASK_KILLED) argument 131 #define RPC_IS_SOFT(t) ((t)->tk_flags & (RPC_TASK_SOFT|RPC_TASK_TIMEOUT)) argument 132 #define RPC_IS_SOFTCONN(t) ((t)->tk_flags & RPC_TASK_SOFTCONN) argument 133 #define RPC_WAS_SENT(t) ((t)->tk_flags & RPC_TASK_SENT) argument 139 #define RPC_IS_RUNNING(t) test_bit(RPC_TASK_RUNNING, &(t)->tk_runstate) argument 140 #define rpc_set_running(t) set_bit(RPC_TASK_RUNNING, &(t)->tk_runstate) argument 141 #define rpc_test_and_set_running(t) \ argument [all …]
|
D | timer.h | 28 int *t; in rpc_set_timeo() local
|
/include/asm-generic/ |
D | ioctl.h | 7 #define _IOC_TYPECHECK(t) (sizeof(t)) argument 11 #define _IOC_TYPECHECK(t) \ argument
|
/include/net/netfilter/ |
D | nf_conntrack_tuple.h | 81 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/net/sctp/ |
D | sm.h | 342 static inline int TSN_lt(__u32 s, __u32 t) in TSN_lt() 347 static inline int TSN_lte(__u32 s, __u32 t) in TSN_lte() 366 static inline int SSN_lt(__u16 s, __u16 t) in SSN_lt() 371 static inline int SSN_lte(__u16 s, __u16 t) in SSN_lte() 385 static inline int ADDIP_SERIAL_gte(__u16 s, __u16 t) in ADDIP_SERIAL_gte()
|
/include/trace/events/ |
D | f2fs.h | 25 #define F2FS_BIO_MASK(t) (t & (READA | WRITE_FLUSH_FUA)) argument 26 #define F2FS_BIO_EXTRA_MASK(t) (t & (REQ_META | REQ_PRIO)) argument
|
/include/scsi/ |
D | scsi_transport.h | 93 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()
|
/include/net/ |
D | pkt_cls.h | 303 #define tcf_em_tree_validate(tp, tb, t) ((void)(t), 0) argument 304 #define tcf_em_tree_destroy(t) do { (void)(t); } while(0) argument 305 #define tcf_em_tree_dump(skb, t, tlv) (0) argument 307 #define tcf_em_tree_match(skb, t, info) ((void)(info), 1) argument
|
/include/acpi/platform/ |
D | aclinux.h | 91 #define ACPI_GLOBAL(t,a) argument 92 #define ACPI_INIT_GLOBAL(t,a,b) argument
|
/include/linux/netfilter/ipset/ |
D | ip_set_timeout.h | 57 ip_set_timeout_set(unsigned long *timeout, u32 t) in ip_set_timeout_set()
|
/include/media/ |
D | ov772x.h | 44 #define OV772X_MANUAL_EDGECTRL(s, t) \ argument
|
/include/linux/spi/ |
D | spi.h | 702 spi_message_add_tail(struct spi_transfer *t, struct spi_message *m) in spi_message_add_tail() 708 spi_transfer_del(struct spi_transfer *t) in spi_transfer_del() 746 struct spi_transfer *t = (struct spi_transfer *)(m + 1); in spi_message_alloc() local 790 struct spi_transfer t = { in spi_write() local 814 struct spi_transfer t = { in spi_read() local
|