/include/trace/events/ |
D | mmflags.h | 69 #define IF_HAVE_PG_MLOCK(flag,string) ,{1UL << flag, string} argument 71 #define IF_HAVE_PG_MLOCK(flag,string) argument 75 #define IF_HAVE_PG_UNCACHED(flag,string) ,{1UL << flag, string} argument 77 #define IF_HAVE_PG_UNCACHED(flag,string) argument 81 #define IF_HAVE_PG_HWPOISON(flag,string) ,{1UL << flag, string} argument 83 #define IF_HAVE_PG_HWPOISON(flag,string) argument 87 #define IF_HAVE_PG_IDLE(flag,string) ,{1UL << flag, string} argument 89 #define IF_HAVE_PG_IDLE(flag,string) argument 93 #define IF_HAVE_PG_ARCH_2(flag,string) ,{1UL << flag, string} argument 94 #define IF_HAVE_PG_OEM_RESERVED(flag,string) ,{1UL << flag, string} argument [all …]
|
D | btrfs.h | 273 #define show_map_flags(flag) \ argument
|
/include/linux/ |
D | kbd_kern.h | 72 static inline int vc_kbd_mode(struct kbd_struct * kbd, int flag) in vc_kbd_mode() 77 static inline int vc_kbd_led(struct kbd_struct * kbd, int flag) in vc_kbd_led() 82 static inline void set_vc_kbd_mode(struct kbd_struct * kbd, int flag) in set_vc_kbd_mode() 87 static inline void set_vc_kbd_led(struct kbd_struct * kbd, int flag) in set_vc_kbd_led() 92 static inline void clr_vc_kbd_mode(struct kbd_struct * kbd, int flag) in clr_vc_kbd_mode() 97 static inline void clr_vc_kbd_led(struct kbd_struct * kbd, int flag) in clr_vc_kbd_led() 102 static inline void chg_vc_kbd_lock(struct kbd_struct * kbd, int flag) in chg_vc_kbd_lock() 107 static inline void chg_vc_kbd_slock(struct kbd_struct * kbd, int flag) in chg_vc_kbd_slock() 112 static inline void chg_vc_kbd_mode(struct kbd_struct * kbd, int flag) in chg_vc_kbd_mode() 117 static inline void chg_vc_kbd_led(struct kbd_struct * kbd, int flag) in chg_vc_kbd_led()
|
D | thread_info.h | 87 static inline void set_ti_thread_flag(struct thread_info *ti, int flag) in set_ti_thread_flag() 92 static inline void clear_ti_thread_flag(struct thread_info *ti, int flag) in clear_ti_thread_flag() 97 static inline void update_ti_thread_flag(struct thread_info *ti, int flag, in update_ti_thread_flag() 106 static inline int test_and_set_ti_thread_flag(struct thread_info *ti, int flag) in test_and_set_ti_thread_flag() 111 static inline int test_and_clear_ti_thread_flag(struct thread_info *ti, int flag) in test_and_clear_ti_thread_flag() 116 static inline int test_ti_thread_flag(struct thread_info *ti, int flag) in test_ti_thread_flag() 130 #define set_thread_flag(flag) \ argument 132 #define clear_thread_flag(flag) \ argument 134 #define update_thread_flag(flag, value) \ argument 136 #define test_and_set_thread_flag(flag) \ argument [all …]
|
D | delayacct.h | 91 static inline void delayacct_set_flag(struct task_struct *p, int flag) in delayacct_set_flag() 97 static inline void delayacct_clear_flag(struct task_struct *p, int flag) in delayacct_clear_flag() 192 static inline void delayacct_set_flag(struct task_struct *p, int flag) in delayacct_set_flag() 197 static inline void delayacct_clear_flag(struct task_struct *p, int flag) in delayacct_clear_flag()
|
D | ipv6_route.h | 13 #define IPV6_EXTRACT_PREF(flag) (((flag) & RTF_PREF_MASK) >> 27) argument
|
D | tty_flip.h | 23 unsigned char ch, char flag) in tty_insert_flip_char()
|
D | capability.h | 98 #define cap_raise(c, flag) ((c).cap[CAP_TO_INDEX(flag)] |= CAP_TO_MASK(flag)) argument 99 #define cap_lower(c, flag) ((c).cap[CAP_TO_INDEX(flag)] &= ~CAP_TO_MASK(flag)) argument 100 #define cap_raised(c, flag) ((c).cap[CAP_TO_INDEX(flag)] & CAP_TO_MASK(flag)) argument
|
D | kdb.h | 146 #define KDB_FLAG(flag) (kdb_flags & KDB_FLAG_##flag) argument 147 #define KDB_FLAG_SET(flag) ((void)(kdb_flags |= KDB_FLAG_##flag)) argument 148 #define KDB_FLAG_CLEAR(flag) ((void)(kdb_flags &= ~KDB_FLAG_##flag)) argument
|
D | of.h | 188 static inline int of_node_check_flag(struct device_node *n, unsigned long flag) in of_node_check_flag() 194 unsigned long flag) in of_node_test_and_set_flag() 199 static inline void of_node_set_flag(struct device_node *n, unsigned long flag) in of_node_set_flag() 204 static inline void of_node_clear_flag(struct device_node *n, unsigned long flag) in of_node_clear_flag() 210 static inline int of_property_check_flag(struct property *p, unsigned long flag) in of_property_check_flag() 215 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag() 220 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag() 826 static inline int of_node_check_flag(struct device_node *n, unsigned long flag) in of_node_check_flag() 832 unsigned long flag) in of_node_test_and_set_flag() 837 static inline void of_node_set_flag(struct device_node *n, unsigned long flag) in of_node_set_flag() [all …]
|
D | fanotify.h | 10 #define FAN_GROUP_FLAG(group, flag) \ argument
|
D | tracepoint.h | 425 #define TRACE_EVENT_FLAGS(event, flag) argument 563 #define TRACE_EVENT_FLAGS(event, flag) argument
|
D | if_bridge.h | 177 br_port_flag_is_set(const struct net_device *dev, unsigned long flag) in br_port_flag_is_set()
|
/include/linux/lockd/ |
D | debug.h | 21 # define ifdebug(flag) if (unlikely(nlm_debug & NLMDBG_##flag)) argument 23 # define ifdebug(flag) if (0) argument
|
/include/xen/ |
D | features.h | 19 static inline int xen_feature(int flag) in xen_feature()
|
/include/uapi/linux/ |
D | nilfs2_api.h | 49 #define NILFS_CPINFO_FNS(flag, name) \ argument 79 #define NILFS_SUINFO_FNS(flag, name) \ argument 116 #define NILFS_SUINFO_UPDATE_FNS(flag, name) \ argument
|
D | kernelcapi.h | 21 int flag; member
|
D | if_vlan.h | 60 unsigned int flag; /* Matches vlan_dev_priv flags */ member
|
D | atmlec.h | 66 unsigned int flag; /* member
|
/include/net/tc_act/ |
D | tc_skbedit.h | 31 static inline bool is_tcf_skbedit_with_flag(const struct tc_action *a, u32 flag) in is_tcf_skbedit_with_flag()
|
/include/uapi/linux/netfilter/ |
D | xt_HMARK.h | 25 #define XT_HMARK_FLAG(flag) (1 << flag) argument
|
D | xt_sctp.h | 15 __u8 flag; member
|
/include/linux/platform_data/ |
D | cros_ec_sensorhub.h | 52 u8 flag; member
|
/include/linux/clk/ |
D | tegra.h | 235 static inline void tegra210_clk_emc_dll_enable(bool flag) {} in tegra210_clk_emc_dll_enable()
|
/include/trace/ |
D | trace_events.h | 258 #define TRACE_EVENT_FLAGS(event, flag) argument 371 #define __print_flags(flag, delim, flag_array...) \ argument 389 #define __print_flags_u64(flag, delim, flag_array...) \ argument 403 #define __print_flags_u64(flag, delim, flag_array...) \ argument
|