Home
last modified time | relevance | path

Searched defs:call (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/
H A Dconstruct.hpp30 call(Iterator const& first, Iterator const&, char& attr) in call() function
40 call(Iterator const& first, Iterator const&, signed char& attr) in call() function
50 call(Iterator const& first, Iterator const&, unsigned char& attr) in call() function
61 call(Iterator const& first, Iterator const&, wchar_t& attr) in call() function
73 call(Iterator const& first, Iterator const&, unsigned short& attr) in call() function
84 call(Iterator const& first, Iterator const& last, bool& attr) in call() function
95 call(Iterator const& first, Iterator const& last, short& attr) in call() function
106 call(Iterator const& first, Iterator const& last, int& attr) in call() function
116 call(Iterator const& first, Iterator const& last, unsigned int& attr) in call() function
127 call(Iterator const& first, Iterator const& last, long& attr) in call() function
[all …]
H A Dassign_to.hpp50 call(Iterator const& first, Iterator const& last, Attribute& attr, mpl::false_) in call() function
63 call(Iterator const& first, Iterator const& last, Attribute& attr, mpl::true_) in call() function
70 call(Iterator const& first, Iterator const& last, Attribute& attr) in call() function
81 call(Iterator const& first, Iterator const& last in call() function
98 call(Iterator const& first, Iterator const& last in call() function
112 call(Iterator const& first, Iterator const& last in call() function
151 call(T_ const& val, Attribute& attr, mpl::false_) in call() function
161 call(T_ const& val, Attribute& attr, mpl::true_) in call() function
169 call(T const& val, Attribute& attr) in call() function
179 call(Attribute const& val, Attribute& attr) in call() function
[all …]
H A Dparse_auto.hpp32 static bool call(Iterator& first, Iterator last, Expr& expr) in call() function
38 static bool call(Iterator& first, Iterator last, Expr const& expr) in call() function
52 static bool call(Iterator& first, Iterator last, char& expr) in call() function
58 static bool call(Iterator& first, Iterator last, char const&) in call() function
68 static bool call(Iterator& first, Iterator last, wchar_t& expr) in call() function
74 static bool call(Iterator& first, Iterator last, wchar_t const&) in call() function
90 static bool call(Iterator& first, Iterator last, Expr& expr in call() function
98 static bool call(Iterator& first, Iterator last, Expr const& expr in call() function
113 static bool call(Iterator& first, Iterator last, char& expr in call() function
121 static bool call(Iterator& first, Iterator last, char const& in call() function
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Dcall.hpp84 struct call struct
101 struct call<Fun *> struct
107 struct call<detail::msvc_fun_workaround<Fun> > struct
115 struct call<Fun()> : transform<call<Fun()> > struct
119 struct impl2
137 struct impl2<Expr, State, Data, true>
156 struct impl
165 struct call<Fun(A0)> : transform<call<Fun(A0)> > struct
168 struct impl2
188 struct impl2<Expr, State, Data, true>
[all …]
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dcall_object.c50 struct rxrpc_call *call = from_timer(call, t, timer); in rxrpc_call_timer_expired() local
62 void rxrpc_reduce_call_timer(struct rxrpc_call *call, in rxrpc_reduce_call_timer()
74 void rxrpc_delete_call_timer(struct rxrpc_call *call) in rxrpc_delete_call_timer()
89 struct rxrpc_call *call; in rxrpc_find_call_by_user_ID() local
125 struct rxrpc_call *call; in rxrpc_alloc_call() local
199 struct rxrpc_call *call; in rxrpc_alloc_client_call() local
221 static void rxrpc_start_call_timer(struct rxrpc_call *call) in rxrpc_start_call_timer()
255 static void rxrpc_put_call_slot(struct rxrpc_call *call) in rxrpc_put_call_slot()
278 struct rxrpc_call *call, *xcall; in rxrpc_new_client_call() local
404 struct rxrpc_call *call, in rxrpc_incoming_call()
[all …]
H A Drecvmsg.c23 void rxrpc_notify_socket(struct rxrpc_call *call) in rxrpc_notify_socket()
64 bool __rxrpc_set_call_completion(struct rxrpc_call *call, in __rxrpc_set_call_completion()
82 bool rxrpc_set_call_completion(struct rxrpc_call *call, in rxrpc_set_call_completion()
100 bool __rxrpc_call_completed(struct rxrpc_call *call) in __rxrpc_call_completed()
105 bool rxrpc_call_completed(struct rxrpc_call *call) in rxrpc_call_completed()
120 bool __rxrpc_abort_call(const char *why, struct rxrpc_call *call, in __rxrpc_abort_call()
129 bool rxrpc_abort_call(const char *why, struct rxrpc_call *call, in rxrpc_abort_call()
143 static int rxrpc_recvmsg_term(struct rxrpc_call *call, struct msghdr *msg) in rxrpc_recvmsg_term()
184 static void rxrpc_end_rx_phase(struct rxrpc_call *call, rxrpc_serial_t serial) in rxrpc_end_rx_phase()
222 static void rxrpc_rotate_rx_window(struct rxrpc_call *call) in rxrpc_rotate_rx_window()
[all …]
H A Dsendmsg.c23 static bool rxrpc_check_tx_space(struct rxrpc_call *call, rxrpc_seq_t *_tx_win) in rxrpc_check_tx_space()
39 struct rxrpc_call *call, in rxrpc_wait_for_tx_window_intr()
63 struct rxrpc_call *call) in rxrpc_wait_for_tx_window_waitall()
104 struct rxrpc_call *call, in rxrpc_wait_for_tx_window_nonintr()
125 struct rxrpc_call *call, in rxrpc_wait_for_tx_window()
160 static inline void rxrpc_instant_resend(struct rxrpc_call *call, int ix) in rxrpc_instant_resend()
179 static void rxrpc_notify_end_tx(struct rxrpc_sock *rx, struct rxrpc_call *call, in rxrpc_notify_end_tx()
191 static int rxrpc_queue_packet(struct rxrpc_sock *rx, struct rxrpc_call *call, in rxrpc_queue_packet()
288 struct rxrpc_call *call, in rxrpc_send_data()
626 struct rxrpc_call *call; in rxrpc_new_client_call_for_sendmsg() local
[all …]
H A Dinput.c27 struct rxrpc_call *call, rxrpc_seq_t seq) in rxrpc_proto_abort()
38 static void rxrpc_congestion_management(struct rxrpc_call *call, in rxrpc_congestion_management()
198 static bool rxrpc_rotate_tx_window(struct rxrpc_call *call, rxrpc_seq_t to, in rxrpc_rotate_tx_window()
257 static bool rxrpc_end_tx_phase(struct rxrpc_call *call, bool reply_begun, in rxrpc_end_tx_phase()
303 static bool rxrpc_receiving_reply(struct rxrpc_call *call) in rxrpc_receiving_reply()
390 static void rxrpc_input_dup_data(struct rxrpc_call *call, rxrpc_seq_t seq, in rxrpc_input_dup_data()
411 static void rxrpc_input_data(struct rxrpc_call *call, struct sk_buff *skb) in rxrpc_input_data()
622 static void rxrpc_complete_rtt_probe(struct rxrpc_call *call, in rxrpc_complete_rtt_probe()
680 static void rxrpc_input_check_for_lost_ack(struct rxrpc_call *call) in rxrpc_input_check_for_lost_ack()
713 static void rxrpc_input_ping_response(struct rxrpc_call *call, in rxrpc_input_ping_response()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/bind/
H A Dmem_fn_template.hpp55 BOOST_MEM_FN_RETURN call(u, p); in BOOST_MEM_FN_NAME() local
63 BOOST_MEM_FN_RETURN call(u, p); in BOOST_MEM_FN_NAME() local
115 BOOST_MEM_FN_RETURN call(u, p); in BOOST_MEM_FN_NAME() local
171 BOOST_MEM_FN_RETURN call(u, p, a1); in BOOST_MEM_FN_NAME() local
179 BOOST_MEM_FN_RETURN call(u, p, a1); in BOOST_MEM_FN_NAME() local
232 BOOST_MEM_FN_RETURN call(u, p, a1); in BOOST_MEM_FN_NAME() local
286 BOOST_MEM_FN_RETURN call(u, p, a1, a2); in BOOST_MEM_FN_NAME() local
294 BOOST_MEM_FN_RETURN call(u, p, a1, a2); in BOOST_MEM_FN_NAME() local
345 BOOST_MEM_FN_RETURN call(u, p, a1, a2); in BOOST_MEM_FN_NAME() local
399 BOOST_MEM_FN_RETURN call(u, p, a1, a2, a3); in BOOST_MEM_FN_NAME() local
[all …]
/OK3568_Linux_fs/kernel/fs/afs/
H A Drxrpc.c138 struct afs_call *call; in afs_alloc_call() local
163 void afs_put_call(struct afs_call *call) in afs_put_call()
198 static struct afs_call *afs_get_call(struct afs_call *call, in afs_get_call()
212 static void afs_queue_call_work(struct afs_call *call) in afs_queue_call_work()
230 struct afs_call *call; in afs_alloc_flat_call() local
264 void afs_flat_call_destructor(struct afs_call *call) in afs_flat_call_destructor()
279 static void afs_load_bvec(struct afs_call *call, struct msghdr *msg, in afs_load_bvec()
315 struct afs_call *call = (struct afs_call *)call_user_ID; in afs_notify_end_request_tx() local
323 static int afs_send_pages(struct afs_call *call, struct msghdr *msg) in afs_send_pages()
360 void afs_make_call(struct afs_addr_cursor *ac, struct afs_call *call, gfp_t gfp) in afs_make_call()
[all …]
H A Dfsclient.c54 struct afs_call *call, in xdr_decode_AFSFetchStatus()
131 static time64_t xdr_decode_expiry(struct afs_call *call, u32 expiry) in xdr_decode_expiry()
137 struct afs_call *call, in xdr_decode_AFSCallBack()
237 static int afs_deliver_fs_fetch_status(struct afs_call *call) in afs_deliver_fs_fetch_status()
274 struct afs_call *call; in afs_fs_fetch_status() local
299 static int afs_deliver_fs_fetch_data(struct afs_call *call) in afs_deliver_fs_fetch_data()
452 struct afs_call *call; in afs_fs_fetch_data64() local
482 struct afs_call *call; in afs_fs_fetch_data() local
513 static int afs_deliver_fs_create_vnode(struct afs_call *call) in afs_deliver_fs_create_vnode()
554 struct afs_call *call; in afs_fs_create_file() local
[all …]
H A Dcmservice.c106 bool afs_cm_incoming_call(struct afs_call *call) in afs_cm_incoming_call()
143 static int afs_find_cm_server_by_peer(struct afs_call *call) in afs_find_cm_server_by_peer()
164 static int afs_find_cm_server_by_uuid(struct afs_call *call, in afs_find_cm_server_by_uuid()
184 static void afs_cm_destructor(struct afs_call *call) in afs_cm_destructor()
193 static void afs_abort_service_call(struct afs_call *call, u32 abort_code, int error, in afs_abort_service_call()
206 struct afs_call *call = container_of(work, struct afs_call, work); in SRXAFSCB_CallBack() local
230 static int afs_deliver_cb_callback(struct afs_call *call) in afs_deliver_cb_callback()
331 struct afs_call *call = container_of(work, struct afs_call, work); in SRXAFSCB_InitCallBackState() local
345 static int afs_deliver_cb_init_call_back_state(struct afs_call *call) in afs_deliver_cb_init_call_back_state()
364 static int afs_deliver_cb_init_call_back_state3(struct afs_call *call) in afs_deliver_cb_init_call_back_state3()
[all …]
H A Dyfsclient.c145 static void yfs_check_req(struct afs_call *call, __be32 *bp) in yfs_check_req()
181 struct afs_call *call, in xdr_decode_YFSFetchStatus()
235 struct afs_call *call, in xdr_decode_YFSCallBack()
335 static int yfs_deliver_status_and_volsync(struct afs_call *call) in yfs_deliver_status_and_volsync()
356 static int yfs_deliver_fs_fetch_data64(struct afs_call *call) in yfs_deliver_fs_fetch_data64()
501 struct afs_call *call; in yfs_fs_fetch_data() local
534 static int yfs_deliver_fs_create_vnode(struct afs_call *call) in yfs_deliver_fs_create_vnode()
577 struct afs_call *call; in yfs_fs_create_file() local
627 struct afs_call *call; in yfs_fs_make_dir() local
664 static int yfs_deliver_fs_remove_file2(struct afs_call *call) in yfs_deliver_fs_remove_file2()
[all …]
H A Dvlclient.c17 static int afs_deliver_vl_get_entry_by_name_u(struct afs_call *call) in afs_deliver_vl_get_entry_by_name_u()
109 static void afs_destroy_vl_get_entry_by_name_u(struct afs_call *call) in afs_destroy_vl_get_entry_by_name_u()
134 struct afs_call *call; in afs_vl_get_entry_by_name_u() local
181 static int afs_deliver_vl_get_addrs_u(struct afs_call *call) in afs_deliver_vl_get_addrs_u()
248 static void afs_vl_get_addrs_u_destructor(struct afs_call *call) in afs_vl_get_addrs_u_destructor()
273 struct afs_call *call; in afs_vl_get_addrs_u() local
314 static int afs_deliver_vl_get_capabilities(struct afs_call *call) in afs_deliver_vl_get_capabilities()
356 static void afs_destroy_vl_get_capabilities(struct afs_call *call) in afs_destroy_vl_get_capabilities()
386 struct afs_call *call; in afs_vl_get_capabilities() local
421 static int afs_deliver_yfsvl_get_endpoints(struct afs_call *call) in afs_deliver_yfsvl_get_endpoints()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/auto/
H A Dmeta_create.hpp44 static type call() in call() function
67 static type call() in call() function
111 static type call() in call() function
129 static type call() in call() function
143 static type call() { return type(); } in call() function
149 static type call() { return type(); } in call() function
155 static type call() { return type(); } in call() function
162 static type call() { return type(); } in call() function
170 static type call() { return type(); } in call() function
178 static type call() { return type(); } in call() function
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/preprocessed/
H A Dcall.hpp12 struct call<Fun(A0...)> : transform<call<Fun(A0...)> > struct
16 : call< argument
32 struct call<Fun(A0 , A1...)> : transform<call<Fun(A0 , A1...)> > struct
36 : call< argument
52 struct call<Fun(A0 , A1 , A2...)> : transform<call<Fun(A0 , A1 , A2...)> > struct
56 : call< argument
72 struct call<Fun(A0 , A1 , A2 , A3)> : transform<call<Fun(A0 , A1 , A2 , A3)> > struct
75 struct impl : transform_impl<Expr, State, Data>
103 struct call<Fun(A0 , A1 , A2 , A3...)> : transform<call<Fun(A0 , A1 , A2 , A3...)> > struct
107 : call< argument
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/
H A Dfunop.hpp22 static type const call( in call() function
58 static type const call( in call() function
94 static type const call( in call() function
130 static type const call( in call() function
166 static type const call( in call() function
202 static type const call( in call() function
238 static type const call( in call() function
274 static type const call( in call() function
310 static type const call( in call() function
346 static type const call( in call() function
H A Dgenerate_by_value.hpp24 static type const call(src_type const &e) in call() function
48 static type const call(src_type const &e) in call() function
72 static type const call(src_type const &e) in call() function
96 static type const call(src_type const &e) in call() function
120 static type const call(src_type const &e) in call() function
144 static type const call(src_type const &e) in call() function
168 static type const call(src_type const &e) in call() function
192 static type const call(src_type const &e) in call() function
216 static type const call(src_type const &e) in call() function
240 static type const call(src_type const &e) in call() function
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/iterator/detail/
H A Dsegmented_next_impl.hpp69 static type call(Stack const & stack) in call() function
102 static type call(Stack const & stack) in call() function
116 static type call(Stack const & stack) in call() function
151 static type call(Stack const & stack) in call() function
163 static type call(Stack const & stack) in call() function
189 static type call(Stack const& stack) in call() function
201 static type call(Stack const & stack) in call() function
214 static type call(Stack const & stack) in call() function
240 static type call(Stack const & stack) in call() function
252 static type call(Stack const & stack) in call() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/iterator_range/detail/
H A Dsegmented_iterator_range.hpp157 static type call(Stack const& stack) in call() function
204 static type call(Stack const& stack) in call() function
217 static type call(Stack const &stack) in call() function
303 static type call(Stack const& stack) in call() function
350 static type call(Stack const& stack) in call() function
363 static type call(Stack const& stack) in call() function
445 static type call(StackBegin stack_begin, StackEnd stack_end) in call() function
479 static type call(StackBegin stack_begin, StackEnd stack_end) in call() function
516 static type call(StackBegin stack_begin, StackEnd stack_end) in call() function
546 static type call(Begin const& begin, End const& end) in call() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/detail/
H A Dsegmented_fold_until_impl.hpp125 static type call(Cur const& cur, End const& end, Context const& context) in call() function
174 … static type call(Sequence& seq, State const& state, Context const& context, Fun const& fun) in call() function
196 … static type call(Sequence& seq, State const& state, Context const& context, Fun const& fun) in call() function
278 static type call(Begin const& beg, End const& end, State const& state in call() function
285 static type call(Begin const& beg, End const& end, State const& state in call() function
301 static type call(Begin const& beg, End const& end, State const& state in call() function
329 static type call(Begin const& beg, End const& end, State const& state in call() function
355 static type call(Begin const& beg, End const& end, State const& state in call() function
369 static type call(Begin const&, End const&, State const& state in call() function
393 … static type call(Segments& segs, State const& state, Context const& context, Fun const& fun) in call() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dnext_prior.hpp73 static T call(T x, Distance n) in call() function
88 static T call(T x, Distance n) in call() function
104 static T call(T x, Distance n) in call() function
118 static T call(T x, Distance n) in call() function
133 static T call(T x, Distance n) in call() function
149 static T call(T x, Distance n) in call() function
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_syscalls.c24 syscall_get_enter_fields(struct trace_event_call *call) in syscall_get_enter_fields()
239 static int __init set_syscall_print_fmt(struct trace_event_call *call) in set_syscall_print_fmt()
264 static void __init free_syscall_print_fmt(struct trace_event_call *call) in free_syscall_print_fmt()
272 static int __init syscall_enter_define_fields(struct trace_event_call *call) in syscall_enter_define_fields()
390 struct trace_event_call *call) in reg_event_syscall_enter()
411 struct trace_event_call *call) in unreg_event_syscall_enter()
428 struct trace_event_call *call) in reg_event_syscall_exit()
449 struct trace_event_call *call) in unreg_event_syscall_exit()
465 static int __init init_syscall_trace(struct trace_event_call *call) in init_syscall_trace()
574 static int perf_call_bpf_enter(struct trace_event_call *call, struct pt_regs *regs, in perf_call_bpf_enter()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/
H A Dpow10.hpp32 static T call(unsigned dim) in call() function
42 static unused_type call(unused_type) in call() function
52 static double call(unsigned dim) in call() function
96 static float call(unsigned dim) in call() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/sequence/comparison/detail/
H A Dequal_to.hpp29 call(I1 const&, I2 const&, mpl::true_) in call() function
37 call(I1 const& a, I2 const& b, mpl::false_) in call() function
46 call(I1 const& a, I2 const& b) in call() function
59 call(I1 const& /*a*/, I2 const& /*b*/) in call() function

12345678910>>...12