Home
last modified time | relevance | path

Searched full:incoming (Results 1 – 25 of 1401) sorted by relevance

12345678910>>...57

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dtraversal_intersection_patterns.hpp72 sort_by_side::rank_with_rings const& incoming = aggregation.front(); in intersection_pattern_common_interior1() local
76 incoming.all_from() in intersection_pattern_common_interior1()
77 && incoming.rings.size() == 1 in intersection_pattern_common_interior1()
78 && incoming.has_only(operation_intersection); in intersection_pattern_common_interior1()
89 && outgoing.region_id() == incoming.region_id(); in intersection_pattern_common_interior1()
96 if (check_pairs(aggregation, incoming.region_id(), 1, n - 2)) in intersection_pattern_common_interior1()
112 // INCOMING: in intersection_pattern_common_interior2()
129 sort_by_side::rank_with_rings const& incoming = aggregation.front(); in intersection_pattern_common_interior2() local
133 incoming.all_from() in intersection_pattern_common_interior2()
134 && incoming.rings.size() == 2 in intersection_pattern_common_interior2()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_types.h364 u32 smac_47_16; /* Source MAC address of incoming packet */
365 /* Incoming packet Ethertype - this is the Ethertype
369 u32 smac_15_0:16; /* Source MAC address of incoming packet */
370 u32 dmac_47_16; /* Destination MAC address of incoming packet */
371 /* VLAN ID of first VLAN tag in the incoming packet.
375 /* CFI bit of first VLAN tag in the incoming packet.
379 /* Priority of first VLAN tag in the incoming packet.
383 u32 dmac_15_0:16; /* Destination MAC address of incoming packet */
419 /* IPv6 source address of incoming packets
424 /* IPv6 source address of incoming packets
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dget_left_turns.hpp99 // Collinear, check if one is incoming, incoming angles come first in operator ()()
100 if (p.incoming != q.incoming) in operator ()()
102 return int(p.incoming) < int(q.incoming); in operator ()()
166 if (it->incoming) in get_left_turns()
234 if (it->incoming) in block_turns()
276 // Only incoming, previous was only outgoing: block this one in block_turns()
284 // Only incoming, next also incoming, block this one in block_turns()
H A Doccupation_info.hpp49 Point point; // either incoming or outgoing point
50 bool incoming; member
97 info.incoming = true; in add()
102 info.incoming = false; in add()
136 collection_type m_angles; // each turn splitted in incoming/outgoing vectors
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-service-time.c199 * for the incoming I/O.
208 * ('pi->in-flight-size' + 'incoming') / 'pi->relative_throughput'
213 size_t incoming) in st_compare_load() argument
237 * st1 = (sz1 + incoming) / pi1->relative_throughput in st_compare_load()
239 * st2 = (sz2 + incoming) / pi2->relative_throughput in st_compare_load()
245 * (sz1 + incoming) / pi1->relative_throughput < in st_compare_load()
246 * (sz2 + incoming) / pi2->relative_throughput in st_compare_load()
247 * (sz1 + incoming) * pi2->relative_throughput < in st_compare_load()
248 * (sz2 + incoming) * pi1->relative_throughput in st_compare_load()
251 sz1 += incoming; in st_compare_load()
[all …]
/OK3568_Linux_fs/kernel/include/trace/events/
H A Ddevlink.h18 TP_PROTO(const struct devlink *devlink, bool incoming,
21 TP_ARGS(devlink, incoming, type, buf, len),
27 __field(bool, incoming)
37 __entry->incoming = incoming;
43 TP_printk("bus_name=%s dev_name=%s driver_name=%s incoming=%d type=%lu buf=0x[%*phD] len=%zu",
45 __get_str(driver_name), __entry->incoming, __entry->type,
224 bool incoming, unsigned long type, in trace_devlink_hwmsg() argument
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfsroot.c18 * Michael Rausch : Fixed recognition of an incoming RARP answer.
188 * passed-in string @incoming.
192 static int __init root_nfs_parse_options(char *incoming, char *exppath, in root_nfs_parse_options() argument
200 p = strsep(&incoming, ","); in root_nfs_parse_options()
206 * @incoming now points to the rest of the string; if it in root_nfs_parse_options()
209 if (incoming != NULL && *incoming != '\0') in root_nfs_parse_options()
210 if (root_nfs_cat(nfs_root_options, incoming, in root_nfs_parse_options()
/OK3568_Linux_fs/kernel/include/linux/iio/
H A Dbuffer-dma.h28 * @IIO_BLOCK_STATE_QUEUED: Block is on the incoming queue
94 * @lock: Protects the incoming list, active and the fields in the fileio
100 * @incoming: List of buffers on the incoming queue
112 struct list_head incoming; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/
H A Dgammu-smsdrc18 # incoming sms only from numbers written here (incoming sms from all other
24 # incoming sms from all numbers not written here (incoming sms from numbers
/OK3568_Linux_fs/kernel/drivers/iio/buffer/
H A Dindustrialio-buffer-dma.c33 * means of two queues. The incoming queue and the outgoing queue. Blocks on the
34 * incoming queue are waiting for the DMA controller to pick them up and fill
41 * * On the incoming list: Blocks on the incoming list are queued up to be
51 * incoming or outgoing queue the block will be freed.
323 INIT_LIST_HEAD(&queue->incoming); in iio_dma_buffer_request_update()
349 list_add_tail(&block->head, &queue->incoming); in iio_dma_buffer_request_update()
366 * limbo. It will neither be on the incoming nor outgoing list, nor will in iio_dma_buffer_submit_block()
408 list_for_each_entry_safe(block, _block, &queue->incoming, head) { in iio_dma_buffer_enable()
451 list_add_tail(&block->head, &queue->incoming); in iio_dma_buffer_enqueue()
619 INIT_LIST_HEAD(&queue->incoming); in iio_dma_buffer_init()
[all …]
/OK3568_Linux_fs/buildroot/package/smstools3/
H A D0002-fix-build-with-gcc-10.x.patch45 -char d_incoming[PATH_MAX]; // Incoming spool directory
47 -char d_report[PATH_MAX]; // Incoming report spool directory
49 -char d_phonecalls[PATH_MAX]; // Incoming phonecalls data directory
78 -int date_filename; // 1 or 2 if YYYYMMDD is included to the filename of incoming mess…
83 -int incoming_utf8; // 1 if incoming files are saved using UTF-8 character set.
89 -char priviledged_numbers[SIZE_PRIVILEDGED_NUMBERS]; // Priviledged numbers in incoming messages.
107 +extern char d_incoming[PATH_MAX]; // Incoming spool directory
109 +extern char d_report[PATH_MAX]; // Incoming report spool directory
111 +extern char d_phonecalls[PATH_MAX]; // Incoming phonecalls data directory
140 … date_filename; // 1 or 2 if YYYYMMDD is included to the filename of incoming message.
[all …]
/OK3568_Linux_fs/kernel/net/netlabel/
H A Dnetlabel_unlabeled.h26 * incoming unlabeled connections.
45 * label for incoming unlabeled connections.
84 * label for incoming unlabeled connections.
102 * static label for incoming unlabeled connections.
223 /* Process Unlabeled incoming network packets */
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/
H A Dtc_shblocks.sh60 check_err $? "Did not match first incoming packet on a block"
66 check_err $? "Did not match second incoming packet on a block"
86 check_err $? "Did not match first incoming packet on a block"
92 check_err $? "Did not match second incoming packet on a block"
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-streamon.rst44 are any empty buffers in the incoming queue) until ``VIDIOC_STREAMON``
47 succeed when at least one output buffer is in the incoming queue.
57 and it removes all buffers from the incoming and outgoing queues. That
67 the incoming queue and all are returned to the same state as after
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_pppol2tp.h34 __u16 s_tunnel, s_session; /* For matching incoming packets */
46 __u16 s_tunnel, s_session; /* For matching incoming packets */
62 __u32 s_tunnel, s_session; /* For matching incoming packets */
71 __u32 s_tunnel, s_session; /* For matching incoming packets */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_pppol2tp.h34 __u16 s_tunnel, s_session; /* For matching incoming packets */
46 __u16 s_tunnel, s_session; /* For matching incoming packets */
62 __u32 s_tunnel, s_session; /* For matching incoming packets */
71 __u32 s_tunnel, s_session; /* For matching incoming packets */
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_pppol2tp.h34 __u16 s_tunnel, s_session; /* For matching incoming packets */
46 __u16 s_tunnel, s_session; /* For matching incoming packets */
62 __u32 s_tunnel, s_session; /* For matching incoming packets */
71 __u32 s_tunnel, s_session; /* For matching incoming packets */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/
H A D0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch216 -char d_incoming[PATH_MAX]; // Incoming spool directory
218 -char d_report[PATH_MAX]; // Incoming report spool directory
220 -char d_phonecalls[PATH_MAX]; // Incoming phonecalls data directory
252 +EXTERN char d_incoming[PATH_MAX]; // Incoming spool directory
254 +EXTERN char d_report[PATH_MAX]; // Incoming report spool directory
256 +EXTERN char d_phonecalls[PATH_MAX]; // Incoming phonecalls data directory
285 -int date_filename; // 1 or 2 if YYYYMMDD is included to the filename of incoming mess…
290 -int incoming_utf8; // 1 if incoming files are saved using UTF-8 character set.
296 -char priviledged_numbers[SIZE_PRIVILEDGED_NUMBERS]; // Priviledged numbers in incoming messages.
310 … date_filename; // 1 or 2 if YYYYMMDD is included to the filename of incoming message.
[all …]
/OK3568_Linux_fs/kernel/include/linux/soc/qcom/
H A Dqmi.h65 * is present in an incoming message.
141 * @msg_handler: invoked for incoming messages, allows a client to
204 * @work: work for handling incoming messages
206 * @recv_buf: scratch buffer for handling incoming messages
214 * @handlers: list of handlers for incoming messages
/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dcros_ec_ishtp.c157 * @in_msg: Message buffer where the incoming data is copied. This buffer
159 * @in_size: Max size of incoming message
177 /* Setup for incoming response */ in ish_send()
209 * process_recv() - Received and parse incoming packet
214 * Parse the incoming packet. If it is a response packet then it will
233 "Host is not ready to receive incoming messages\n"); in process_recv()
324 * got an incoming MKBP event in process_recv()
344 * ish_event_cb() - bus driver callback for incoming message
443 * @in_msg: Incoming message buffer
501 "Incoming payload size %zu is too large for ec_dev->din_size %d\n", in cros_ec_pkt_xfer_ish()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.h57 struct list_head incoming; /* incoming requests */ member
58 struct work_struct worker; /* handler for incoming requests */
/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_req.c1428 static void submit_fast_path(struct drbd_device *device, struct list_head *incoming) in submit_fast_path() argument
1434 list_for_each_entry_safe(req, tmp, incoming, tl_requests) { in submit_fast_path()
1455 struct list_head *incoming, in prepare_al_transaction_nonblock() argument
1464 while ((req = list_first_entry_or_null(incoming, struct drbd_request, tl_requests))) { in prepare_al_transaction_nonblock()
1500 LIST_HEAD(incoming); /* from drbd_make_request() */ in do_submit()
1504 /* grab new incoming requests */ in do_submit()
1506 list_splice_tail_init(&device->submit.writes, &incoming); in do_submit()
1512 /* move used-to-be-busy back to front of incoming */ in do_submit()
1513 list_splice_init(&busy, &incoming); in do_submit()
1514 submit_fast_path(device, &incoming); in do_submit()
[all …]
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dconn_service.c67 * for incoming packets.
153 * Set up an incoming connection. This is called in BH context with the RCU
187 /* Make the connection a target for incoming packets. */ in rxrpc_new_incoming_connection()
195 * target for incoming packets.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/
H A DfreeDiameter.conf27 # The port this peer is listening on for incoming connections (TCP and SCTP).
31 # The port this peer is listening on for incoming TLS-protected connections (TCP and SCTP).
86 # This parameter limits the number of incoming connections from the time
174 # Number of server threads that can handle incoming messages at the same time.
224 # The local server listens for incoming connections. By default,
227 # In addition to incoming connections, the local peer can
/OK3568_Linux_fs/kernel/Documentation/driver-api/nfc/
H A Dnfc-hci.rst121 On the rx path, the driver is responsible to push incoming HCP frames to HCI
200 fast, cannot sleep. sends incoming frames to HCI where they are passed to
217 Dispatches incoming HCI commands or events.
248 receives incoming frames in an skb queue filled from the driver IRQ handler.
290 - driver (pn544) fails to deliver an incoming frame: it stores the error such
296 - SMW is basically a background thread to handle incoming and outgoing shdlc

12345678910>>...57