/linux-4.4.14/kernel/power/ |
D | swap.c | 560 struct task_struct *thr; /* thread */ member 583 d->thr = NULL; in crc32_threadfn() 602 struct task_struct *thr; /* thread */ member 626 d->thr = NULL; in lzo_compress_threadfn() 661 unsigned thr, run_threads, nr_threads; in save_image_lzo() local 688 for (thr = 0; thr < nr_threads; thr++) in save_image_lzo() 689 memset(&data[thr], 0, offsetof(struct cmp_data, go)); in save_image_lzo() 702 for (thr = 0; thr < nr_threads; thr++) { in save_image_lzo() 703 init_waitqueue_head(&data[thr].go); in save_image_lzo() 704 init_waitqueue_head(&data[thr].done); in save_image_lzo() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | da7219.txt | 48 - dlg,mic-det-thr : Impedance threshold for mic detection measurement (Ohms) 56 - dlg,a-d-btn-thr : Impedance threshold between buttons A and D 58 - dlg,d-b-btn-thr : Impedance threshold between buttons D and B 60 - dlg,b-c-btn-thr : Impedance threshold between buttons B and C 62 - dlg,c-mic-btn-thr : Impedance threshold between button C and Mic 93 dlg,mic-det-thr = <500>; 98 dlg,a-d-btn-thr = <0xa>; 99 dlg,d-b-btn-thr = <0x16>; 100 dlg,b-c-btn-thr = <0x21>; 101 dlg,c-mic-btn-thr = <0x3E>;
|
/linux-4.4.14/include/linux/ |
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
|
/linux-4.4.14/tools/testing/selftests/futex/functional/ |
D | futex_wait_private_mapped_file.c | 77 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()
|
D | futex_wait_uninitialized_heap.c | 73 pthread_t thr; in main() local 105 ret = pthread_create(&thr, NULL, wait_thread, NULL); in main()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | process.c | 531 static void tm_reclaim_thread(struct thread_struct *thr, in tm_reclaim_thread() argument 543 msr_diff = thr->ckpt_regs.msr & ~thr->regs->msr; in tm_reclaim_thread() 545 memcpy(&thr->transact_fp, &thr->fp_state, in tm_reclaim_thread() 548 memcpy(&thr->transact_vr, &thr->vr_state, in tm_reclaim_thread() 572 tm_reclaim(thr, thr->regs->msr, cause); in tm_reclaim_thread() 580 thr->regs->msr |= msr_diff; in tm_reclaim_thread() 601 struct thread_struct *thr = &tsk->thread; in tm_reclaim_task() local 603 if (!thr->regs) in tm_reclaim_task() 606 if (!MSR_TM_ACTIVE(thr->regs->msr)) in tm_reclaim_task() 615 thr->ckpt_regs.msr = thr->regs->msr; in tm_reclaim_task() [all …]
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_hv.c | 1865 int thr; in on_primary_thread() local 1871 thr = 0; in on_primary_thread() 1872 while (++thr < threads_per_subcore) in on_primary_thread() 1873 if (cpu_online(cpu + thr)) in on_primary_thread() 1877 for (thr = 1; thr < threads_per_subcore; ++thr) { in on_primary_thread() 1878 if (kvmppc_grab_hwthread(cpu + thr)) { in on_primary_thread() 1881 kvmppc_release_hwthread(cpu + thr); in on_primary_thread() 1882 } while (--thr > 0); in on_primary_thread() 2011 int thr; in can_split_piggybacked_subcores() local 2037 thr = 0; in can_split_piggybacked_subcores() [all …]
|
/linux-4.4.14/arch/ia64/include/asm/sn/ |
D | ioc3.h | 31 char thr; /* write only, DLAB == 0 */ member 41 #define iu_thr u1.thr
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | dm365_ipipeif_user.h | 41 unsigned short thr; member
|
D | dm365_ipipeif.c | 85 val |= dpc->thr & IPIPEIF_DPC2_THR_MASK; in ipipeif_config_dpc() 412 ipipeif->config.if_5_1.dpc.thr = config->if_5_1.dpc.thr; in ipipeif_set_config() 448 config->if_5_1.dpc.thr = ipipeif->config.if_5_1.dpc.thr; in ipipeif_get_config()
|
D | davinci_vpfe_user.h | 742 unsigned short thr[VPFE_IPIPE_NF_THR_TABLE_SIZE]; member 780 unsigned short thr; member
|
D | dm365_ipipe_hw.c | 566 regw_ip(base_addr, noise_filter->thr[count] & D2F_THR_VAL_MASK, in ipipe_set_d2f_regs() 599 regw_ip(base_addr, gic->thr & GIC_THR_MASK, GIC_THR); in ipipe_set_gic_regs()
|
D | dm365_ipipe.c | 216 if (nf_param->thr[i] > D2F_THR_VAL_MASK) in ipipe_validate_nf_params() 291 gic->thr > GIC_THR_MASK || gic->slope > GIC_SLOPE_MASK || in ipipe_validate_gic_params()
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | bfin_serial.h | 226 u32 thr; member 243 __BFP(thr); 248 u16 thr;
|
/linux-4.4.14/arch/sh/include/asm/ |
D | smc37c93x.h | 84 #define thr rbr macro
|
/linux-4.4.14/tools/perf/util/ |
D | svghelper.c | 703 int thr; in scan_thread_topology() local 709 for_each_set_bit(thr, in scan_thread_topology() 712 if (map[thr] == -1) in scan_thread_topology() 713 map[thr] = (*pos)++; in scan_thread_topology()
|
/linux-4.4.14/arch/mips/include/asm/sn/ |
D | ioc3.h | 14 volatile u8 thr; /* write only, DLAB == 0 */ member 33 #define iu_thr u1.thr
|
/linux-4.4.14/drivers/ipack/devices/ |
D | scc2698.h | 36 u8 d3, thr; /* Transmit holding register */ member
|
D | ipoctal.c | 205 iowrite8(value, &channel->regs->w.thr); in ipoctal_irq_tx()
|
/linux-4.4.14/net/mac80211/ |
D | sta_info.c | 1864 u32 thr = 0; in sta_set_sinfo() local 2071 thr = ref->ops->get_expected_throughput(sta->rate_ctrl_priv); in sta_set_sinfo() 2073 thr = drv_get_expected_throughput(local, &sta->sta); in sta_set_sinfo() 2075 if (thr != 0) { in sta_set_sinfo() 2077 sinfo->expected_throughput = thr; in sta_set_sinfo()
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_uncore_nhmex.c | 868 DEFINE_UNCORE_FORMAT_ATTR(thr, thr, "config1:0-31");
|
/linux-4.4.14/drivers/tty/serial/ |
D | pch_uart.c | 580 unsigned int thr; in pch_uart_hal_write() local 583 thr = buf[i++]; in pch_uart_hal_write() 584 iowrite8(thr, priv->membase + PCH_UART_THR); in pch_uart_hal_write()
|
D | ioc4_serial.c | 270 char thr; /* write only, DLAB == 0 */ member
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 1911 int (*so_thr_init)(struct ptlrpc_thread *thr); 1916 void (*so_thr_done)(struct ptlrpc_thread *thr);
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | cfg80211.c | 3767 u32 thr, retry; in mwifiex_register_cfg80211() local 3873 HostCmd_ACT_GEN_GET, FRAG_THRESH_I, &thr, true); in mwifiex_register_cfg80211() 3874 wiphy->frag_threshold = thr; in mwifiex_register_cfg80211() 3876 HostCmd_ACT_GEN_GET, RTS_THRESH_I, &thr, true); in mwifiex_register_cfg80211() 3877 wiphy->rts_threshold = thr; in mwifiex_register_cfg80211()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | debug-mmrs.c | 557 __UART(THR, thr); in bfin_debug_mmrs_uart() 561 __UART(THR, thr); in bfin_debug_mmrs_uart()
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-mio-defs.h | 4685 uint64_t thr:8; member 4687 uint64_t thr:8; 5182 uint64_t thr:8; member 5184 uint64_t thr:8;
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_state.c | 381 struct tasklet_hrtimer *thr = container_of(me, struct tasklet_hrtimer, timer); in xfrm_timer_handler() local 382 struct xfrm_state *x = container_of(thr, struct xfrm_state, mtimer); in xfrm_timer_handler()
|