Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 2636) sorted by relevance

12345678910>>...106

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/repetition/
H A Drepeat.hpp34 # define BOOST_PP_REPEAT_CHECK_BOOST_PP_REPEAT_1(c, m, d) 0 argument
35 # define BOOST_PP_REPEAT_CHECK_BOOST_PP_REPEAT_2(c, m, d) 0 argument
36 # define BOOST_PP_REPEAT_CHECK_BOOST_PP_REPEAT_3(c, m, d) 0 argument
38 # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d) argument
39 # define BOOST_PP_REPEAT_2(c, m, d) BOOST_PP_REPEAT_2_I(c, m, d) argument
40 # define BOOST_PP_REPEAT_3(c, m, d) BOOST_PP_REPEAT_3_I(c, m, d) argument
41 # define BOOST_PP_REPEAT_4(c, m, d) BOOST_PP_ERROR(0x0003) argument
43 # define BOOST_PP_REPEAT_1_I(c, m, d) BOOST_PP_REPEAT_1_ ## c(m, d) argument
44 # define BOOST_PP_REPEAT_2_I(c, m, d) BOOST_PP_REPEAT_2_ ## c(m, d) argument
45 # define BOOST_PP_REPEAT_3_I(c, m, d) BOOST_PP_REPEAT_3_ ## c(m, d) argument
[all …]
H A Dfor.hpp54 # define BOOST_PP_FOR_257(s, p, o, m) \ argument
67 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_1(s, p, o, m) 0 argument
68 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_2(s, p, o, m) 0 argument
69 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_3(s, p, o, m) 0 argument
70 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_4(s, p, o, m) 0 argument
71 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_5(s, p, o, m) 0 argument
72 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_6(s, p, o, m) 0 argument
73 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_7(s, p, o, m) 0 argument
74 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_8(s, p, o, m) 0 argument
75 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_9(s, p, o, m) 0 argument
[all …]
H A Drepeat_from_to.hpp36 # define BOOST_PP_REPEAT_FROM_TO_1(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_1(BOOST_PP_AUTO_REC(BOOST… argument
37 # define BOOST_PP_REPEAT_FROM_TO_2(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_2(BOOST_PP_AUTO_REC(BOOST… argument
38 # define BOOST_PP_REPEAT_FROM_TO_3(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_3(BOOST_PP_AUTO_REC(BOOST… argument
39 # define BOOST_PP_REPEAT_FROM_TO_4(f, l, m, dt) BOOST_PP_ERROR(0x0003) argument
54 # define BOOST_PP_REPEAT_FROM_TO_D_1(d, f, l, m, dt) BOOST_PP_REPEAT_1(BOOST_PP_SUB_D(d, l, f), … argument
55 # define BOOST_PP_REPEAT_FROM_TO_D_2(d, f, l, m, dt) BOOST_PP_REPEAT_2(BOOST_PP_SUB_D(d, l, f), … argument
56 # define BOOST_PP_REPEAT_FROM_TO_D_3(d, f, l, m, dt) BOOST_PP_REPEAT_3(BOOST_PP_SUB_D(d, l, f), … argument
58 # define BOOST_PP_REPEAT_FROM_TO_D_1(d, f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_1_I(d, f, l, m, d… argument
59 # define BOOST_PP_REPEAT_FROM_TO_D_2(d, f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_2_I(d, f, l, m, d… argument
60 # define BOOST_PP_REPEAT_FROM_TO_D_3(d, f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_3_I(d, f, l, m, d… argument
[all …]
H A Denum_trailing.hpp32 # define BOOST_PP_ENUM_TRAILING_1(c, m, d) BOOST_PP_REPEAT_1(c, BOOST_PP_ENUM_TRAILING_M_1, (m, … argument
33 # define BOOST_PP_ENUM_TRAILING_2(c, m, d) BOOST_PP_REPEAT_2(c, BOOST_PP_ENUM_TRAILING_M_2, (m, … argument
34 # define BOOST_PP_ENUM_TRAILING_3(c, m, d) BOOST_PP_REPEAT_3(c, BOOST_PP_ENUM_TRAILING_M_3, (m, … argument
36 # define BOOST_PP_ENUM_TRAILING_1(c, m, d) BOOST_PP_ENUM_TRAILING_1_I(c, m, d) argument
37 # define BOOST_PP_ENUM_TRAILING_2(c, m, d) BOOST_PP_ENUM_TRAILING_2_I(c, m, d) argument
38 # define BOOST_PP_ENUM_TRAILING_3(c, m, d) BOOST_PP_ENUM_TRAILING_3_I(c, m, d) argument
39 # define BOOST_PP_ENUM_TRAILING_1_I(c, m, d) BOOST_PP_REPEAT_1(c, BOOST_PP_ENUM_TRAILING_M_1, (m… argument
40 # define BOOST_PP_ENUM_TRAILING_2_I(c, m, d) BOOST_PP_REPEAT_2(c, BOOST_PP_ENUM_TRAILING_M_2, (m… argument
41 # define BOOST_PP_ENUM_TRAILING_3_I(c, m, d) BOOST_PP_REPEAT_3(c, BOOST_PP_ENUM_TRAILING_M_3, (m… argument
44 # define BOOST_PP_ENUM_TRAILING_4(c, m, d) BOOST_PP_ERROR(0x0003) argument
[all …]
H A Denum.hpp35 # define BOOST_PP_ENUM_1(c, m, d) BOOST_PP_REPEAT_1(c, BOOST_PP_ENUM_M_1, (m, d)) argument
36 # define BOOST_PP_ENUM_2(c, m, d) BOOST_PP_REPEAT_2(c, BOOST_PP_ENUM_M_2, (m, d)) argument
37 # define BOOST_PP_ENUM_3(c, m, d) BOOST_PP_REPEAT_3(c, BOOST_PP_ENUM_M_3, (m, d)) argument
39 # define BOOST_PP_ENUM_1(c, m, d) BOOST_PP_ENUM_1_I(c, m, d) argument
40 # define BOOST_PP_ENUM_2(c, m, d) BOOST_PP_ENUM_2_I(c, m, d) argument
41 # define BOOST_PP_ENUM_3(c, m, d) BOOST_PP_ENUM_3_I(c, m, d) argument
42 # define BOOST_PP_ENUM_1_I(c, m, d) BOOST_PP_REPEAT_1(c, BOOST_PP_ENUM_M_1, (m, d)) argument
43 # define BOOST_PP_ENUM_2_I(c, m, d) BOOST_PP_REPEAT_2(c, BOOST_PP_ENUM_M_2, (m, d)) argument
44 # define BOOST_PP_ENUM_3_I(c, m, d) BOOST_PP_REPEAT_3(c, BOOST_PP_ENUM_M_3, (m, d)) argument
47 # define BOOST_PP_ENUM_4(c, m, d) BOOST_PP_ERROR(0x0003) argument
[all …]
H A Denum_shifted.hpp37 # define BOOST_PP_ENUM_SHIFTED_1(c, m, d) BOOST_PP_REPEAT_1(BOOST_PP_DEC(c), BOOST_PP_ENUM_SHIFT… argument
38 # define BOOST_PP_ENUM_SHIFTED_2(c, m, d) BOOST_PP_REPEAT_2(BOOST_PP_DEC(c), BOOST_PP_ENUM_SHIFT… argument
39 # define BOOST_PP_ENUM_SHIFTED_3(c, m, d) BOOST_PP_REPEAT_3(BOOST_PP_DEC(c), BOOST_PP_ENUM_SHIFT… argument
41 # define BOOST_PP_ENUM_SHIFTED_1(c, m, d) BOOST_PP_ENUM_SHIFTED_1_I(c, m, d) argument
42 # define BOOST_PP_ENUM_SHIFTED_2(c, m, d) BOOST_PP_ENUM_SHIFTED_1_2(c, m, d) argument
43 # define BOOST_PP_ENUM_SHIFTED_3(c, m, d) BOOST_PP_ENUM_SHIFTED_1_3(c, m, d) argument
44 # define BOOST_PP_ENUM_SHIFTED_1_I(c, m, d) BOOST_PP_REPEAT_1(BOOST_PP_DEC(c), BOOST_PP_ENUM_SHI… argument
45 # define BOOST_PP_ENUM_SHIFTED_2_I(c, m, d) BOOST_PP_REPEAT_2(BOOST_PP_DEC(c), BOOST_PP_ENUM_SHI… argument
46 # define BOOST_PP_ENUM_SHIFTED_3_I(c, m, d) BOOST_PP_REPEAT_3(BOOST_PP_DEC(c), BOOST_PP_ENUM_SHI… argument
49 # define BOOST_PP_ENUM_SHIFTED_4(c, m, d) BOOST_PP_ERROR(0x0003) argument
[all …]
/OK3568_Linux_fs/kernel/net/tipc/
H A Dmsg.h205 static inline u32 msg_word(struct tipc_msg *m, u32 pos) in msg_word()
210 static inline void msg_set_word(struct tipc_msg *m, u32 w, u32 val) in msg_set_word()
215 static inline u32 msg_bits(struct tipc_msg *m, u32 w, u32 pos, u32 mask) in msg_bits()
220 static inline void msg_set_bits(struct tipc_msg *m, u32 w, in msg_set_bits()
240 static inline u32 msg_version(struct tipc_msg *m) in msg_version()
245 static inline void msg_set_version(struct tipc_msg *m) in msg_set_version()
250 static inline u32 msg_user(struct tipc_msg *m) in msg_user()
255 static inline u32 msg_isdata(struct tipc_msg *m) in msg_isdata()
260 static inline void msg_set_user(struct tipc_msg *m, u32 n) in msg_set_user()
265 static inline u32 msg_hdr_sz(struct tipc_msg *m) in msg_hdr_sz()
[all …]
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dcore_mcpcia.h78 #define MCPCIA_MID(m) ((unsigned long)(m) << 33) argument
89 #define MCPCIA_SPARSE(m) (IDENT_ADDR + 0xf000000000UL + MCPCIA_MID(m)) argument
90 #define MCPCIA_DENSE(m) (IDENT_ADDR + 0xf100000000UL + MCPCIA_MID(m)) argument
91 #define MCPCIA_IO(m) (IDENT_ADDR + 0xf180000000UL + MCPCIA_MID(m)) argument
92 #define MCPCIA_CONF(m) (IDENT_ADDR + 0xf1c0000000UL + MCPCIA_MID(m)) argument
93 #define MCPCIA_CSR(m) (IDENT_ADDR + 0xf1e0000000UL + MCPCIA_MID(m)) argument
94 #define MCPCIA_IO_IACK(m) (IDENT_ADDR + 0xf1f0000000UL + MCPCIA_MID(m)) argument
95 #define MCPCIA_DENSE_IO(m) (IDENT_ADDR + 0xe1fc000000UL + MCPCIA_MID(m)) argument
96 #define MCPCIA_DENSE_CONF(m) (IDENT_ADDR + 0xe1fe000000UL + MCPCIA_MID(m)) argument
101 #define MCPCIA_REV(m) (MCPCIA_CSR(m) + 0x000) argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/repetition/detail/edg/
H A Dfor.hpp20 # define BOOST_PP_FOR_1(s, p, o, m) BOOST_PP_FOR_1_I(s, p, o, m) argument
21 # define BOOST_PP_FOR_2(s, p, o, m) BOOST_PP_FOR_2_I(s, p, o, m) argument
22 # define BOOST_PP_FOR_3(s, p, o, m) BOOST_PP_FOR_3_I(s, p, o, m) argument
23 # define BOOST_PP_FOR_4(s, p, o, m) BOOST_PP_FOR_4_I(s, p, o, m) argument
24 # define BOOST_PP_FOR_5(s, p, o, m) BOOST_PP_FOR_5_I(s, p, o, m) argument
25 # define BOOST_PP_FOR_6(s, p, o, m) BOOST_PP_FOR_6_I(s, p, o, m) argument
26 # define BOOST_PP_FOR_7(s, p, o, m) BOOST_PP_FOR_7_I(s, p, o, m) argument
27 # define BOOST_PP_FOR_8(s, p, o, m) BOOST_PP_FOR_8_I(s, p, o, m) argument
28 # define BOOST_PP_FOR_9(s, p, o, m) BOOST_PP_FOR_9_I(s, p, o, m) argument
29 # define BOOST_PP_FOR_10(s, p, o, m) BOOST_PP_FOR_10_I(s, p, o, m) argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/repetition/detail/msvc/
H A Dfor.hpp20 # define BOOST_PP_FOR_1(s, p, o, m) BOOST_PP_IF(p(2, s), m, BOOST_PP_TUPLE_EAT_2)(2, s) BOOST_PP_IF… argument
21 # define BOOST_PP_FOR_2(s, p, o, m) BOOST_PP_IF(p(3, s), m, BOOST_PP_TUPLE_EAT_2)(3, s) BOOST_PP_IF… argument
22 # define BOOST_PP_FOR_3(s, p, o, m) BOOST_PP_IF(p(4, s), m, BOOST_PP_TUPLE_EAT_2)(4, s) BOOST_PP_IF… argument
23 # define BOOST_PP_FOR_4(s, p, o, m) BOOST_PP_IF(p(5, s), m, BOOST_PP_TUPLE_EAT_2)(5, s) BOOST_PP_IF… argument
24 # define BOOST_PP_FOR_5(s, p, o, m) BOOST_PP_IF(p(6, s), m, BOOST_PP_TUPLE_EAT_2)(6, s) BOOST_PP_IF… argument
25 # define BOOST_PP_FOR_6(s, p, o, m) BOOST_PP_IF(p(7, s), m, BOOST_PP_TUPLE_EAT_2)(7, s) BOOST_PP_IF… argument
26 # define BOOST_PP_FOR_7(s, p, o, m) BOOST_PP_IF(p(8, s), m, BOOST_PP_TUPLE_EAT_2)(8, s) BOOST_PP_IF… argument
27 # define BOOST_PP_FOR_8(s, p, o, m) BOOST_PP_IF(p(9, s), m, BOOST_PP_TUPLE_EAT_2)(9, s) BOOST_PP_IF… argument
28 # define BOOST_PP_FOR_9(s, p, o, m) BOOST_PP_IF(p(10, s), m, BOOST_PP_TUPLE_EAT_2)(10, s) BOOST_PP_… argument
29 # define BOOST_PP_FOR_10(s, p, o, m) BOOST_PP_IF(p(11, s), m, BOOST_PP_TUPLE_EAT_2)(11, s) BOOST_PP… argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/repetition/detail/
H A Dfor.hpp22 # define BOOST_PP_FOR_1(s, p, o, m) BOOST_PP_FOR_1_C(BOOST_PP_BOOL(p(2, s)), s, p, o, m) argument
23 # define BOOST_PP_FOR_2(s, p, o, m) BOOST_PP_FOR_2_C(BOOST_PP_BOOL(p(3, s)), s, p, o, m) argument
24 # define BOOST_PP_FOR_3(s, p, o, m) BOOST_PP_FOR_3_C(BOOST_PP_BOOL(p(4, s)), s, p, o, m) argument
25 # define BOOST_PP_FOR_4(s, p, o, m) BOOST_PP_FOR_4_C(BOOST_PP_BOOL(p(5, s)), s, p, o, m) argument
26 # define BOOST_PP_FOR_5(s, p, o, m) BOOST_PP_FOR_5_C(BOOST_PP_BOOL(p(6, s)), s, p, o, m) argument
27 # define BOOST_PP_FOR_6(s, p, o, m) BOOST_PP_FOR_6_C(BOOST_PP_BOOL(p(7, s)), s, p, o, m) argument
28 # define BOOST_PP_FOR_7(s, p, o, m) BOOST_PP_FOR_7_C(BOOST_PP_BOOL(p(8, s)), s, p, o, m) argument
29 # define BOOST_PP_FOR_8(s, p, o, m) BOOST_PP_FOR_8_C(BOOST_PP_BOOL(p(9, s)), s, p, o, m) argument
30 # define BOOST_PP_FOR_9(s, p, o, m) BOOST_PP_FOR_9_C(BOOST_PP_BOOL(p(10, s)), s, p, o, m) argument
31 # define BOOST_PP_FOR_10(s, p, o, m) BOOST_PP_FOR_10_C(BOOST_PP_BOOL(p(11, s)), s, p, o, m) argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/repetition/detail/dmc/
H A Dfor.hpp22 # define BOOST_PP_FOR_1(s, p, o, m) BOOST_PP_FOR_1_C(BOOST_PP_BOOL(p##(2, s)), s, p, o, m) argument
23 # define BOOST_PP_FOR_2(s, p, o, m) BOOST_PP_FOR_2_C(BOOST_PP_BOOL(p##(3, s)), s, p, o, m) argument
24 # define BOOST_PP_FOR_3(s, p, o, m) BOOST_PP_FOR_3_C(BOOST_PP_BOOL(p##(4, s)), s, p, o, m) argument
25 # define BOOST_PP_FOR_4(s, p, o, m) BOOST_PP_FOR_4_C(BOOST_PP_BOOL(p##(5, s)), s, p, o, m) argument
26 # define BOOST_PP_FOR_5(s, p, o, m) BOOST_PP_FOR_5_C(BOOST_PP_BOOL(p##(6, s)), s, p, o, m) argument
27 # define BOOST_PP_FOR_6(s, p, o, m) BOOST_PP_FOR_6_C(BOOST_PP_BOOL(p##(7, s)), s, p, o, m) argument
28 # define BOOST_PP_FOR_7(s, p, o, m) BOOST_PP_FOR_7_C(BOOST_PP_BOOL(p##(8, s)), s, p, o, m) argument
29 # define BOOST_PP_FOR_8(s, p, o, m) BOOST_PP_FOR_8_C(BOOST_PP_BOOL(p##(9, s)), s, p, o, m) argument
30 # define BOOST_PP_FOR_9(s, p, o, m) BOOST_PP_FOR_9_C(BOOST_PP_BOOL(p##(10, s)), s, p, o, m) argument
31 # define BOOST_PP_FOR_10(s, p, o, m) BOOST_PP_FOR_10_C(BOOST_PP_BOOL(p##(11, s)), s, p, o, m) argument
[all …]
/OK3568_Linux_fs/kernel/include/linux/isdn/
H A Dcapiutil.h19 #define CAPIMSG_U8(m, off) (m[off]) argument
20 #define CAPIMSG_U16(m, off) (m[off]|(m[(off)+1]<<8)) argument
21 #define CAPIMSG_U32(m, off) (m[off]|(m[(off)+1]<<8)|(m[(off)+2]<<16)|(m[(off)+3]<<24)) argument
22 #define CAPIMSG_LEN(m) CAPIMSG_U16(m,0) argument
23 #define CAPIMSG_APPID(m) CAPIMSG_U16(m,2) argument
24 #define CAPIMSG_COMMAND(m) CAPIMSG_U8(m,4) argument
25 #define CAPIMSG_SUBCOMMAND(m) CAPIMSG_U8(m,5) argument
26 #define CAPIMSG_CMD(m) (((m[4])<<8)|(m[5])) argument
27 #define CAPIMSG_MSGID(m) CAPIMSG_U16(m,6) argument
28 #define CAPIMSG_CONTROLLER(m) (m[8] & 0x7f) argument
[all …]
/OK3568_Linux_fs/kernel/fs/afs/
H A Dproc.c21 static inline struct afs_net *afs_seq2net(struct seq_file *m) in afs_seq2net()
26 static inline struct afs_net *afs_seq2net_single(struct seq_file *m) in afs_seq2net_single()
34 static int afs_proc_cells_show(struct seq_file *m, void *v) in afs_proc_cells_show()
59 static void *afs_proc_cells_start(struct seq_file *m, loff_t *_pos) in afs_proc_cells_start()
66 static void *afs_proc_cells_next(struct seq_file *m, void *v, loff_t *pos) in afs_proc_cells_next()
71 static void afs_proc_cells_stop(struct seq_file *m, void *v) in afs_proc_cells_stop()
90 struct seq_file *m = file->private_data; in afs_proc_cells_write() local
152 static int afs_proc_rootcell_show(struct seq_file *m, void *v) in afs_proc_rootcell_show()
174 struct seq_file *m = file->private_data; in afs_proc_rootcell_write() local
209 static int afs_proc_cell_volumes_show(struct seq_file *m, void *v) in afs_proc_cell_volumes_show()
[all …]
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dmcp-sa11x0.c35 #define MCCR0(m) ((m)->base0 + 0x00) argument
36 #define MCDR0(m) ((m)->base0 + 0x08) argument
37 #define MCDR1(m) ((m)->base0 + 0x0c) argument
38 #define MCDR2(m) ((m)->base0 + 0x10) argument
39 #define MCSR(m) ((m)->base0 + 0x18) argument
40 #define MCCR1(m) ((m)->base1 + 0x00) argument
47 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_set_telecom_divisor() local
59 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_set_audio_divisor() local
77 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_write() local
104 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_read() local
[all …]
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vidtv/
H A Dvidtv_mux.c34 *vidtv_mux_get_pid_ctx(struct vidtv_mux *m, u16 pid) in vidtv_mux_get_pid_ctx()
45 *vidtv_mux_create_pid_ctx_once(struct vidtv_mux *m, u16 pid) in vidtv_mux_create_pid_ctx_once()
64 static void vidtv_mux_pid_ctx_destroy(struct vidtv_mux *m) in vidtv_mux_pid_ctx_destroy()
76 static int vidtv_mux_pid_ctx_init(struct vidtv_mux *m) in vidtv_mux_pid_ctx_init()
115 static void vidtv_mux_update_clk(struct vidtv_mux *m) in vidtv_mux_update_clk()
130 static u32 vidtv_mux_push_si(struct vidtv_mux *m) in vidtv_mux_push_si()
221 static u32 vidtv_mux_push_pcr(struct vidtv_mux *m) in vidtv_mux_push_pcr()
244 static bool vidtv_mux_should_push_pcr(struct vidtv_mux *m) in vidtv_mux_should_push_pcr()
258 static bool vidtv_mux_should_push_si(struct vidtv_mux *m) in vidtv_mux_should_push_si()
272 static u32 vidtv_mux_packetize_access_units(struct vidtv_mux *m, in vidtv_mux_packetize_access_units()
[all …]
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dbitops.h43 volatile __u32 *m; in set_bit() local
46 m = (volatile __u32 *) addr + (nr >> 5); in set_bit() local
84 volatile __u32 *m; in clear_bit() local
87 m = (volatile __u32 *) addr + (nr >> 5); in clear_bit() local
108 volatile __u32 *m; in clear_bit_unlock() local
111 m = (volatile __u32 *) addr + (nr >> 5); in clear_bit_unlock() local
131 __u32 * const m = (__u32 *) addr + (nr >> 5); in __clear_bit_unlock() local
165 volatile __u32 *m; in change_bit() local
168 m = (volatile __u32 *) addr + (nr >> 5); in change_bit() local
204 volatile __u32 *m; in test_and_set_bit() local
[all …]
/OK3568_Linux_fs/kernel/fs/
H A Dpnode.h13 #define IS_MNT_SHARED(m) ((m)->mnt.mnt_flags & MNT_SHARED) argument
14 #define IS_MNT_SLAVE(m) ((m)->mnt_master) argument
15 #define IS_MNT_NEW(m) (!(m)->mnt_ns || is_anon_ns((m)->mnt_ns)) argument
16 #define CLEAR_MNT_SHARED(m) ((m)->mnt.mnt_flags &= ~MNT_SHARED) argument
17 #define IS_MNT_UNBINDABLE(m) ((m)->mnt.mnt_flags & MNT_UNBINDABLE) argument
18 #define IS_MNT_MARKED(m) ((m)->mnt.mnt_flags & MNT_MARKED) argument
19 #define SET_MNT_MARK(m) ((m)->mnt.mnt_flags |= MNT_MARKED) argument
20 #define CLEAR_MNT_MARK(m) ((m)->mnt.mnt_flags &= ~MNT_MARKED) argument
21 #define IS_MNT_LOCKED(m) ((m)->mnt.mnt_flags & MNT_LOCKED) argument
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-mpath.c59 struct multipath *m; /* Owning multipath instance */ member
131 static bool mpath_double_check_test_bit(int MPATHF_bit, struct multipath *m) in mpath_double_check_test_bit()
205 struct multipath *m; in alloc_multipath() local
226 static int alloc_multipath_stage2(struct dm_target *ti, struct multipath *m) in alloc_multipath_stage2()
254 static void free_multipath(struct multipath *m) in free_multipath()
307 static int __pg_init_all_paths(struct multipath *m) in __pg_init_all_paths()
338 static int pg_init_all_paths(struct multipath *m) in pg_init_all_paths()
350 static void __switch_pg(struct multipath *m, struct priority_group *pg) in __switch_pg()
368 static struct pgpath *choose_path_in_pg(struct multipath *m, in choose_path_in_pg()
393 static struct pgpath *choose_pgpath(struct multipath *m, size_t nr_bytes) in choose_pgpath()
[all …]
/OK3568_Linux_fs/u-boot/common/
H A Dmenu.c53 static inline void *menu_items_iter(struct menu *m, in menu_items_iter()
78 static inline void *menu_item_print(struct menu *m, in menu_item_print()
96 static inline void *menu_item_destroy(struct menu *m, in menu_item_destroy()
108 __weak void menu_display_statusline(struct menu *m) in menu_display_statusline()
116 static inline void menu_display(struct menu *m) in menu_display()
135 static inline void *menu_item_key_match(struct menu *m, in menu_item_key_match()
156 static inline struct menu_item *menu_item_by_key(struct menu *m, in menu_item_by_key()
166 int menu_default_choice(struct menu *m, void **choice) in menu_default_choice()
185 static inline int menu_interactive_choice(struct menu *m, void **choice) in menu_interactive_choice()
239 int menu_default_set(struct menu *m, char *item_key) in menu_default_set()
[all …]
/OK3568_Linux_fs/kernel/block/
H A Dblk-mq-debugfs.c17 static void print_stat(struct seq_file *m, struct blk_rq_stat *stat) in print_stat()
27 static int queue_poll_stat_show(void *data, struct seq_file *m) in queue_poll_stat_show()
44 static void *queue_requeue_list_start(struct seq_file *m, loff_t *pos) in queue_requeue_list_start()
53 static void *queue_requeue_list_next(struct seq_file *m, void *v, loff_t *pos) in queue_requeue_list_next()
60 static void queue_requeue_list_stop(struct seq_file *m, void *v) in queue_requeue_list_stop()
75 static int blk_flags_show(struct seq_file *m, const unsigned long flags, in blk_flags_show()
95 static int queue_pm_only_show(void *data, struct seq_file *m) in queue_pm_only_show()
137 static int queue_state_show(void *data, struct seq_file *m) in queue_state_show()
184 static int queue_write_hint_show(void *data, struct seq_file *m) in queue_write_hint_show()
226 static int hctx_state_show(void *data, struct seq_file *m) in hctx_state_show()
[all …]
/OK3568_Linux_fs/kernel/kernel/irq/
H A Dmatrix.c53 struct irq_matrix *m; in irq_alloc_matrix() local
78 void irq_matrix_online(struct irq_matrix *m) in irq_matrix_online()
99 void irq_matrix_offline(struct irq_matrix *m) in irq_matrix_offline()
110 static unsigned int matrix_alloc_area(struct irq_matrix *m, struct cpumap *cm, in matrix_alloc_area()
129 static unsigned int matrix_find_best_cpu(struct irq_matrix *m, in matrix_find_best_cpu()
150 static unsigned int matrix_find_best_cpu_managed(struct irq_matrix *m, in matrix_find_best_cpu_managed()
181 void irq_matrix_assign_system(struct irq_matrix *m, unsigned int bit, in irq_matrix_assign_system()
210 int irq_matrix_reserve_managed(struct irq_matrix *m, const struct cpumask *msk) in irq_matrix_reserve_managed()
251 void irq_matrix_remove_managed(struct irq_matrix *m, const struct cpumask *msk) in irq_matrix_remove_managed()
285 int irq_matrix_alloc_managed(struct irq_matrix *m, const struct cpumask *msk, in irq_matrix_alloc_managed()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_display_debugfs.c27 static int i915_frontbuffer_tracking(struct seq_file *m, void *unused) in i915_frontbuffer_tracking()
40 static int i915_fbc_status(struct seq_file *m, void *unused) in i915_fbc_status()
117 static int i915_ips_status(struct seq_file *m, void *unused) in i915_ips_status()
144 static int i915_sr_status(struct seq_file *m, void *unused) in i915_sr_status()
173 static int i915_opregion(struct seq_file *m, void *unused) in i915_opregion()
183 static int i915_vbt(struct seq_file *m, void *unused) in i915_vbt()
193 static int i915_gem_framebuffer_info(struct seq_file *m, void *data) in i915_gem_framebuffer_info()
237 static int i915_psr_sink_status_show(struct seq_file *m, void *data) in i915_psr_sink_status_show()
282 psr_source_status(struct drm_i915_private *dev_priv, struct seq_file *m) in psr_source_status()
329 static int i915_edp_psr_status(struct seq_file *m, void *data) in i915_edp_psr_status()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/
H A Dhostap_proc.c15 static int prism2_debug_proc_show(struct seq_file *m, void *v) in prism2_debug_proc_show()
48 static int prism2_stats_proc_show(struct seq_file *m, void *v) in prism2_stats_proc_show()
86 static int prism2_wds_proc_show(struct seq_file *m, void *v) in prism2_wds_proc_show()
98 static void *prism2_wds_proc_start(struct seq_file *m, loff_t *_pos) in prism2_wds_proc_start()
105 static void *prism2_wds_proc_next(struct seq_file *m, void *v, loff_t *_pos) in prism2_wds_proc_next()
111 static void prism2_wds_proc_stop(struct seq_file *m, void *v) in prism2_wds_proc_stop()
124 static int prism2_bss_list_proc_show(struct seq_file *m, void *v) in prism2_bss_list_proc_show()
151 static void *prism2_bss_list_proc_start(struct seq_file *m, loff_t *_pos) in prism2_bss_list_proc_start()
159 static void *prism2_bss_list_proc_next(struct seq_file *m, void *v, loff_t *_pos) in prism2_bss_list_proc_next()
165 static void prism2_bss_list_proc_stop(struct seq_file *m, void *v) in prism2_bss_list_proc_stop()
[all …]
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dlockdep_proc.c38 static void *l_next(struct seq_file *m, void *v, loff_t *pos) in l_next()
47 static void *l_start(struct seq_file *m, loff_t *pos) in l_start()
56 static void l_stop(struct seq_file *m, void *v) in l_stop()
60 static void print_name(struct seq_file *m, struct lock_class *class) in print_name()
77 static int l_show(struct seq_file *m, void *v) in l_show()
126 static void *lc_start(struct seq_file *m, loff_t *pos) in lc_start()
137 static void *lc_next(struct seq_file *m, void *v, loff_t *pos) in lc_next()
143 static void lc_stop(struct seq_file *m, void *v) in lc_stop()
147 static int lc_show(struct seq_file *m, void *v) in lc_show()
191 static void lockdep_stats_debug_show(struct seq_file *m) in lockdep_stats_debug_show()
[all …]

12345678910>>...106