Home
last modified time | relevance | path

Searched full:tsync (Results 1 – 25 of 34) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/
Difb.c48 struct u64_stats_sync tsync; member
83 u64_stats_update_begin(&txp->tsync); in ifb_ri_tasklet()
86 u64_stats_update_end(&txp->tsync); in ifb_ri_tasklet()
147 start = u64_stats_fetch_begin_irq(&txp->tsync); in ifb_stats64()
150 } while (u64_stats_fetch_retry_irq(&txp->tsync, start)); in ifb_stats64()
174 u64_stats_init(&txp->tsync); in ifb_dev_init()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/
Dintel,ixp46x-ptp-timer.yaml8 title: Intel IXP46x PTP Timer (TSYNC)
15 Assist and Time Synchronization Hardware Assist TSYNC provides a PTP
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
Dseccomp.c46 P_FLAG(TSYNC); in syscall_arg__scnprintf_seccomp_flags()
/kernel/linux/linux-6.6/tools/perf/trace/beauty/
Dseccomp.c46 P_FLAG(TSYNC); in syscall_arg__scnprintf_seccomp_flags()
/kernel/linux/linux-6.6/drivers/ntb/test/
Dntb_perf.c198 atomic_t tsync; member
853 return likely(atomic_read(&pthr->perf->tsync) > 0) ? 0 : -EINTR; in perf_copy_chunk()
916 atomic_dec(&perf->tsync); in perf_init_test()
975 atomic_read(&perf->tsync) < 0)); in perf_sync_test()
977 if (atomic_read(&perf->tsync) < 0) in perf_sync_test()
1016 atomic_dec(&perf->tsync); in perf_clear_test()
1070 atomic_set(&perf->tsync, -1); in perf_terminate_test()
1093 atomic_set(&perf->tsync, perf->tcnt); in perf_submit_test()
1106 atomic_read(&perf->tsync) <= 0); in perf_submit_test()
/kernel/linux/linux-5.10/drivers/ntb/test/
Dntb_perf.c198 atomic_t tsync; member
853 return likely(atomic_read(&pthr->perf->tsync) > 0) ? 0 : -EINTR; in perf_copy_chunk()
916 atomic_dec(&perf->tsync); in perf_init_test()
975 atomic_read(&perf->tsync) < 0)); in perf_sync_test()
977 if (atomic_read(&perf->tsync) < 0) in perf_sync_test()
1016 atomic_dec(&perf->tsync); in perf_clear_test()
1070 atomic_set(&perf->tsync, -1); in perf_terminate_test()
1093 atomic_set(&perf->tsync, perf->tcnt); in perf_submit_test()
1106 atomic_read(&perf->tsync) <= 0); in perf_submit_test()
/kernel/linux/linux-5.10/kernel/
Dseccomp.c620 * - in TSYNC mode: the pid of a thread which was either not in the correct
1511 * This only has to be tested for the current process, even in the TSYNC case,
1512 * because TSYNC installs @child with the same parent on all threads.
1520 /* must be protected against concurrent TSYNC */ in has_duplicate_listener()
1561 * But in the failure case, TSYNC returns the thread that died. If you in seccomp_set_mode_filter()
1564 * has not explicitly requested no errors from TSYNC. in seccomp_set_mode_filter()
1592 * Make sure we cannot change seccomp or nnp state via TSYNC in seccomp_set_mode_filter()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/
Digc_defines.h514 #define IGC_TS_SDP0_EN (1u << 8) /* SDP0 is assigned to Tsync. */
519 #define IGC_TS_SDP1_EN (1u << 11) /* SDP1 is assigned to Tsync. */
524 #define IGC_TS_SDP2_EN (1u << 14) /* SDP2 is assigned to Tsync. */
529 #define IGC_TS_SDP3_EN (1u << 17) /* SDP3 is assigned to Tsync. */
/kernel/linux/linux-6.6/kernel/
Dseccomp.c872 * - in TSYNC mode: the pid of a thread which was either not in the correct
1866 * This only has to be tested for the current process, even in the TSYNC case,
1867 * because TSYNC installs @child with the same parent on all threads.
1875 /* must be protected against concurrent TSYNC */ in has_duplicate_listener()
1916 * But in the failure case, TSYNC returns the thread that died. If you in seccomp_set_mode_filter()
1919 * has not explicitly requested no errors from TSYNC. in seccomp_set_mode_filter()
1955 * Make sure we cannot change seccomp or nnp state via TSYNC in seccomp_set_mode_filter()
/kernel/linux/linux-6.6/drivers/net/wan/
Dslic_ds26522.c106 /* TSYSCLK=2.048MHz, TSYNC-Output */ in ds26522_e1_spec_config()
/kernel/linux/linux-5.10/drivers/net/wan/
Dslic_ds26522.c106 /* TSYSCLK=2.048MHz, TSYNC-Output */ in ds26522_e1_spec_config()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
De1000_defines.h594 #define TS_SDP0_EN (1u << 8) /* SDP0 is assigned to Tsync. */
599 #define TS_SDP1_EN (1u << 11) /* SDP1 is assigned to Tsync. */
604 #define TS_SDP2_EN (1u << 14) /* SDP2 is assigned to Tsync. */
609 #define TS_SDP3_EN (1u << 17) /* SDP3 is assigned to Tsync. */
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
De1000_defines.h594 #define TS_SDP0_EN (1u << 8) /* SDP0 is assigned to Tsync. */
599 #define TS_SDP1_EN (1u << 11) /* SDP1 is assigned to Tsync. */
604 #define TS_SDP2_EN (1u << 14) /* SDP2 is assigned to Tsync. */
609 #define TS_SDP3_EN (1u << 17) /* SDP3 is assigned to Tsync. */
/kernel/linux/linux-5.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c2434 TH_LOG("Could not install initial filter with TSYNC!"); in TEST()
2468 FIXTURE(TSYNC) { in FIXTURE() argument
2477 FIXTURE_SETUP(TSYNC) in FIXTURE_SETUP() argument
2525 FIXTURE_TEARDOWN(TSYNC) in FIXTURE_TEARDOWN() argument
2587 TEST_F(TSYNC, siblings_fail_prctl) in TEST_F() argument
2639 TEST_F(TSYNC, two_siblings_with_ancestor) in TEST_F() argument
2681 TEST_F(TSYNC, two_sibling_want_nnp) in TEST_F() argument
2707 TEST_F(TSYNC, two_siblings_with_no_filter) in TEST_F() argument
2747 TEST_F(TSYNC, two_siblings_with_one_divergence) in TEST_F() argument
2792 TEST_F(TSYNC, two_siblings_with_one_divergence_no_tid_in_err) in TEST_F() argument
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/seccomp/
Dseccomp_bpf.c2506 TH_LOG("Could not install initial filter with TSYNC!"); in TEST()
2540 FIXTURE(TSYNC) { in FIXTURE() argument
2549 FIXTURE_SETUP(TSYNC) in FIXTURE_SETUP() argument
2597 FIXTURE_TEARDOWN(TSYNC) in FIXTURE_TEARDOWN() argument
2659 TEST_F(TSYNC, siblings_fail_prctl) in TEST_F() argument
2711 TEST_F(TSYNC, two_siblings_with_ancestor) in TEST_F() argument
2753 TEST_F(TSYNC, two_sibling_want_nnp) in TEST_F() argument
2779 TEST_F(TSYNC, two_siblings_with_no_filter) in TEST_F() argument
2819 TEST_F(TSYNC, two_siblings_with_one_divergence) in TEST_F() argument
2864 TEST_F(TSYNC, two_siblings_with_one_divergence_no_tid_in_err) in TEST_F() argument
[all …]
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
Dess.c373 * determines the synchronous bandwidth, set the TSYNC register and the
465 DB_ESSN(2, "tsync = %lx", smc->ess.sync_bw); in process_bw_alloc()
Dfplustm.c288 * set the TSYNC register of the FORMAC to regulate synchronous transmission
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/
Dess.c372 * determines the synchronous bandwidth, set the TSYNC register and the
464 DB_ESSN(2, "tsync = %lx", smc->ess.sync_bw); in process_bw_alloc()
Dfplustm.c288 * set the TSYNC register of the FORMAC to regulate synchronous transmission
/kernel/linux/linux-5.10/drivers/i2c/busses/
Di2c-stm32f7.c438 u32 tsync; in stm32f7_i2c_compute_timing() local
540 tsync = af_delay_min + dnf_delay + (2 * i2cclk); in stm32f7_i2c_compute_timing()
559 u32 tscl_l = (l + 1) * prescaler + tsync; in stm32f7_i2c_compute_timing()
568 u32 tscl_h = (h + 1) * prescaler + tsync; in stm32f7_i2c_compute_timing()
/kernel/linux/linux-6.6/drivers/i2c/busses/
Di2c-stm32f7.c457 u32 tsync; in stm32f7_i2c_compute_timing() local
560 tsync = af_delay_min + dnf_delay + (2 * i2cclk); in stm32f7_i2c_compute_timing()
579 u32 tscl_l = (l + 1) * prescaler + tsync; in stm32f7_i2c_compute_timing()
588 u32 tscl_h = (h + 1) * prescaler + tsync; in stm32f7_i2c_compute_timing()
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/
Dpfc-sh73a0.c2059 /* TSYNC */
2131 /* TSYNC */
2216 /* TSYNC */
2287 /* TSYNC */
2365 /* TSYNC */
2408 /* TSYNC */
/kernel/linux/linux-5.10/drivers/pinctrl/renesas/
Dpfc-sh73a0.c2216 /* TSYNC */
2288 /* TSYNC */
2373 /* TSYNC */
2444 /* TSYNC */
2522 /* TSYNC */
2565 /* TSYNC */
/kernel/linux/linux-6.6/include/soc/fsl/qe/
Dqe.h74 QE_TSYNC_PIN, /* TSYNC from pin */
/kernel/linux/linux-5.10/include/soc/fsl/qe/
Dqe.h80 QE_TSYNC_PIN, /* TSYNC from pin */

12