| /linux/kernel/power/ |
| A D | swap.c | 725 for (thr = 0; thr < nr_threads; thr++) { in save_image_lzo() 748 for (thr = 0; thr < nr_threads; thr++) { in save_image_lzo() 776 for (thr = 0; thr < nr_threads; thr++) { in save_image_lzo() 809 for (run_threads = thr, thr = 0; thr < run_threads; thr++) { in save_image_lzo() 870 for (thr = 0; thr < nr_threads; thr++) in save_image_lzo() 871 if (data[thr].thr) in save_image_lzo() 1217 for (thr = 0; thr < nr_threads; thr++) { in load_image_lzo() 1240 for (thr = 0; thr < nr_threads; thr++) { in load_image_lzo() 1388 for (run_threads = thr, thr = 0; thr < run_threads; thr++) { in load_image_lzo() 1464 for (thr = 0; thr < nr_threads; thr++) in load_image_lzo() [all …]
|
| /linux/arch/powerpc/platforms/powernv/ |
| A D | idle.c | 819 int cpu, cpu0, thr; in pnv_power9_force_smt4_catch() local 826 for (thr = 0; thr < threads_per_core; ++thr) { in pnv_power9_force_smt4_catch() 827 if (cpu != cpu0 + thr) in pnv_power9_force_smt4_catch() 832 for (thr = 0; thr < threads_per_core; ++thr) { in pnv_power9_force_smt4_catch() 836 poke_threads |= (1 << thr); in pnv_power9_force_smt4_catch() 842 for (thr = 0; thr < threads_per_core; ++thr) { in pnv_power9_force_smt4_catch() 851 for (thr = 0; thr < threads_per_core; ++thr) { in pnv_power9_force_smt4_catch() 855 poke_threads &= ~(1 << thr); in pnv_power9_force_smt4_catch() 865 int cpu, cpu0, thr; in pnv_power9_force_smt4_release() local 871 for (thr = 0; thr < threads_per_core; ++thr) { in pnv_power9_force_smt4_release() [all …]
|
| /linux/Documentation/devicetree/bindings/sound/ |
| A D | da7219.txt | 51 - dlg,mic-det-thr : Impedance threshold for mic detection measurement (Ohms) 59 - dlg,a-d-btn-thr : Impedance threshold between buttons A and D 61 - dlg,d-b-btn-thr : Impedance threshold between buttons D and B 63 - dlg,b-c-btn-thr : Impedance threshold between buttons B and C 65 - dlg,c-mic-btn-thr : Impedance threshold between button C and Mic 99 dlg,mic-det-thr = <500>; 104 dlg,a-d-btn-thr = <0xa>; 105 dlg,d-b-btn-thr = <0x16>; 106 dlg,b-c-btn-thr = <0x21>; 107 dlg,c-mic-btn-thr = <0x3E>;
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| A D | mt8183-kukui-audio-da7219.dtsi | 29 dlg,mic-det-thr = <500>; 34 dlg,a-d-btn-thr = <0xa>; 35 dlg,d-b-btn-thr = <0x16>; 36 dlg,b-c-btn-thr = <0x21>; 37 dlg,c-mic-btn-thr = <0x3E>;
|
| /linux/drivers/tty/serial/ |
| A 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
|
| A D | pch_uart.c | 557 unsigned int thr; in pch_uart_hal_write() local 560 thr = buf[i++]; in pch_uart_hal_write() 561 iowrite8(thr, priv->membase + PCH_UART_THR); in pch_uart_hal_write()
|
| /linux/tools/testing/selftests/futex/functional/ |
| A D | futex_wait_private_mapped_file.c | 74 pthread_t thr; in main() local 102 ret = pthread_create(&thr, NULL, thr_futex_wait, NULL); in main() 120 pthread_join(thr, NULL); in main()
|
| A D | futex_wait_uninitialized_heap.c | 70 pthread_t thr; in main() local 104 ret = pthread_create(&thr, NULL, wait_thread, NULL); in main()
|
| /linux/drivers/staging/media/atomisp/pci/isp/kernels/bnlm/ |
| A D | ia_css_bnlm.host.c | 71 lut->thr[0][i] = 0; in bnlm_lut_encode() 77 lut->thr[0][i] = lut_thr[i]; in bnlm_lut_encode() 87 lut->thr[0][blk_offset + i] = lut->thr[0][i]; in bnlm_lut_encode()
|
| A D | ia_css_bnlm_param.h | 23 VMEM_ARRAY(thr, ISP_VEC_NELEMS); /* thresholds */
|
| /linux/arch/powerpc/kernel/ |
| A D | process.c | 926 tm_reclaim(thr, cause); in tm_reclaim_thread() 940 if ((thr->ckpt_regs.msr & MSR_FP) == 0) in tm_reclaim_thread() 941 memcpy(&thr->ckfp_state, &thr->fp_state, in tm_reclaim_thread() 943 if ((thr->ckpt_regs.msr & MSR_VEC) == 0) in tm_reclaim_thread() 944 memcpy(&thr->ckvr_state, &thr->vr_state, in tm_reclaim_thread() 968 if (!thr->regs) in tm_reclaim_task() 971 if (!MSR_TM_ACTIVE(thr->regs->msr)) in tm_reclaim_task() 978 tsk->pid, thr->regs->nip, in tm_reclaim_task() 979 thr->regs->ccr, thr->regs->msr, in tm_reclaim_task() 980 thr->regs->trap); in tm_reclaim_task() [all …]
|
| /linux/tools/testing/selftests/kvm/x86_64/ |
| A D | mmio_warning_test.c | 39 void *thr(void *arg) in thr() function 72 pthread_create(&th[i], NULL, thr, (void *)(uintptr_t)&tc); in test()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | rx.c | 214 u16 thr; in iwl_mvm_rx_handle_tcm() local 248 thr = thresh_tpt[rate_n_flags & RATE_HT_MCS_RATE_CODE_MSK_V1]; in iwl_mvm_rx_handle_tcm() 249 thr *= 1 + ((rate_n_flags & RATE_HT_MCS_NSS_MSK_V1) >> in iwl_mvm_rx_handle_tcm() 255 thr = thresh_tpt[rate_n_flags & RATE_VHT_MCS_RATE_CODE_MSK]; in iwl_mvm_rx_handle_tcm() 256 thr *= 1 + ((rate_n_flags & RATE_VHT_MCS_NSS_MSK) >> in iwl_mvm_rx_handle_tcm() 260 thr <<= ((rate_n_flags & RATE_MCS_CHAN_WIDTH_MSK_V1) >> in iwl_mvm_rx_handle_tcm() 264 ewma_rate_add(&mdata->uapsd_nonagg_detect.rate, thr); in iwl_mvm_rx_handle_tcm()
|
| /linux/arch/powerpc/kvm/ |
| A D | book3s_hv.c | 729 int thr; in kvmppc_doorbell_pending() local 1344 for (thr = 0; thr < nthreads; ++thr, ++cpu) { in kvmppc_read_dpdes() 1357 dpdes |= 1 << thr; in kvmppc_read_dpdes() 1370 u32 inst, rb, thr; in kvmppc_emulate_doorbell_instr() local 1407 arg = thr; in kvmppc_emulate_doorbell_instr() 3077 int thr; in on_primary_thread() local 3083 thr = 0; in on_primary_thread() 3089 for (thr = 1; thr < threads_per_subcore; ++thr) { in on_primary_thread() 3465 int pcpu, thr; in kvmppc_run_core() local 3586 for (thr = 0; thr < controlled_threads; ++thr) { in kvmppc_run_core() [all …]
|
| /linux/tools/testing/selftests/powerpc/tm/ |
| A D | tm-signal-pagefault.c | 140 pthread_t thr; in setup_uf_mem() local 186 ret = pthread_create(&thr, NULL, fault_handler_thread, (void *) uffd); in setup_uf_mem()
|
| /linux/net/mac80211/ |
| A D | sta_info.c | 2293 u32 thr = 0; in sta_set_sinfo() local 2525 thr = sta_get_expected_throughput(sta); in sta_set_sinfo() 2527 if (thr != 0) { in sta_set_sinfo() 2529 sinfo->expected_throughput = thr; in sta_set_sinfo() 2559 u32 thr = 0; in sta_get_expected_throughput() local 2566 thr = ref->ops->get_expected_throughput(sta->rate_ctrl_priv); in sta_get_expected_throughput() 2568 thr = drv_get_expected_throughput(local, sta); in sta_get_expected_throughput() 2570 return thr; in sta_get_expected_throughput() 2588 if (thr && thr < STA_SLOW_THRESHOLD * sta->local->num_sta) { in sta_update_codel_params() 2600 u32 thr) in ieee80211_sta_set_expected_throughput() argument [all …]
|
| /linux/tools/perf/util/ |
| A D | svghelper.c | 703 int thr; in scan_thread_topology() local 709 for_each_set_bit(thr, cpumask_bits(&t->sib_thr[i]), nr_cpus) in scan_thread_topology() 710 if (map[thr] == -1) in scan_thread_topology() 711 map[thr] = (*pos)++; in scan_thread_topology()
|
| /linux/drivers/staging/media/meson/vdec/ |
| A D | codec_vp9.c | 550 unsigned int thr; in vp9_loop_filter_init() local 552 thr = ((lfi->lfthr[i * 2 + 1].lim & 0x3f) << 8) | in vp9_loop_filter_init() 554 thr = (thr << 16) | ((lfi->lfthr[i * 2].lim & 0x3f) << 8) | in vp9_loop_filter_init() 557 amvdec_write_dos(core, HEVC_DBLK_CFG9, thr); in vp9_loop_filter_init() 596 unsigned int thr; in vp9_loop_filter_frame_init() local 598 thr = ((lfi->lfthr[i * 2 + 1].lim & 0x3f) << 8) | in vp9_loop_filter_frame_init() 600 thr = (thr << 16) | in vp9_loop_filter_frame_init() 604 amvdec_write_dos(core, HEVC_DBLK_CFG9, thr); in vp9_loop_filter_frame_init()
|
| /linux/Documentation/devicetree/bindings/usb/ |
| A D | snps,dwc3.yaml | 263 snps,rx-thr-num-pkt-prd: 275 snps,rx-thr-num-pkt-prd to a valid, non-zero value 1-16 (DWC_usb31 281 snps,tx-thr-num-pkt-prd: 293 snps,tx-thr-num-pkt-prd to a valid, non-zero value 1-16 (DWC_usb31
|
| /linux/arch/sh/include/asm/ |
| A D | smc37c93x.h | 85 #define thr rbr macro
|
| /linux/tools/testing/selftests/cgroup/ |
| A D | test_core.c | 627 pthread_t thr; in test_cgcore_thread_migration() local 651 if (pthread_create(&thr, NULL, migrating_thread_fn, grps)) in test_cgcore_thread_migration() 654 if (pthread_join(thr, &retval)) in test_cgcore_thread_migration()
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| A D | rk3399-gru.dtsi | 423 dlg,mic-det-thr = <500>; 428 dlg,a-d-btn-thr = <0xa>; 429 dlg,d-b-btn-thr = <0x16>; 430 dlg,b-c-btn-thr = <0x21>; 431 dlg,c-mic-btn-thr = <0x3E>;
|
| /linux/drivers/ipack/devices/ |
| A D | scc2698.h | 33 u8 d3, thr; /* Transmit holding register */ member
|
| /linux/arch/x86/events/intel/ |
| A D | uncore_nhmex.c | 875 DEFINE_UNCORE_FORMAT_ATTR(thr, thr, "config1:0-31");
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| A D | cfg80211.c | 4345 u32 thr, retry; in mwifiex_register_cfg80211() local 4493 HostCmd_ACT_GEN_GET, FRAG_THRESH_I, &thr, true); in mwifiex_register_cfg80211() 4494 wiphy->frag_threshold = thr; in mwifiex_register_cfg80211() 4496 HostCmd_ACT_GEN_GET, RTS_THRESH_I, &thr, true); in mwifiex_register_cfg80211() 4497 wiphy->rts_threshold = thr; in mwifiex_register_cfg80211()
|