| /kernel/linux/linux-5.10/tools/testing/selftests/futex/functional/ |
| D | futex_wait_uninitialized_heap.c | 70 pthread_t thr; in main() local
|
| D | futex_wait_private_mapped_file.c | 74 pthread_t thr; in main() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/futex/functional/ |
| D | futex_wait_uninitialized_heap.c | 70 pthread_t thr; in main() local
|
| D | futex_wait_private_mapped_file.c | 74 pthread_t thr; in main() local
|
| /kernel/linux/linux-6.6/drivers/tty/serial/ |
| D | atmel_serial.h | 145 #define ATMEL_US_TXFTHRES(thr) FIELD_PREP(GENMASK(13, 8), (thr)) /* TX FIFO Threshold */ argument 146 #define ATMEL_US_RXFTHRES(thr) FIELD_PREP(GENMASK(21, 16), (thr)) /* RX FIFO Threshold */ argument 147 #define ATMEL_US_RXFTHRES2(thr) FIELD_PREP(GENMASK(29, 24), (thr)) /* RX FIFO Threshold2 */ argument
|
| /kernel/linux/linux-5.10/drivers/tty/serial/ |
| D | atmel_serial.h | 140 #define ATMEL_US_TXFTHRES(thr) (((thr) & 0x3f) << 8) /* TX FIFO Threshold */ argument 141 #define ATMEL_US_RXFTHRES(thr) (((thr) & 0x3f) << 16) /* RX FIFO Threshold */ argument 142 #define ATMEL_US_RXFTHRES2(thr) (((thr) & 0x3f) << 24) /* RX FIFO Threshold2 */ argument
|
| /kernel/liteos_a/testsuites/kernel/sample/posix/mutex/full/ |
| D | It_posix_mutex_022.c | 76 pthread_t thr; in Testcase() local
|
| /kernel/liteos_a/testsuites/kernel/sample/posix/mutex/smoke/ |
| D | It_posix_mutex_019.c | 79 pthread_t thr; in Testcase() local
|
| /kernel/linux/linux-6.6/kernel/power/ |
| D | swap.c | 588 struct task_struct *thr; /* thread */ member 630 struct task_struct *thr; /* thread */ member 689 unsigned thr, run_threads, nr_threads; in save_image_lzo() local 1114 struct task_struct *thr; /* thread */ member 1176 unsigned i, thr, run_threads, nr_threads; in load_image_lzo() local
|
| /kernel/linux/linux-5.10/kernel/power/ |
| D | swap.c | 586 struct task_struct *thr; /* thread */ member 628 struct task_struct *thr; /* thread */ member 687 unsigned thr, run_threads, nr_threads; in save_image_lzo() local 1115 struct task_struct *thr; /* thread */ member 1177 unsigned i, thr, run_threads, nr_threads; in load_image_lzo() local
|
| /kernel/linux/linux-6.6/tools/perf/tests/shell/coresight/unroll_loop_thread/ |
| D | unroll_loop_thread.c | 53 unsigned int i, thr; in main() local
|
| /kernel/linux/linux-6.6/tools/perf/tests/shell/coresight/thread_loop/ |
| D | thread_loop.c | 59 unsigned int i, len, thr; in main() local
|
| /kernel/linux/linux-6.6/tools/perf/tests/shell/coresight/memcpy_thread/ |
| D | memcpy_thread.c | 44 unsigned long i, len, size, thr; in main() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
| D | mmio_warning_test.c | 39 void *thr(void *arg) in thr() function
|
| /kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/ |
| D | mmio_warning_test.c | 39 void *thr(void *arg) in thr() function
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/ |
| D | tm-signal-pagefault.c | 140 pthread_t thr; in setup_uf_mem() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/tm/ |
| D | tm-signal-pagefault.c | 140 pthread_t thr; in setup_uf_mem() local
|
| /kernel/linux/linux-5.10/net/mac80211/ |
| D | sta_info.c | 2259 u32 thr = 0; in sta_set_sinfo() local 2525 u32 thr = 0; in sta_get_expected_throughput() local 2549 static void sta_update_codel_params(struct sta_info *sta, u32 thr) in sta_update_codel_params() 2566 u32 thr) in ieee80211_sta_set_expected_throughput()
|
| /kernel/linux/linux-6.6/net/mac80211/ |
| D | sta_info.c | 2594 u32 thr = 0; in sta_set_sinfo() local 2865 u32 thr = 0; in sta_get_expected_throughput() local 2889 static void sta_update_codel_params(struct sta_info *sta, u32 thr) in sta_update_codel_params() 2903 u32 thr) in ieee80211_sta_set_expected_throughput()
|
| /kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
| D | adf_heartbeat.c | 143 size_t thr; in check_ae() local
|
| /kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
| D | idle.c | 819 int cpu, cpu0, thr; in pnv_power9_force_smt4_catch() local 865 int cpu, cpu0, thr; in pnv_power9_force_smt4_release() local
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
| D | idle.c | 820 int cpu, cpu0, thr; in pnv_power9_force_smt4_catch() local 866 int cpu, cpu0, thr; in pnv_power9_force_smt4_release() local
|
| /kernel/linux/linux-5.10/arch/powerpc/kvm/ |
| D | book3s_hv.c | 734 int thr; in kvmppc_doorbell_pending() local 1198 int thr, cpu, pcpu, nthreads; in kvmppc_read_dpdes() local 1231 u32 inst, rb, thr; in kvmppc_emulate_doorbell_instr() local 2707 int thr; in on_primary_thread() local 3100 int pcpu, thr; in kvmppc_run_core() local
|
| /kernel/linux/linux-6.6/arch/powerpc/kvm/ |
| D | book3s_hv.c | 828 int thr; in kvmppc_doorbell_pending() local 1446 int thr, cpu, pcpu, nthreads; in kvmppc_read_dpdes() local 1479 u32 inst, rb, thr; in kvmppc_emulate_doorbell_instr() local 3330 int thr; in on_primary_thread() local 3722 int pcpu, thr; in kvmppc_run_core() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/cgroup/ |
| D | test_core.c | 629 pthread_t thr; in test_cgcore_thread_migration() local
|