/linux-6.12.1/fs/bcachefs/ |
D | thread_with_file.c | 14 void bch2_thread_with_file_exit(struct thread_with_file *thr) in bch2_thread_with_file_exit() 22 int bch2_run_thread_with_file(struct thread_with_file *thr, in bch2_run_thread_with_file() 106 static void thread_with_stdio_done(struct thread_with_stdio *thr) in thread_with_stdio_done() 117 struct thread_with_stdio *thr = in thread_with_stdio_read() local 156 struct thread_with_stdio *thr = in thread_with_stdio_release() local 170 struct thread_with_stdio *thr = in thread_with_stdio_write() local 226 struct thread_with_stdio *thr = in thread_with_stdio_poll() local 245 struct thread_with_stdio *thr = in thread_with_stdout_poll() local 261 struct thread_with_stdio *thr = in thread_with_stdio_flush() local 269 struct thread_with_stdio *thr = in thread_with_stdio_ioctl() local [all …]
|
D | chardev.c | 131 struct thread_with_stdio thr; member 138 struct fsck_thread *thr = container_of(_thr, struct fsck_thread, thr); in bch2_fsck_thread_exit() local 144 struct fsck_thread *thr = container_of(stdio, struct fsck_thread, thr); in bch2_fsck_offline_thread_fn() local 176 struct fsck_thread *thr = NULL; in bch2_ioctl_fsck_offline() local 427 struct thread_with_file thr; member 780 struct fsck_thread *thr = container_of(stdio, struct fsck_thread, thr); in bch2_fsck_online_thread_fn() local 821 struct fsck_thread *thr = NULL; in bch2_ioctl_fsck_online() local
|
D | thread_with_file.h | 61 struct thread_with_file thr; member
|
/linux-6.12.1/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
|
/linux-6.12.1/tools/testing/selftests/mm/ |
D | pkey_sighandler_tests.c | 162 pthread_t thr; in test_sigsegv_handler_with_pkey0_disabled() local 202 pthread_t thr; in test_sigsegv_handler_cannot_access_stack() local
|
/linux-6.12.1/kernel/power/ |
D | swap.c | 595 struct task_struct *thr; /* thread */ member 637 struct task_struct *thr; /* thread */ member 704 unsigned thr, run_threads, nr_threads; in save_compressed_image() local 1144 struct task_struct *thr; /* thread */ member 1210 unsigned i, thr, run_threads, nr_threads; in load_compressed_image() local
|
/linux-6.12.1/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
|
/linux-6.12.1/drivers/crypto/intel/qat/qat_common/ |
D | adf_heartbeat_inject.c | 24 u32 thr) in adf_set_hb_counters_fail()
|
D | adf_hw_arbiter.c | 107 int adf_disable_arb_thd(struct adf_accel_dev *accel_dev, u32 ae, u32 thr) in adf_disable_arb_thd()
|
D | adf_heartbeat.c | 138 size_t thr; in check_ae() local
|
/linux-6.12.1/tools/perf/tests/shell/coresight/thread_loop/ |
D | thread_loop.c | 59 unsigned int i, len, thr; in main() local
|
/linux-6.12.1/tools/perf/tests/shell/coresight/unroll_loop_thread/ |
D | unroll_loop_thread.c | 53 unsigned int i, thr; in main() local
|
/linux-6.12.1/tools/perf/tests/shell/coresight/memcpy_thread/ |
D | memcpy_thread.c | 44 unsigned long i, len, size, thr; in main() local
|
/linux-6.12.1/tools/testing/selftests/powerpc/tm/ |
D | tm-signal-pagefault.c | 140 pthread_t thr; in setup_uf_mem() local
|
/linux-6.12.1/drivers/gpu/drm/imagination/ |
D | pvr_rogue_meta.h | 44 #define META_CR_PERF_COUNT(ctrl, thr) \ argument 73 #define META_CR_CORE_REG(thr, reg_num, unit) \ argument
|
/linux-6.12.1/net/mac80211/ |
D | sta_info.c | 2571 u32 thr = 0; in sta_set_sinfo() local 2843 u32 thr = 0; in sta_get_expected_throughput() local 2867 static void sta_update_codel_params(struct sta_info *sta, u32 thr) in sta_update_codel_params() 2881 u32 thr) in ieee80211_sta_set_expected_throughput()
|
/linux-6.12.1/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
|
/linux-6.12.1/arch/powerpc/kvm/ |
D | book3s_hv.c | 879 int thr; in kvmppc_doorbell_pending() local 1501 int thr, cpu, pcpu, nthreads; in kvmppc_read_dpdes() local 1534 u32 inst, rb, thr; in kvmppc_emulate_doorbell_instr() local 3421 int thr; in on_primary_thread() local 3813 int pcpu, thr; in kvmppc_run_core() local
|
/linux-6.12.1/tools/testing/selftests/cgroup/ |
D | test_core.c | 629 pthread_t thr; in test_cgcore_thread_migration() local
|
/linux-6.12.1/arch/sh/include/asm/ |
D | smc37c93x.h | 85 #define thr rbr macro
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | process.c | 931 static void tm_reclaim_thread(struct thread_struct *thr, uint8_t cause) in tm_reclaim_thread() 993 struct thread_struct *thr = &tsk->thread; in tm_reclaim_task() local
|
/linux-6.12.1/drivers/mmc/host/ |
D | mmci_stm32_sdmmc.c | 415 u32 thr = 0; in sdmmc_get_dctrl_cfg() local
|
/linux-6.12.1/tools/perf/util/ |
D | svghelper.c | 703 int thr; in scan_thread_topology() local
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | rx.c | 214 u16 thr; in iwl_mvm_rx_handle_tcm() local
|