Home
last modified time | relevance | path

Searched defs:v (Results 51 – 75 of 3241) sorted by relevance

12345678910>>...130

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dconversion.hpp93 Convertible(Convertible&& v) in Convertible() function in mbgl::style::conversion::Convertible
107 Convertible& operator=(Convertible&& v) { in operator =()
123 friend inline bool isUndefined(const Convertible& v) { in isUndefined()
128 friend inline bool isArray(const Convertible& v) { in isArray()
133 friend inline std::size_t arrayLength(const Convertible& v) { in arrayLength()
138 friend inline Convertible arrayMember(const Convertible& v, std::size_t i) { in arrayMember()
143 friend inline bool isObject(const Convertible& v) { in isObject()
148 friend inline optional<Convertible> objectMember(const Convertible& v, const char * name) { in objectMember()
153 …friend inline optional<Error> eachMember(const Convertible& v, const std::function<optional<Error>… in eachMember()
158 friend inline optional<bool> toBool(const Convertible& v) { in toBool()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Darchrandom.h20 static inline bool __must_check rdrand_long(unsigned long *v) in rdrand_long()
34 static inline bool __must_check rdrand_int(unsigned int *v) in rdrand_int()
48 static inline bool __must_check rdseed_long(unsigned long *v) in rdseed_long()
57 static inline bool __must_check rdseed_int(unsigned int *v) in rdseed_int()
73 static inline bool __must_check arch_get_random_long(unsigned long *v) in arch_get_random_long()
78 static inline bool __must_check arch_get_random_int(unsigned int *v) in arch_get_random_int()
83 static inline bool __must_check arch_get_random_seed_long(unsigned long *v) in arch_get_random_seed_long()
88 static inline bool __must_check arch_get_random_seed_int(unsigned int *v) in arch_get_random_seed_int()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/functional/hash/
H A Dextensions.hpp67 std::size_t hash_value(std::pair<A, B> const& v) in hash_value()
76 std::size_t hash_value(std::vector<T, A> const& v) in hash_value()
82 std::size_t hash_value(std::list<T, A> const& v) in hash_value()
88 std::size_t hash_value(std::deque<T, A> const& v) in hash_value()
94 std::size_t hash_value(std::set<K, C, A> const& v) in hash_value()
100 std::size_t hash_value(std::multiset<K, C, A> const& v) in hash_value()
106 std::size_t hash_value(std::map<K, T, C, A> const& v) in hash_value()
112 std::size_t hash_value(std::multimap<K, T, C, A> const& v) in hash_value()
118 std::size_t hash_value(std::complex<T> const& v) in hash_value()
128 std::size_t hash_value(std::array<T, N> const& v) in hash_value()
[all …]
/OK3568_Linux_fs/kernel/sound/soc/sunxi/
H A Dsun4i-spdif.c29 #define SUN4I_SPDIF_CTL_MCLKDIV(v) ((v) << 4) /* v even */ argument
38 #define SUN4I_SPDIF_TXCFG_TXRATIO(v) ((v) << 4) argument
61 #define SUN4I_SPDIF_FCTL_TXTL(v) ((v) << 8) argument
63 #define SUN4I_SPDIF_FCTL_RXTL(v) ((v) << 3) argument
66 #define SUN4I_SPDIF_FCTL_RXOM(v) ((v) << 0) argument
73 #define SUN50I_H6_SPDIF_FCTL_TXTL(v) ((v) << 12) argument
75 #define SUN50I_H6_SPDIF_FCTL_RXTL(v) ((v) << 4) argument
78 #define SUN50I_H6_SPDIF_FCTL_RXOM(v) ((v) << 0) argument
116 #define SUN4I_SPDIF_TXCHSTA0_CLK(v) ((v) << 28) argument
117 #define SUN4I_SPDIF_TXCHSTA0_SAMFREQ(v) ((v) << 24) argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dstringify.hpp26 void stringify(Writer& writer, bool v) { in stringify()
31 void stringify(Writer& writer, uint64_t v) { in stringify()
36 void stringify(Writer& writer, int64_t v) { in stringify()
41 void stringify(Writer& writer, double v) { in stringify()
46 void stringify(Writer& writer, const std::string& v) { in stringify()
51 void stringify(Writer& writer, const T& v) { in stringify()
56 void stringify(Writer& writer, const Color& v) { in stringify()
61 void stringify(Writer& writer, const std::array<float, 2>& v) { in stringify()
69 void stringify(Writer& writer, const std::array<float, 4>& v) { in stringify()
82 void stringify(Writer& writer, const std::vector<T>& v) { in stringify()
[all …]
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Datomic.h19 #define atomic_read(v) READ_ONCE((v)->counter) argument
20 #define atomic_set(v, i) WRITE_ONCE(((v)->counter), (i)) argument
123 static inline void atomic_inc(atomic_t *v) in atomic_inc()
129 static inline void atomic_dec(atomic_t *v) in atomic_dec()
135 static inline int atomic_dec_and_test(atomic_t *v) in atomic_dec_and_test()
143 static inline int atomic_dec_and_test_lt(atomic_t *v) in atomic_dec_and_test_lt()
153 static inline int atomic_inc_and_test(atomic_t *v) in atomic_inc_and_test()
163 #define atomic_cmpxchg(v, o, n) ((int)cmpxchg(&((v)->counter), (o), (n))) argument
164 #define atomic_xchg(v, new) (xchg(&((v)->counter), new)) argument
168 static inline int atomic_cmpxchg(atomic_t *v, int old, int new) in atomic_cmpxchg()
[all …]
/OK3568_Linux_fs/kernel/sound/soc/fsl/
H A Dfsl_micfil.h58 #define MICFIL_CTRL1_DISEL(v) (((v) << MICFIL_CTRL1_DISEL_SHIFT) \ argument
84 #define MICFIL_CTRL2_CICOSR(v) (((v) << MICFIL_CTRL2_CICOSR_SHIFT) \ argument
90 #define MICFIL_CTRL2_CLKDIV(v) (((v) << MICFIL_CTRL2_CLKDIV_SHIFT) \ argument
103 #define MICFIL_STAT_CHXF_SHIFT(v) (v) argument
104 #define MICFIL_STAT_CHXF_MASK(v) BIT(MICFIL_STAT_CHXF_SHIFT(v)) argument
105 #define MICFIL_STAT_CHXF(v) BIT(MICFIL_STAT_CHXF_SHIFT(v)) argument
112 #define MICFIL_FIFO_CTRL_FIFOWMK(v) (((v) << MICFIL_FIFO_CTRL_FIFOWMK_SHIFT) \ argument
116 #define MICFIL_FIFO_STAT_FIFOX_OVER_SHIFT(v) (v) argument
117 #define MICFIL_FIFO_STAT_FIFOX_OVER_MASK(v) BIT(MICFIL_FIFO_STAT_FIFOX_OVER_SHIFT(v)) argument
118 #define MICFIL_FIFO_STAT_FIFOX_UNDER_SHIFT(v) ((v) + 8) argument
[all …]
H A Dfsl_easrc.h100 #define EASRC_CC_FIFO_WTMK(v) (((v) << EASRC_CC_FIFO_WTMK_SHIFT) \ argument
106 #define EASRC_CC_SAMPLE_POS(v) (((v) << EASRC_CC_SAMPLE_POS_SHIFT) \ argument
115 #define EASRC_CC_BPS(v) (((v) << EASRC_CC_BPS_SHIFT) \ argument
127 #define EASRC_CC_CHEN(v) (((v) << EASRC_CC_CHEN_SHIFT) \ argument
141 #define EASRC_CCE1_PF_EXP(v) (((v) << EASRC_CCE1_PF_EXP_SHIFT) \ argument
165 #define EASRC_CCE1_RS_INIT(v) (((v) << EASRC_CCE1_RS_INIT_SHIFT) \ argument
171 #define EASRC_CCE1_PF_INIT(v) (((v) << EASRC_CCE1_PF_INIT_SHIFT) \ argument
179 #define EASRC_CCE2_ST2_TAPS(v) (((v) << EASRC_CCE2_ST2_TAPS_SHIFT) \ argument
185 #define EASRC_CCE2_ST1_TAPS(v) (((v) << EASRC_CCE2_ST1_TAPS_SHIFT) \ argument
193 #define EASRC_CIA_ITER(v) (((v) << EASRC_CIA_ITER_SHIFT) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_regs.h13 #define SHIFT_AND_MASK_BITS(v, h, l) \ argument
104 #define VE_DEC_MPEG_MP12HDR_TOP_FIELD_FIRST(v) \ argument
106 #define VE_DEC_MPEG_MP12HDR_FRAME_PRED_FRAME_DCT(v) \ argument
108 #define VE_DEC_MPEG_MP12HDR_CONCEALMENT_MOTION_VECTORS(v) \ argument
110 #define VE_DEC_MPEG_MP12HDR_Q_SCALE_TYPE(v) \ argument
112 #define VE_DEC_MPEG_MP12HDR_INTRA_VLC_FORMAT(v) \ argument
114 #define VE_DEC_MPEG_MP12HDR_ALTERNATE_SCAN(v) \ argument
116 #define VE_DEC_MPEG_MP12HDR_FULL_PEL_FORWARD_VECTOR(v) \ argument
118 #define VE_DEC_MPEG_MP12HDR_FULL_PEL_BACKWARD_VECTOR(v) \ argument
250 #define VE_DEC_MPEG_IQMINPUT_WEIGHT(i, v) \ argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Ddefault_ops.hpp69 eval_add(T& result, V const& v) in eval_add()
77 eval_add(T& result, V const& v) in eval_add()
84 eval_subtract(T& result, V const& v) in eval_subtract()
92 eval_subtract(T& result, V const& v) in eval_subtract()
99 eval_multiply(T& result, V const& v) in eval_multiply()
107 eval_multiply(T& result, V const& v) in eval_multiply()
117 …is_same<T, U>::value && is_same<T, V>::value>::type eval_multiply_add(T& t, const U& u, const V& v) in eval_multiply_add()
124 …is_same<T, U>::value && is_same<T, V>::value>::type eval_multiply_add(T& t, const U& u, const V& v) in eval_multiply_add()
129 …me<T, U>::value && is_same<T, V>::value>::type eval_multiply_subtract(T& t, const U& u, const V& v) in eval_multiply_subtract()
136 …me<T, U>::value && is_same<T, V>::value>::type eval_multiply_subtract(T& t, const U& u, const V& v) in eval_multiply_subtract()
[all …]
/OK3568_Linux_fs/kernel/mm/
H A Ddebug_page_ref.c8 void __page_ref_set(struct page *page, int v) in __page_ref_set()
15 void __page_ref_mod(struct page *page, int v) in __page_ref_mod()
22 void __page_ref_mod_and_test(struct page *page, int v, int ret) in __page_ref_mod_and_test()
29 void __page_ref_mod_and_return(struct page *page, int v, int ret) in __page_ref_mod_and_return()
36 void __page_ref_mod_unless(struct page *page, int v, int u) in __page_ref_mod_unless()
43 void __page_ref_freeze(struct page *page, int v, int ret) in __page_ref_freeze()
50 void __page_ref_unfreeze(struct page *page, int v) in __page_ref_unfreeze()
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dmmio.h91 #define writeb_cpu(v, c) ((void)__raw_writeb((v), (c))) argument
92 #define writew_cpu(v, c) ((void)__raw_writew((__force u16)cpu_to_le16(v), (c))) argument
93 #define writel_cpu(v, c) ((void)__raw_writel((__force u32)cpu_to_le32(v), (c))) argument
97 #define writeq_cpu(v, c) ((void)__raw_writeq((__force u64)cpu_to_le64(v), (c))) argument
118 #define writeb_relaxed(v, c) ({ __io_rbw(); writeb_cpu((v), (c)); __io_raw(); }) argument
119 #define writew_relaxed(v, c) ({ __io_rbw(); writew_cpu((v), (c)); __io_raw(); }) argument
120 #define writel_relaxed(v, c) ({ __io_rbw(); writel_cpu((v), (c)); __io_raw(); }) argument
124 #define writeq_relaxed(v, c) ({ __io_rbw(); writeq_cpu((v), (c)); __io_raw(); }) argument
134 #define __io_ar(v) __asm__ __volatile__ ("fence i,r" : : : "memory") argument
142 #define writeb(v, c) ({ __io_bw(); writeb_cpu((v), (c)); __io_aw(); }) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-verity-fec.c16 bool verity_fec_is_enabled(struct dm_verity *v) in verity_fec_is_enabled()
33 static inline u64 fec_interleave(struct dm_verity *v, u64 offset) in fec_interleave()
44 static int fec_decode_rs8(struct dm_verity *v, struct dm_verity_fec_io *fio, in fec_decode_rs8()
61 static u8 *fec_read_parity(struct dm_verity *v, u64 rsb, int index, in fec_read_parity()
103 static inline u8 *fec_buffer_rs_block(struct dm_verity *v, in fec_buffer_rs_block()
123 static int fec_decode_bufs(struct dm_verity *v, struct dm_verity_fec_io *fio, in fec_decode_bufs()
183 static int fec_is_erasure(struct dm_verity *v, struct dm_verity_io *io, in fec_is_erasure()
199 static int fec_read_bufs(struct dm_verity *v, struct dm_verity_io *io, in fec_read_bufs()
305 static int fec_alloc_bufs(struct dm_verity *v, struct dm_verity_fec_io *fio) in fec_alloc_bufs()
345 static void fec_init_bufs(struct dm_verity *v, struct dm_verity_fec_io *fio) in fec_init_bufs()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dpmsa-v7.c47 static inline void rgnr_write(u32 v) in rgnr_write()
55 static inline void dracr_write(u32 v) in dracr_write()
61 static inline void drsr_write(u32 v) in drsr_write()
67 static inline void drbar_write(u32 v) in drbar_write()
79 static inline void iracr_write(u32 v) in iracr_write()
85 static inline void irsr_write(u32 v) in irsr_write()
91 static inline void irbar_write(u32 v) in irbar_write()
103 static inline void rgnr_write(u32 v) in rgnr_write()
111 static inline void dracr_write(u32 v) in dracr_write()
119 static inline void drsr_write(u32 v) in drsr_write()
[all …]
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Datomic.h23 static inline int atomic_read(const atomic_t *v) in atomic_read()
35 static inline void atomic_set(atomic_t *v, int i) in atomic_set()
47 static inline void atomic_add(int i, atomic_t *v) in atomic_add()
61 static inline void atomic_sub(int i, atomic_t *v) in atomic_sub()
74 static inline void atomic_inc(atomic_t *v) in atomic_inc()
86 static inline void atomic_dec(atomic_t *v) in atomic_dec()
99 static inline short int atomic_inc_short(short int *v) in atomic_inc_short()
/OK3568_Linux_fs/kernel/arch/powerpc/perf/
H A Disa207-common.h44 #define EVENT_COMBINE(v) (((v) >> EVENT_COMBINE_SHIFT) & EVENT_COMBINE_MASK) argument
75 #define p9_EVENT_COMBINE(v) (((v) >> p9_EVENT_COMBINE_SHIFT) & p9_EVENT_COMBINE_MASK) argument
78 #define p9_SDAR_MODE(v) (((v) >> p9_SDAR_MODE_SHIFT) & p9_SDAR_MODE_MASK) argument
95 #define p10_SDAR_MODE(v) (((v) >> p10_SDAR_MODE_SHIFT) & \ argument
145 #define CNST_FAB_MATCH_VAL(v) (((v) & EVENT_THR_CTL_MASK) << 56) argument
149 #define CNST_THRESH_VAL(v) (((v) & EVENT_THRESH_MASK) << 32) argument
152 #define CNST_THRESH_CTL_SEL_VAL(v) (((v) & 0x7ffull) << 32) argument
155 #define CNST_EBB_VAL(v) (((v) & EVENT_EBB_MASK) << 24) argument
158 #define CNST_IFM_VAL(v) (((v) & EVENT_IFM_MASK) << 25) argument
161 #define CNST_L1_QUAL_VAL(v) (((v) & 3) << 22) argument
[all …]
/OK3568_Linux_fs/kernel/fs/afs/
H A Dproc.c34 static int afs_proc_cells_show(struct seq_file *m, void *v) in afs_proc_cells_show()
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()
152 static int afs_proc_rootcell_show(struct seq_file *m, void *v) in afs_proc_rootcell_show()
209 static int afs_proc_cell_volumes_show(struct seq_file *m, void *v) in afs_proc_cell_volumes_show()
236 static void *afs_proc_cell_volumes_next(struct seq_file *m, void *v, in afs_proc_cell_volumes_next()
244 static void afs_proc_cell_volumes_stop(struct seq_file *m, void *v) in afs_proc_cell_volumes_stop()
282 static int afs_proc_cell_vlservers_show(struct seq_file *m, void *v) in afs_proc_cell_vlservers_show()
344 static void *afs_proc_cell_vlservers_next(struct seq_file *m, void *v, in afs_proc_cell_vlservers_next()
360 static void afs_proc_cell_vlservers_stop(struct seq_file *m, void *v) in afs_proc_cell_vlservers_stop()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/altera/
H A Daltera_msgdmahw.h105 #define MSGDMA_CSR_STAT_BUSY_GET(v) GET_BIT_VALUE(v, 0) argument
106 #define MSGDMA_CSR_STAT_DESC_BUF_EMPTY_GET(v) GET_BIT_VALUE(v, 1) argument
107 #define MSGDMA_CSR_STAT_DESC_BUF_FULL_GET(v) GET_BIT_VALUE(v, 2) argument
108 #define MSGDMA_CSR_STAT_RESP_BUF_EMPTY_GET(v) GET_BIT_VALUE(v, 3) argument
109 #define MSGDMA_CSR_STAT_RESP_BUF_FULL_GET(v) GET_BIT_VALUE(v, 4) argument
110 #define MSGDMA_CSR_STAT_STOPPED_GET(v) GET_BIT_VALUE(v, 5) argument
111 #define MSGDMA_CSR_STAT_RESETTING_GET(v) GET_BIT_VALUE(v, 6) argument
112 #define MSGDMA_CSR_STAT_STOPPED_ON_ERR_GET(v) GET_BIT_VALUE(v, 7) argument
113 #define MSGDMA_CSR_STAT_STOPPED_ON_EARLY_GET(v) GET_BIT_VALUE(v, 8) argument
114 #define MSGDMA_CSR_STAT_IRQ_GET(v) GET_BIT_VALUE(v, 9) argument
[all …]
/OK3568_Linux_fs/kernel/net/x25/
H A Dx25_proc.c32 static void *x25_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_route_next()
37 static void x25_seq_route_stop(struct seq_file *seq, void *v) in x25_seq_route_stop()
43 static int x25_seq_route_show(struct seq_file *seq, void *v) in x25_seq_route_show()
67 static void *x25_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_socket_next()
72 static void x25_seq_socket_stop(struct seq_file *seq, void *v) in x25_seq_socket_stop()
78 static int x25_seq_socket_show(struct seq_file *seq, void *v) in x25_seq_socket_show()
120 static void *x25_seq_forward_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_forward_next()
125 static void x25_seq_forward_stop(struct seq_file *seq, void *v) in x25_seq_forward_stop()
131 static int x25_seq_forward_show(struct seq_file *seq, void *v) in x25_seq_forward_show()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Darchrandom.h11 static inline bool __arm64_rndr(unsigned long *v) in __arm64_rndr()
29 static inline bool __must_check arch_get_random_long(unsigned long *v) in arch_get_random_long()
34 static inline bool __must_check arch_get_random_int(unsigned int *v) in arch_get_random_int()
39 static inline bool __must_check arch_get_random_seed_long(unsigned long *v) in arch_get_random_seed_long()
54 static inline bool __must_check arch_get_random_seed_int(unsigned int *v) in arch_get_random_seed_int()
71 arch_get_random_seed_long_early(unsigned long *v) in arch_get_random_seed_long_early()
H A Dio.h110 #define __iormb(v) \ argument
127 #define __io_par(v) __iormb(v) argument
141 #define writeb_relaxed(v,c) ((void)__raw_writeb((v),(c))) argument
142 #define writew_relaxed(v,c) ((void)__raw_writew((__force u16)cpu_to_le16(v),(c))) argument
143 #define writel_relaxed(v,c) ((void)__raw_writel((__force u32)cpu_to_le32(v),(c))) argument
144 #define writeq_relaxed(v,c) ((void)__raw_writeq((__force u64)cpu_to_le64(v),(c))) argument
156 #define writeb(v,c) ({ __iowmb(); writeb_relaxed((v),(c)); }) argument
157 #define writew(v,c) ({ __iowmb(); writew_relaxed((v),(c)); }) argument
158 #define writel(v,c) ({ __iowmb(); writel_relaxed((v),(c)); }) argument
159 #define writeq(v,c) ({ __iowmb(); writeq_relaxed((v),(c)); }) argument
[all …]
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/gpmi-nand/
H A Dgpmi-regs.h18 #define BF_GPMI_CTRL0_COMMAND_MODE(v) \ argument
37 #define BF_GPMI_CTRL0_LOCK_CS(v, x) 0x0 argument
43 #define BF_GPMI_CTRL0_CS(v, x) (((v) << BP_GPMI_CTRL0_CS) & \ argument
50 #define BF_GPMI_CTRL0_ADDRESS(v) \ argument
62 #define BF_GPMI_CTRL0_XFER_COUNT(v) \ argument
74 #define BF_GPMI_ECCCTRL_ECC_CMD(v) \ argument
85 #define BF_GPMI_ECCCTRL_BUFFER_MASK(v) \ argument
103 #define BF_GPMI_CTRL1_WRN_DLY_SEL(v) \ argument
120 #define BF_GPMI_CTRL1_RDN_DELAY(v) \ argument
146 #define BF_GPMI_TIMING0_ADDRESS_SETUP(v) \ argument
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dstdint.h189 #define INT8_C(v) v argument
190 #define UINT8_C(v) v argument
191 #define INT16_C(v) v argument
192 #define UINT16_C(v) v argument
193 #define INT32_C(v) v argument
194 #define UINT32_C(v) v ## U argument
196 #define INT64_C(v) v ## LL argument
197 #define UINT64_C(v) v ## ULL argument
200 #define INT64_C(v) v ## L argument
201 #define UINT64_C(v) v ## UL argument
[all …]
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dproc.c38 static void *rxrpc_call_seq_next(struct seq_file *seq, void *v, loff_t *pos) in rxrpc_call_seq_next()
45 static void rxrpc_call_seq_stop(struct seq_file *seq, void *v) in rxrpc_call_seq_stop()
55 static int rxrpc_call_seq_show(struct seq_file *seq, void *v) in rxrpc_call_seq_show()
141 static void *rxrpc_connection_seq_next(struct seq_file *seq, void *v, in rxrpc_connection_seq_next()
149 static void rxrpc_connection_seq_stop(struct seq_file *seq, void *v) in rxrpc_connection_seq_stop()
157 static int rxrpc_connection_seq_show(struct seq_file *seq, void *v) in rxrpc_connection_seq_show()
215 static int rxrpc_peer_seq_show(struct seq_file *seq, void *v) in rxrpc_peer_seq_show()
288 static void *rxrpc_peer_seq_next(struct seq_file *seq, void *v, loff_t *_pos) in rxrpc_peer_seq_next()
324 static void rxrpc_peer_seq_stop(struct seq_file *seq, void *v) in rxrpc_peer_seq_stop()
341 static int rxrpc_local_seq_show(struct seq_file *seq, void *v) in rxrpc_local_seq_show()
[all …]
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dvpe.c55 struct vpe *res, *v; in get_vpe() local
94 struct vpe *v; in alloc_vpe() local
133 void release_vpe(struct vpe *v) in release_vpe()
229 Elf32_Addr v) in apply_r_mips_none()
235 Elf32_Addr v) in apply_r_mips_gprel16()
260 Elf32_Addr v) in apply_r_mips_pc16()
279 Elf32_Addr v) in apply_r_mips_32()
287 Elf32_Addr v) in apply_r_mips_26()
312 Elf32_Addr v) in apply_r_mips_hi16()
334 Elf32_Addr v) in apply_r_mips_lo16()
[all …]

12345678910>>...130