Home
last modified time | relevance | path

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

12345678

/linux-4.19.296/include/linux/
Dthread_info.h66 static inline void set_ti_thread_flag(struct thread_info *ti, int flag) in set_ti_thread_flag()
71 static inline void clear_ti_thread_flag(struct thread_info *ti, int flag) in clear_ti_thread_flag()
76 static inline void update_ti_thread_flag(struct thread_info *ti, int flag, in update_ti_thread_flag()
85 static inline int test_and_set_ti_thread_flag(struct thread_info *ti, int flag) in test_and_set_ti_thread_flag()
90 static inline int test_and_clear_ti_thread_flag(struct thread_info *ti, int flag) in test_and_clear_ti_thread_flag()
95 static inline int test_ti_thread_flag(struct thread_info *ti, int flag) in test_ti_thread_flag()
100 #define set_thread_flag(flag) \ argument
102 #define clear_thread_flag(flag) \ argument
104 #define update_thread_flag(flag, value) \ argument
106 #define test_and_set_thread_flag(flag) \ argument
[all …]
Dkbd_kern.h83 static inline int vc_kbd_mode(struct kbd_struct * kbd, int flag) in vc_kbd_mode()
88 static inline int vc_kbd_led(struct kbd_struct * kbd, int flag) in vc_kbd_led()
93 static inline void set_vc_kbd_mode(struct kbd_struct * kbd, int flag) in set_vc_kbd_mode()
98 static inline void set_vc_kbd_led(struct kbd_struct * kbd, int flag) in set_vc_kbd_led()
103 static inline void clr_vc_kbd_mode(struct kbd_struct * kbd, int flag) in clr_vc_kbd_mode()
108 static inline void clr_vc_kbd_led(struct kbd_struct * kbd, int flag) in clr_vc_kbd_led()
113 static inline void chg_vc_kbd_lock(struct kbd_struct * kbd, int flag) in chg_vc_kbd_lock()
118 static inline void chg_vc_kbd_slock(struct kbd_struct * kbd, int flag) in chg_vc_kbd_slock()
123 static inline void chg_vc_kbd_mode(struct kbd_struct * kbd, int flag) in chg_vc_kbd_mode()
128 static inline void chg_vc_kbd_led(struct kbd_struct * kbd, int flag) in chg_vc_kbd_led()
Ddelayacct.h88 static inline void delayacct_set_flag(int flag) in delayacct_set_flag()
94 static inline void delayacct_clear_flag(int flag) in delayacct_clear_flag()
160 static inline void delayacct_set_flag(int flag) in delayacct_set_flag()
162 static inline void delayacct_clear_flag(int flag) in delayacct_clear_flag()
Dipv6_route.h17 #define IPV6_EXTRACT_PREF(flag) (((flag) & RTF_PREF_MASK) >> 27) argument
Dof.h190 static inline int of_node_check_flag(struct device_node *n, unsigned long flag) in of_node_check_flag()
196 unsigned long flag) in of_node_test_and_set_flag()
201 static inline void of_node_set_flag(struct device_node *n, unsigned long flag) in of_node_set_flag()
206 static inline void of_node_clear_flag(struct device_node *n, unsigned long flag) in of_node_clear_flag()
212 static inline int of_property_check_flag(struct property *p, unsigned long flag) in of_property_check_flag()
217 static inline void of_property_set_flag(struct property *p, unsigned long flag) in of_property_set_flag()
222 static inline void of_property_clear_flag(struct property *p, unsigned long flag) in of_property_clear_flag()
923 static inline int of_node_check_flag(struct device_node *n, unsigned long flag) in of_node_check_flag()
929 unsigned long flag) in of_node_test_and_set_flag()
934 static inline void of_node_set_flag(struct device_node *n, unsigned long flag) in of_node_set_flag()
[all …]
Dcapability.h97 #define cap_raise(c, flag) ((c).cap[CAP_TO_INDEX(flag)] |= CAP_TO_MASK(flag)) argument
98 #define cap_lower(c, flag) ((c).cap[CAP_TO_INDEX(flag)] &= ~CAP_TO_MASK(flag)) argument
99 #define cap_raised(c, flag) ((c).cap[CAP_TO_INDEX(flag)] & CAP_TO_MASK(flag)) argument
Dtty_flip.h18 unsigned char ch, char flag) in tty_insert_flip_char()
Dkdb.h133 #define KDB_FLAG(flag) (kdb_flags & KDB_FLAG_##flag) argument
134 #define KDB_FLAG_SET(flag) ((void)(kdb_flags |= KDB_FLAG_##flag)) argument
135 #define KDB_FLAG_CLEAR(flag) ((void)(kdb_flags &= ~KDB_FLAG_##flag)) argument
/linux-4.19.296/include/trace/events/
Dmmflags.h59 #define IF_HAVE_PG_MLOCK(flag,string) ,{1UL << flag, string} argument
61 #define IF_HAVE_PG_MLOCK(flag,string) argument
65 #define IF_HAVE_PG_UNCACHED(flag,string) ,{1UL << flag, string} argument
67 #define IF_HAVE_PG_UNCACHED(flag,string) argument
71 #define IF_HAVE_PG_HWPOISON(flag,string) ,{1UL << flag, string} argument
73 #define IF_HAVE_PG_HWPOISON(flag,string) argument
77 #define IF_HAVE_PG_IDLE(flag,string) ,{1UL << flag, string} argument
79 #define IF_HAVE_PG_IDLE(flag,string) argument
127 #define IF_HAVE_VM_SOFTDIRTY(flag,name) {flag, name }, argument
129 #define IF_HAVE_VM_SOFTDIRTY(flag,name) argument
/linux-4.19.296/include/linux/lockd/
Ddebug.h23 # define ifdebug(flag) if (unlikely(nlm_debug & NLMDBG_##flag)) argument
25 # define ifdebug(flag) if (0) argument
/linux-4.19.296/block/
Dblk.h58 static inline void queue_flag_set_unlocked(unsigned int flag, in queue_flag_set_unlocked()
67 static inline void queue_flag_clear_unlocked(unsigned int flag, in queue_flag_clear_unlocked()
76 static inline int queue_flag_test_and_clear(unsigned int flag, in queue_flag_test_and_clear()
89 static inline int queue_flag_test_and_set(unsigned int flag, in queue_flag_test_and_set()
102 static inline void queue_flag_set(unsigned int flag, struct request_queue *q) in queue_flag_set()
108 static inline void queue_flag_clear(unsigned int flag, struct request_queue *q) in queue_flag_clear()
/linux-4.19.296/fs/coda/
Dcache.c91 static void coda_flag_children(struct dentry *parent, int flag) in coda_flag_children()
105 void coda_flag_inode_children(struct inode *inode, int flag) in coda_flag_inode_children()
Dcoda_linux.h96 static __inline__ void coda_flag_inode(struct inode *inode, int flag) in coda_flag_inode()
/linux-4.19.296/fs/jfs/
Djfs_txnmgr.h41 u16 flag; /* tx commit state */ member
101 u16 flag; /* 2: lock control */ member
176 u16 flag; /* 2: */ member
192 u16 flag; /* 2: */ member
223 u16 flag; /* 2: */ member
251 u16 flag; /* 2: */ member
275 int flag; /* flags */ member
Djfs_incore.h154 #define set_cflag(flag, ip) set_bit(flag, &(JFS_IP(ip)->cflag)) argument
155 #define clear_cflag(flag, ip) clear_bit(flag, &(JFS_IP(ip)->cflag)) argument
156 #define test_cflag(flag, ip) test_bit(flag, &(JFS_IP(ip)->cflag)) argument
157 #define test_and_clear_cflag(flag, ip) \ argument
197 unsigned long flag; /* mount time flags */ member
Djfs_xtree.h32 __u8 flag; /* 1: flag */ member
89 u8 flag; /* 1: */ member
Djfs_xtree.c94 u8 flag; member
240 int *cmpp, struct btstack * btstack, int flag) in xtSearch()
539 int flag) in xtInsert()
1363 int flag) in xtExtend()
1526 int flag) in xtTailgate()
2173 int flag) in xtAppend()
2339 int xtDelete(tid_t tid, struct inode *ip, s64 xoff, s32 xlen, int flag) in xtDelete()
2892 int *cmpp, struct btstack * btstack, int flag) in xtSearchNode()
3162 s64 xtTruncate(tid_t tid, struct inode *ip, s64 newsize, int flag) in xtTruncate()
Djfs_dtree.h113 u8 flag; /* 1: 0 if free */ member
149 u8 flag; /* 1: */ member
198 u8 flag; /* 1: */ member
/linux-4.19.296/drivers/pci/hotplug/
Dibmphp_res.c35 static struct bus_node * __init alloc_error_bus(struct ebda_pci_rsrc *curr, u8 busno, int flag) in alloc_error_bus()
77 …_node **new_bus, struct range_node **new_range, struct ebda_pci_rsrc *curr, int flag, u8 first_bus) in alloc_bus_range()
962 u8 flag = 0; in ibmphp_check_resource() local
1479 …ibmphp_find_resource(struct bus_node *bus, u32 start_address, struct resource_node **res, int flag) in ibmphp_find_resource()
1739 static struct bus_node *find_bus_wprev(u8 bus_number, struct bus_node **prev, u8 flag) in find_bus_wprev()
/linux-4.19.296/include/xen/
Dfeatures.h19 static inline int xen_feature(int flag) in xen_feature()
/linux-4.19.296/fs/reiserfs/
Ddo_balan.c57 struct buffer_head *bh, int flag) in do_balance_mark_leaf_dirty()
239 static int balance_leaf_when_delete(struct tree_balance *tb, int flag) in balance_leaf_when_delete()
607 const char * const body, int flag) in balance_leaf_left()
915 const char * const body, int flag) in balance_leaf_right()
1236 int flag) in balance_leaf_new_nodes()
1368 const char * const body, int flag) in balance_leaf_finish_node()
1394 const char *body, int flag, in balance_leaf()
1859 const char *body, int flag) in do_balance()
/linux-4.19.296/fs/overlayfs/
Dutil.c283 void ovl_dentry_set_flag(unsigned long flag, struct dentry *dentry) in ovl_dentry_set_flag()
288 void ovl_dentry_clear_flag(unsigned long flag, struct dentry *dentry) in ovl_dentry_clear_flag()
293 bool ovl_dentry_test_flag(unsigned long flag, struct dentry *dentry) in ovl_dentry_test_flag()
610 void ovl_set_flag(unsigned long flag, struct inode *inode) in ovl_set_flag()
615 void ovl_clear_flag(unsigned long flag, struct inode *inode) in ovl_clear_flag()
620 bool ovl_test_flag(unsigned long flag, struct inode *inode) in ovl_test_flag()
/linux-4.19.296/fs/isofs/
Dutil.c19 int iso_date(u8 *p, int flag) in iso_date()
/linux-4.19.296/drivers/clk/pxa/
Dclk-pxa.h124 _mult_hp, _div_hp, is_lp, _cken_reg, _cken_bit, flag) \ argument
134 cken_bit, flag) \ argument
/linux-4.19.296/drivers/clk/bcm/
Dclk-kona.h40 #define FLAG(type, flag) BCM_CLK_ ## type ## _FLAGS_ ## flag argument
41 #define FLAG_SET(obj, type, flag) ((obj)->flags |= FLAG(type, flag)) argument
42 #define FLAG_CLEAR(obj, type, flag) ((obj)->flags &= ~(FLAG(type, flag))) argument
43 #define FLAG_FLIP(obj, type, flag) ((obj)->flags ^= FLAG(type, flag)) argument
44 #define FLAG_TEST(obj, type, flag) (!!((obj)->flags & FLAG(type, flag))) argument

12345678