Home
last modified time | relevance | path

Searched defs:flag (Results 1 – 25 of 56) sorted by relevance

123

/include/trace/events/
Dmmflags.h69 #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 …]
Dbtrfs.h273 #define show_map_flags(flag) \ argument
/include/linux/
Dkbd_kern.h72 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()
Dthread_info.h87 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 …]
Ddelayacct.h91 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()
Dipv6_route.h13 #define IPV6_EXTRACT_PREF(flag) (((flag) & RTF_PREF_MASK) >> 27) argument
Dtty_flip.h23 unsigned char ch, char flag) in tty_insert_flip_char()
Dcapability.h98 #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
Dkdb.h146 #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
Dof.h188 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 …]
Dfanotify.h10 #define FAN_GROUP_FLAG(group, flag) \ argument
Dtracepoint.h425 #define TRACE_EVENT_FLAGS(event, flag) argument
563 #define TRACE_EVENT_FLAGS(event, flag) argument
Dif_bridge.h177 br_port_flag_is_set(const struct net_device *dev, unsigned long flag) in br_port_flag_is_set()
/include/linux/lockd/
Ddebug.h21 # define ifdebug(flag) if (unlikely(nlm_debug & NLMDBG_##flag)) argument
23 # define ifdebug(flag) if (0) argument
/include/xen/
Dfeatures.h19 static inline int xen_feature(int flag) in xen_feature()
/include/uapi/linux/
Dnilfs2_api.h49 #define NILFS_CPINFO_FNS(flag, name) \ argument
79 #define NILFS_SUINFO_FNS(flag, name) \ argument
116 #define NILFS_SUINFO_UPDATE_FNS(flag, name) \ argument
Dkernelcapi.h21 int flag; member
Dif_vlan.h60 unsigned int flag; /* Matches vlan_dev_priv flags */ member
Datmlec.h66 unsigned int flag; /* member
/include/net/tc_act/
Dtc_skbedit.h31 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/
Dxt_HMARK.h25 #define XT_HMARK_FLAG(flag) (1 << flag) argument
Dxt_sctp.h15 __u8 flag; member
/include/linux/platform_data/
Dcros_ec_sensorhub.h52 u8 flag; member
/include/linux/clk/
Dtegra.h235 static inline void tegra210_clk_emc_dll_enable(bool flag) {} in tegra210_clk_emc_dll_enable()
/include/trace/
Dtrace_events.h258 #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

123