Home
last modified time | relevance | path

Searched full:paired (Results 1 – 25 of 244) sorted by relevance

12345678910

/linux/tools/lib/python/kdoc/
H A Dkdoc_re.py
/linux/include/linux/sched/
H A Didle.h58 * paired by resched_curr() in current_set_polling_and_test()
71 * paired by resched_curr() in current_clr_polling_and_test()
88 smp_mb__after_atomic(); /* paired with resched_curr() */ in current_clr_polling()
110 smp_mb(); /* paired with resched_curr() */ in current_clr_polling()
/linux/include/uapi/sound/
H A Dfirewire.h199 * @mixer.source.paired_balance: The L/R balance of paired source to mixer, only for 4 pre and
201 * @mixer.source.paired_width: The width of paired source to mixer, only for 4 pre and
203 * @mixer.output.paired_volume: The volume of paired output from mixer.
204 * @mixer.output.paired_flag: The flag of paired output from mixer.
205 * @output.main_paired_volume: The volume of paired main output.
206 * @output.hp_paired_volume: The volume of paired hp output.
207 * @output.hp_paired_assignment: The source assigned to paired hp output.
/linux/drivers/phy/qualcomm/
H A DKconfig125 PHY which is usually paired with either the ChipIdea or Synopsys DWC3
134 PMICs. The repeater is paired with a Synopsys or M31 eUSB2 Phy
168 up of the associated USB repeater that is paired with the eUSB2
187 to the V1 variants. The PHY is paired with a Synopsys DWC3 USB
205 is usually paired with either the ChipIdea or Synopsys DWC3 USB
/linux/net/core/
H A Dsock_reuseport.c42 /* Paired with READ_ONCE() in reuseport_select_sock_by_hash(). */ in __reuseport_get_incoming_cpu()
48 /* Paired with READ_ONCE() in reuseport_select_sock_by_hash(). */ in __reuseport_put_incoming_cpu()
70 /* Paired with REAE_ONCE() in sk_incoming_cpu_update() in reuseport_update_incoming_cpu()
83 * Paired with READ_ONCE() in reuseport_select_sock_by_hash(). in reuseport_update_incoming_cpu()
128 /* paired with smp_rmb() in reuseport_(select|migrate)_sock() */ in __reuseport_add_sock()
153 /* paired with READ_ONCE() in inet_csk_bind_conflict() */ in __reuseport_add_closed_sock()
167 /* paired with READ_ONCE() in inet_csk_bind_conflict() */ in __reuseport_detach_closed_sock()
538 /* Paired with WRITE_ONCE() in __reuseport_(get|put)_incoming_cpu(). */ in reuseport_select_sock_by_hash()
542 /* Paired with WRITE_ONCE() in reuseport_update_incoming_cpu(). */ in reuseport_select_sock_by_hash()
588 /* paired with smp_wmb() in __reuseport_add_sock() */ in reuseport_select_sock()
[all …]
/linux/drivers/gpu/drm/imagination/
H A Dpvr_job.h44 * @paired_job: Job paired to this job.
48 * Paired jobs are executed on the same context, and need to be submitted
52 * The geometry job should point to the fragment job it's paired with,
53 * and the fragment job should point to the geometry job it's paired with.
H A Dpvr_queue.c519 * This will be called on a paired fragment job after being in pvr_queue_prepare_job()
530 * paired geometry job. in pvr_queue_prepare_job()
556 /* The paired job fence should come last, when everything else is ready. */ in pvr_queue_prepare_job()
711 /* The only kind of jobs that can be paired are geometry and fragment, and in pvr_queue_run_job()
712 * we bail out early if we see a fragment job that's paired with a geomtry in pvr_queue_run_job()
714 * Paired jobs must also target the same context and point to the same in pvr_queue_run_job()
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_cdm.h24 * @output_type: interface to which CDM is paired (HDMI/WB)
52 * CDM block can be paired with WB or HDMI block. These values match
53 * the input with which the CDM block is paired.
/linux/Documentation/firmware-guide/acpi/
H A Dacpi-lid.rst67 firmware cannot make sure "opened"/"closed" events are paired, the ACPI
77 and whether the "opened"/"closed" events are paired fully relies on the
90 are paired fully relies on the firmware implementation.
/linux/include/media/
H A Dv4l2-mc.h153 * of this function should be paired with v4l2_pipeline_link_notify().
170 * of this function should be paired with v4l2_pipeline_link_notify().
186 * on or off accordingly. The use of this function should be paired
/linux/kernel/sched/
H A Dmembarrier.c95 * Using the scenario from (A), we can show that (a) needs to be paired
97 * be paired with (d).
116 * Using scenario (B), we can show that (c) needs to be paired with (d).
133 * Using the scenario from (A), we can show that (a) needs to be paired
135 * be paired with (d).
/linux/tools/perf/bench/
H A Dfutex.h121 * paired with futex_cmp_requeue_pi().
138 * paired with futex_wait_requeue_pi(). The first waker is always awoken.
/linux/arch/um/kernel/
H A Dsmp.c149 smp_rmb(); /* paired with smp_wmb() in __cpu_up() */ in uml_start_secondary()
196 smp_wmb(); /* paired with smp_rmb() in uml_start_secondary() */ in __cpu_up()
/linux/arch/parisc/include/asm/
H A Dhash.h23 * to 3 bits) may be paired arbitrarily.
39 a = x << 19; /* Two shifts can't be paired */ in __hash_32()
/linux/net/openvswitch/
H A Dvport-netdev.c171 /* paired with smp_mb() in netdev_destroy() */ in ovs_netdev_detach_dev()
193 /* paired with smp_wmb() in ovs_netdev_detach_dev() */ in netdev_destroy()
/linux/net/ipv4/
H A Dtcp_metrics.c56 /* Paired with the WRITE_ONCE() in tcpm_new() */ in tm_net()
63 /* Paired with WRITE_ONCE() in tcpm_suck_dst() */ in tcp_metric_locked()
70 /* Paired with WRITE_ONCE() in tcp_metric_set() */ in tcp_metric_get()
78 /* Paired with READ_ONCE() in tcp_metric_get() */ in tcp_metric_set()
118 /* Paired with READ_ONCE() in tcp_metric_locked() */ in tcpm_suck_dst()
204 /* Paired with the READ_ONCE() in tm_net() */ in tcpm_new()
H A Dtcp_fastopen.c589 /* Paired with READ_ONCE() in tcp_fastopen_active_should_disable() */ in tcp_fastopen_active_disable()
592 /* Paired with smp_rmb() in tcp_fastopen_active_should_disable(). in tcp_fastopen_active_disable()
620 /* Paired with smp_mb__before_atomic() in tcp_fastopen_active_disable() */ in tcp_fastopen_active_should_disable()
626 /* Paired with the WRITE_ONCE() in tcp_fastopen_active_disable(). */ in tcp_fastopen_active_should_disable()
/linux/tools/memory-model/Documentation/
H A Dordering.txt313 As mentioned earlier, release operations are often paired with acquire
350 Symmetry being what it is, acquire operations are often paired with the
397 usually paired with a call to rcu_assign_pointer() for that same pointer
398 in much the same way that a call to smp_load_acquire() is paired with
/linux/tools/perf/util/
H A Daddr_location.c25 * keep a pointer to one of those entries) it must be paired with
/linux/Documentation/hwmon/
H A Dltc2991.rst29 supply voltages and can be paired for differential measurements of current sense
/linux/Documentation/devicetree/bindings/sound/
H A Dloongson,ls1b-ac97.yaml14 It is paired with the DMA engine to handle playback and capture functions.
/linux/include/linux/
H A Dprocessor.h9 * spin_begin is used before beginning a busy-wait loop, and must be paired
/linux/include/dt-bindings/pinctrl/
H A Dqcom,pmic-mpp.h100 #define PMIC_MPP_FUNC_PAIRED "paired"
/linux/include/asm-generic/bitops/
H A Dinstrumented-lock.h69 * Used to optimise some folio operations which are commonly paired
/linux/net/kcm/
H A Dkcmsock.c167 /* paired with lockless reads in kcm_rfree() */ in kcm_rcv_ready()
243 /* paired with lockless reads in kcm_rfree() */ in requeue_rx_msgs()
287 /* paired with lockless reads in kcm_rfree() */ in reserve_rx_kcm()
291 /* paired with lockless reads in kcm_rfree() */ in reserve_rx_kcm()
319 /* paired with lockless reads in kcm_rfree() */ in unreserve_rx_kcm()
1109 /* paired with lockless reads in kcm_rfree() */ in kcm_recv_disable()
1649 /* paired with lockless reads in kcm_rfree() */ in kcm_done()

12345678910