/include/linux/ |
D | percpu-defs.h | 61 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument 63 extern __PCPU_ATTRS(sec) __typeof__(type) name 65 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ argument 70 __typeof__(type) name 75 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument 76 extern __PCPU_ATTRS(sec) __typeof__(type) name 78 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ argument 80 __typeof__(type) name 87 #define DECLARE_PER_CPU(type, name) \ argument 88 DECLARE_PER_CPU_SECTION(type, name, "") [all …]
|
D | auto_fs4.h | 38 static inline void set_autofs_type_indirect(unsigned int *type) in set_autofs_type_indirect() argument 40 *type = AUTOFS_TYPE_INDIRECT; in set_autofs_type_indirect() 44 static inline unsigned int autofs_type_indirect(unsigned int type) in autofs_type_indirect() argument 46 return (type == AUTOFS_TYPE_INDIRECT); in autofs_type_indirect() 49 static inline void set_autofs_type_direct(unsigned int *type) in set_autofs_type_direct() argument 51 *type = AUTOFS_TYPE_DIRECT; in set_autofs_type_direct() 55 static inline unsigned int autofs_type_direct(unsigned int type) in autofs_type_direct() argument 57 return (type == AUTOFS_TYPE_DIRECT); in autofs_type_direct() 60 static inline void set_autofs_type_offset(unsigned int *type) in set_autofs_type_offset() argument 62 *type = AUTOFS_TYPE_OFFSET; in set_autofs_type_offset() [all …]
|
D | quotaops.h | 47 struct dquot *dqget(struct super_block *sb, unsigned int id, int type); 52 struct dquot *dquot_alloc(struct super_block *sb, int type); 63 int dquot_disable(struct super_block *sb, int type, unsigned int flags); 65 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend() argument 67 return dquot_disable(sb, type, DQUOT_SUSPENDED); in dquot_suspend() 69 int dquot_resume(struct super_block *sb, int type); 74 int dquot_commit_info(struct super_block *sb, int type); 79 int dquot_enable(struct inode *inode, int type, int format_id, 81 int dquot_quota_on(struct super_block *sb, int type, int format_id, 84 int format_id, int type); [all …]
|
D | elfnote.h | 41 #define ELFNOTE_START(name, type, flags) \ 46 .long type ; \ 55 #define ELFNOTE(name, type, desc) \ 56 ELFNOTE_START(name, type, "") \ 71 #define _ELFNOTE(size, name, unique, type, desc) \ argument 86 type, \ 91 #define ELFNOTE(size, name, type, desc) \ argument 92 _ELFNOTE(size, name, __LINE__, type, desc) 94 #define ELFNOTE32(name, type, desc) ELFNOTE(32, name, type, desc) argument 95 #define ELFNOTE64(name, type, desc) ELFNOTE(64, name, type, desc) argument
|
D | kobject_ns.h | 41 enum kobj_ns_type type; member 49 int kobj_ns_type_registered(enum kobj_ns_type type); 53 void *kobj_ns_grab_current(enum kobj_ns_type type); 54 const void *kobj_ns_netlink(enum kobj_ns_type type, struct sock *sk); 55 const void *kobj_ns_initial(enum kobj_ns_type type); 56 void kobj_ns_drop(enum kobj_ns_type type, void *ns);
|
D | cryptouser.h | 62 char type[CRYPTO_MAX_NAME]; member 66 char type[CRYPTO_MAX_NAME]; member 72 char type[CRYPTO_MAX_ALG_NAME]; member 79 char type[CRYPTO_MAX_NAME]; member 88 char type[CRYPTO_MAX_NAME]; member 96 char type[CRYPTO_MAX_NAME]; member 100 char type[CRYPTO_MAX_NAME]; member
|
D | typecheck.h | 8 #define typecheck(type,x) \ argument 9 ({ type __dummy; \ 19 #define typecheck_fn(type,function) \ argument 20 ({ typeof(type) __tmp = function; \
|
D | profile.h | 46 void profile_tick(int type); 51 void profile_hits(int type, void *ip, unsigned int nr_hits); 56 static inline void profile_hit(int type, void *ip) in profile_hit() argument 61 if (unlikely(prof_on == type)) in profile_hit() 62 profile_hits(type, ip, 1); in profile_hit() 99 static inline void profile_tick(int type) in profile_tick() argument 104 static inline void profile_hits(int type, void *ip, unsigned int nr_hits) in profile_hits() argument 109 static inline void profile_hit(int type, void *ip) in profile_hit() argument
|
D | firmware-map.h | 26 int firmware_map_add_early(u64 start, u64 end, const char *type); 27 int firmware_map_add_hotplug(u64 start, u64 end, const char *type); 31 static inline int firmware_map_add_early(u64 start, u64 end, const char *type) in firmware_map_add_early() argument 36 static inline int firmware_map_add_hotplug(u64 start, u64 end, const char *type) in firmware_map_add_hotplug() argument
|
D | iscsi_boot_sysfs.h | 84 ssize_t (*show) (void *data, int type, char *buf); 94 umode_t (*is_visible) (void *data, int type); 112 ssize_t (*show) (void *data, int type, char *buf), 113 umode_t (*is_visible) (void *data, int type), 119 ssize_t (*show) (void *data, int type, char *buf), 120 umode_t (*is_visible) (void *data, int type), 125 ssize_t (*show) (void *data, int type, char *buf), 126 umode_t (*is_visible) (void *data, int type),
|
D | pid.h | 86 extern struct pid *get_task_pid(struct task_struct *task, enum pid_type type); 92 extern void attach_pid(struct task_struct *task, enum pid_type type, 176 #define do_each_pid_task(pid, type, task) \ argument 181 &(pid)->tasks[type], pids[type].node) { 187 #define while_each_pid_task(pid, type, task) \ argument 188 if (type == PIDTYPE_PID) \ 193 #define do_each_pid_thread(pid, type, task) \ argument 194 do_each_pid_task(pid, type, task) { \ 198 #define while_each_pid_thread(pid, type, task) \ argument 201 } while_each_pid_task(pid, type, task)
|
D | quota.h | 62 #define QCMD(cmd, type) (((cmd) << SUBCMDSHIFT) | ((type) & SUBCMDMASK)) argument 240 extern void mark_info_dirty(struct super_block *sb, int type); 266 static inline void dqstats_inc(unsigned int type) in dqstats_inc() argument 268 percpu_counter_inc(&dqstats.counter[type]); in dqstats_inc() 271 static inline void dqstats_dec(unsigned int type) in dqstats_dec() argument 273 percpu_counter_dec(&dqstats.counter[type]); in dqstats_dec() 306 …int (*check_quota_file)(struct super_block *sb, int type); /* Detect whether file is in our format… 307 …int (*read_file_info)(struct super_block *sb, int type); /* Read main info about file - called on … 308 int (*write_file_info)(struct super_block *sb, int type); /* Write main info about file */ 309 int (*free_file_info)(struct super_block *sb, int type); /* Called on quotaoff() */ [all …]
|
D | plist.h | 204 # define plist_first_entry(head, type, member) \ argument 207 container_of(plist_first(head), type, member); \ 210 # define plist_first_entry(head, type, member) \ argument 211 container_of(plist_first(head), type, member) 221 # define plist_last_entry(head, type, member) \ argument 224 container_of(plist_last(head), type, member); \ 227 # define plist_last_entry(head, type, member) \ argument 228 container_of(plist_last(head), type, member)
|
D | posix_acl.h | 92 static inline struct posix_acl **acl_by_type(struct inode *inode, int type) in acl_by_type() argument 94 switch (type) { in acl_by_type() 104 static inline struct posix_acl *get_cached_acl(struct inode *inode, int type) in get_cached_acl() argument 106 struct posix_acl **p = acl_by_type(inode, type); in get_cached_acl() 118 static inline struct posix_acl *get_cached_acl_rcu(struct inode *inode, int type) in get_cached_acl_rcu() argument 120 return rcu_dereference(*acl_by_type(inode, type)); in get_cached_acl_rcu() 124 int type, in set_cached_acl() argument 127 struct posix_acl **p = acl_by_type(inode, type); in set_cached_acl() 137 static inline void forget_cached_acl(struct inode *inode, int type) in forget_cached_acl() argument 139 struct posix_acl **p = acl_by_type(inode, type); in forget_cached_acl()
|
/include/asm-generic/ |
D | ioctl.h | 65 #define _IOC(dir,type,nr,size) \ argument 67 ((type) << _IOC_TYPESHIFT) | \ 83 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument 84 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument 85 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 86 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 87 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument 88 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument 89 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
|
/include/linux/netfilter/ |
D | xt_sctp.h | 38 #define bytes(type) (sizeof(type) * 8) argument 40 #define SCTP_CHUNKMAP_SET(chunkmap, type) \ argument 42 (chunkmap)[type / bytes(__u32)] |= \ 43 1 << (type % bytes(__u32)); \ 46 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) \ argument 48 (chunkmap)[type / bytes(__u32)] &= \ 49 ~(1 << (type % bytes(__u32))); \ 52 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) \ argument 54 ((chunkmap)[type / bytes (__u32)] & \ 55 (1 << (type % bytes (__u32)))) ? 1: 0; \
|
/include/linux/crush/ |
D | hash.h | 8 extern const char *crush_hash_name(int type); 10 extern __u32 crush_hash32(int type, __u32 a); 11 extern __u32 crush_hash32_2(int type, __u32 a, __u32 b); 12 extern __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c); 13 extern __u32 crush_hash32_4(int type, __u32 a, __u32 b, __u32 c, __u32 d); 14 extern __u32 crush_hash32_5(int type, __u32 a, __u32 b, __u32 c, __u32 d,
|
/include/trace/events/ |
D | 9p.h | 9 #define show_9p_op(type) \ argument 10 __print_symbolic(type, \ 81 TP_PROTO(struct p9_client *clnt, int8_t type, int tag), 83 TP_ARGS(clnt, type, tag), 87 __field( __u8, type ) 93 __entry->type = type; 98 (long)__entry->clnt, show_9p_op(__entry->type), 103 TP_PROTO(struct p9_client *clnt, int8_t type, int tag, int err), 105 TP_ARGS(clnt, type, tag, err), 109 __field( __u8, type ) [all …]
|
D | gpu.h | 115 TP_PROTO(u32 ctx_id, u32 job_id, const char *type), 117 TP_ARGS(ctx_id, job_id, type), 122 __string( type, type ) 128 __assign_str(type, type); 134 __get_str(type))
|
/include/sound/ |
D | asequencer.h | 276 snd_seq_event_type_t type; /* event type */ member 321 #define snd_seq_ev_is_result_type(ev) ((ev)->type < 5) 323 #define snd_seq_ev_is_channel_type(ev) ((ev)->type >= 5 && (ev)->type < 20) 325 #define snd_seq_ev_is_note_type(ev) ((ev)->type >= 5 && (ev)->type < 10) 327 #define snd_seq_ev_is_control_type(ev) ((ev)->type >= 10 && (ev)->type < 20) 329 #define snd_seq_ev_is_queue_type(ev) ((ev)->type >= 30 && (ev)->type < 40) 331 #define snd_seq_ev_is_message_type(ev) ((ev)->type >= 60 && (ev)->type < 69) 333 #define snd_seq_ev_is_sample_type(ev) ((ev)->type >= 70 && (ev)->type < 79) 335 #define snd_seq_ev_is_user_type(ev) ((ev)->type >= 90 && (ev)->type < 99) 337 #define snd_seq_ev_is_fixed_type(ev) ((ev)->type < 100) [all …]
|
D | jack.h | 62 int type; member 72 int snd_jack_new(struct snd_card *card, const char *id, int type, 75 int snd_jack_set_key(struct snd_jack *jack, enum snd_jack_types type, 82 static inline int snd_jack_new(struct snd_card *card, const char *id, int type, in snd_jack_new() argument
|
/include/rdma/ |
D | rdma_netlink.h | 10 #define RDMA_NL_GET_CLIENT(type) ((type & (((1 << 6) - 1) << 10)) >> 10) argument 11 #define RDMA_NL_GET_OP(type) (type & ((1 << 10) - 1)) argument 89 int len, void *data, int type);
|
/include/net/ |
D | fib_rules.h | 78 [FRA_IIFNAME] = { .type = NLA_STRING, .len = IFNAMSIZ - 1 }, \ 79 [FRA_OIFNAME] = { .type = NLA_STRING, .len = IFNAMSIZ - 1 }, \ 80 [FRA_PRIORITY] = { .type = NLA_U32 }, \ 81 [FRA_FWMARK] = { .type = NLA_U32 }, \ 82 [FRA_FWMASK] = { .type = NLA_U32 }, \ 83 [FRA_TABLE] = { .type = NLA_U32 }, \ 84 [FRA_GOTO] = { .type = NLA_U32 }, \ 85 [FRA_UID_START] = { .type = NLA_U32 }, \ 86 [FRA_UID_END] = { .type = NLA_U32 }
|
/include/xen/interface/io/ |
D | kbdif.h | 49 uint8_t type; /* XENKBD_TYPE_MOTION */ member 56 uint8_t type; /* XENKBD_TYPE_KEY */ member 62 uint8_t type; /* XENKBD_TYPE_POS */ member 71 uint8_t type; member 89 uint8_t type; member
|
/include/trace/ |
D | ftrace.h | 42 #define __field(type, item) type item; argument 45 #define __field_ext(type, item, filter_type) type item; argument 48 #define __array(type, item, len) type item[len]; argument 51 #define __dynamic_array(type, item, len) u32 __data_loc_##item; argument 109 #define __field(type, item) argument 112 #define __field_ext(type, item, filter_type) argument 115 #define __array(type, item, len) argument 118 #define __dynamic_array(type, item, len) u32 item; argument 242 if (entry->type != event->event.type) { \ 276 if (entry->type != event_##call.event.type) { \ [all …]
|