Home
last modified time | relevance | path

Searched full:outgoing (Results 1 – 25 of 572) sorted by relevance

12345678910>>...23

/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.hpp73 sort_by_side::rank_with_rings const& outgoing = aggregation.back(); in intersection_pattern_common_interior1() local
86 outgoing.all_to() in intersection_pattern_common_interior1()
87 && outgoing.rings.size() == 1 in intersection_pattern_common_interior1()
88 && outgoing.has_only(operation_intersection) in intersection_pattern_common_interior1()
89 && outgoing.region_id() == incoming.region_id(); in intersection_pattern_common_interior1()
130 sort_by_side::rank_with_rings const& outgoing = aggregation.back(); in intersection_pattern_common_interior2() local
143 outgoing.all_to() in intersection_pattern_common_interior2()
144 && outgoing.rings.size() == 2 in intersection_pattern_common_interior2()
145 && outgoing.has_unique_region_id() in intersection_pattern_common_interior2()
146 && outgoing.region_id() == incoming.region_id(); in intersection_pattern_common_interior2()
[all …]
/OK3568_Linux_fs/kernel/include/linux/iio/
H A Dbuffer-dma.h30 * @IIO_BLOCK_STATE_DONE: Block is on the outgoing queue
97 * atomic context as well as blocks on those lists. This is the outgoing queue
101 * @outgoing: List of buffers on the outgoing queue
113 struct list_head outgoing; member
/OK3568_Linux_fs/kernel/kernel/
H A Dsmpboot.c371 * The outgoing CPU completed its processing, but after in cpu_check_up_prepare()
376 * for systems where the outgoing CPUs take themselves in cpu_check_up_prepare()
386 * a timeout during CPU death, and the outgoing CPU never in cpu_check_up_prepare()
388 * a virtualized system if the outgoing VCPU gets preempted in cpu_check_up_prepare()
427 /* The outgoing CPU will normally get done quite quickly. */ in cpu_wait_death()
432 /* But if the outgoing CPU dawdles, wait increasingly long times. */ in cpu_wait_death()
443 /* Outgoing CPU died normally, update state. */ in cpu_wait_death()
447 /* Outgoing CPU still hasn't died, set state accordingly. */ in cpu_wait_death()
457 * Called by the outgoing CPU to report its successful death. Return
/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
35 * them with data. Block on the outgoing queue have been filled with data and
45 * * On the outgoing list: Blocks on the outgoing list have been successfully
51 * incoming or outgoing queue the block will be freed.
202 list_add_tail(&block->head, &queue->outgoing); in _iio_dma_buffer_block_done()
320 INIT_LIST_HEAD(&queue->outgoing); 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()
461 block = list_first_entry_or_null(&queue->outgoing, struct in iio_dma_buffer_dequeue()
555 list_for_each_entry(block, &queue->outgoing, head) in iio_dma_buffer_data_available()
620 INIT_LIST_HEAD(&queue->outgoing); in iio_dma_buffer_init()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/gnu-efi/gnu-efi/
H A Dgnu-efi-3.0.9-fix-clang-build.patch4 clang-9: error: unknown argument: '-maccumulate-outgoing-args'
16 - CPPFLAGS += -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11
21 + CPPFLAGS += -DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args --std=c11
/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.h35 __u16 d_tunnel, d_session; /* For sending outgoing packets */
47 __u16 d_tunnel, d_session; /* For sending outgoing packets */
63 __u32 d_tunnel, d_session; /* For sending outgoing packets */
72 __u32 d_tunnel, d_session; /* For sending outgoing packets */
H A Dnet_tstamp.h71 * No outgoing packet will need hardware time stamping;
78 * Enables hardware time stamping for outgoing packets;
86 * Enables time stamping for outgoing packets just as
/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.h35 __u16 d_tunnel, d_session; /* For sending outgoing packets */
47 __u16 d_tunnel, d_session; /* For sending outgoing packets */
63 __u32 d_tunnel, d_session; /* For sending outgoing packets */
72 __u32 d_tunnel, d_session; /* For sending outgoing packets */
H A Dnet_tstamp.h71 * No outgoing packet will need hardware time stamping;
78 * Enables hardware time stamping for outgoing packets;
86 * Enables time stamping for outgoing packets just as
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_pppol2tp.h35 __u16 d_tunnel, d_session; /* For sending outgoing packets */
47 __u16 d_tunnel, d_session; /* For sending outgoing packets */
63 __u32 d_tunnel, d_session; /* For sending outgoing packets */
72 __u32 d_tunnel, d_session; /* For sending outgoing packets */
H A Dnet_tstamp.h71 * No outgoing packet will need hardware time stamping;
78 * Enables hardware time stamping for outgoing packets;
86 * Enables time stamping for outgoing packets just as
/OK3568_Linux_fs/kernel/drivers/net/arcnet/
H A Darcnet.c440 skb = lp->outgoing.skb; in arcnet_reply_tasklet()
463 /* finally erasing outgoing skb */ in arcnet_reply_tasklet()
464 dev_kfree_skb(lp->outgoing.skb); in arcnet_reply_tasklet()
465 lp->outgoing.skb = NULL; in arcnet_reply_tasklet()
741 lp->outgoing.skb = skb; in arcnet_send_packet()
750 lp->outgoing.proto = proto; in arcnet_send_packet()
751 lp->outgoing.skb = skb; in arcnet_send_packet()
752 lp->outgoing.pkt = pkt; in arcnet_send_packet()
985 if (lp->outgoing.proto && in arcnet_interrupt()
986 lp->outgoing.proto->ack_tx) { in arcnet_interrupt()
[all …]
H A Dcapmode.c193 lp->outgoing.skb->protocol, acked); in ack_tx()
196 arcnet_dump_skb(dev, lp->outgoing.skb, "ack_tx"); in ack_tx()
210 skb_copy_from_linear_data(lp->outgoing.skb, ackpkt, in ack_tx()
225 dev_kfree_skb_irq(lp->outgoing.skb); in ack_tx()
226 lp->outgoing.proto = NULL; in ack_tx()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Ddmx-qbuf.rst56 (capturing) buffer from the driver's outgoing queue.
61 By default ``DMX_DQBUF`` blocks when no buffer is in the outgoing
78 buffer was in the outgoing queue.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,smp2p.txt29 Definition: three entries specifying the outgoing ipc bit used for
70 If not specified this node will denote the outgoing entry
78 Usage: required for outgoing entries
/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Dsmsm.c71 * @lock: spinlock for read-modify-write of the outgoing state
120 * @ipc_regmap: regmap for outgoing interrupt
121 * @ipc_offset: offset in @ipc_regmap for outgoing interrupt
122 * @ipc_bit: bit in @ipc_regmap + @ipc_offset for outgoing interrupt
131 * smsm_update_bits() - change bit in outgoing entry and inform subscribers
136 * Used to set and clear the bits in the outgoing/local entry and inform
346 * outgoing interrupts to a remote host - identified by @host_id.
551 /* Register the outgoing state */ in qcom_smsm_probe()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Ddomwalk.h77 Return value is the always taken edge if the block has multiple outgoing
81 outgoing edges should still be considered executable. A return value
104 /* Given an unreachable block, propagate that property to outgoing
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Ddomwalk.h77 Return value is the always taken edge if the block has multiple outgoing
81 outgoing edges should still be considered executable. A return value
104 /* Given an unreachable block, propagate that property to outgoing
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_vf.c188 /* load onto outgoing mailbox */ in fm10k_update_vlan_vf()
299 /* load onto outgoing mailbox */ in fm10k_update_uc_addr_vf()
338 /* load onto outgoing mailbox */ in fm10k_update_mc_addr_vf()
357 /* load onto outgoing mailbox */ in fm10k_update_int_moderator_vf()
413 /* load onto outgoing mailbox */ in fm10k_update_lport_state_vf()
440 /* load onto outgoing mailbox */ in fm10k_update_xcast_mode_vf()
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/skylake/
H A Duncore.json175 …"BriefDescription": "Each cycle count number of all Core outgoing valid entries. Such entry is def…
176 …"PublicDescription": "Each cycle count number of all Core outgoing valid entries. Such entry is de…
187 …"BriefDescription": "Total number of Core outgoing entries allocated. Accounts for Coherent and no…
188 …"PublicDescription": "Total number of Core outgoing entries allocated. Accounts for Coherent and n…
/OK3568_Linux_fs/external/rkwifibt-app/include/
H A DRkBtHfp.h24 RK_BT_HFP_OUTGOING_CALL_DIAL_EVT, /* Outgoing call setup in dialing state */
25 RK_BT_HFP_OUTGOING_CALL_RING_EVT, /* Outgoing call setup in alerting state */
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/broadwell/
H A Duncore.json187 …"BriefDescription": "Each cycle count number of all Core outgoing valid entries. Such entry is def…
188 …"PublicDescription": "Each cycle count number of all Core outgoing valid entries. Such entry is de…
211 …"BriefDescription": "Total number of Core outgoing entries allocated. Accounts for Coherent and no…
212 …"PublicDescription": "Total number of Core outgoing entries allocated. Accounts for Coherent and n…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/
H A Dtinyproxy.conf34 # outgoing connections. This is useful for multi-home'd machines where
35 # you want all traffic to appear outgoing from one particular interface.
40 # BindSame: If enabled, tinyproxy will bind the outgoing connection to the
213 # AddHeader: Adds the specified headers to outgoing HTTP requests that
/OK3568_Linux_fs/yocto/poky/contrib/git-hooks/
H A Dsendemail-validate.sample6 # This sendemail-validate hook injects 'From: ' header lines into outgoing
9 # (notably Microsoft Exchange / Office 360) seem to butcher outgoing patches,
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/
H A Dnvidia,tegra114-spi.txt28 with this tap value. This property is used to tune the outgoing data from
29 Tegra SPI master with respect to outgoing Tegra SPI master clock.

12345678910>>...23