Home
last modified time | relevance | path

Searched refs:thr (Results 1 – 24 of 24) sorted by relevance

/linux-4.1.27/kernel/power/
Dswap.c486 struct task_struct *thr; /* thread */ member
509 d->thr = NULL; in crc32_threadfn()
528 struct task_struct *thr; /* thread */ member
552 d->thr = NULL; in lzo_compress_threadfn()
587 unsigned thr, run_threads, nr_threads; in save_image_lzo() local
612 for (thr = 0; thr < nr_threads; thr++) in save_image_lzo()
613 memset(&data[thr], 0, offsetof(struct cmp_data, go)); in save_image_lzo()
626 for (thr = 0; thr < nr_threads; thr++) { in save_image_lzo()
627 init_waitqueue_head(&data[thr].go); in save_image_lzo()
628 init_waitqueue_head(&data[thr].done); in save_image_lzo()
[all …]
/linux-4.1.27/arch/powerpc/kernel/
Dprocess.c531 static void tm_reclaim_thread(struct thread_struct *thr, in tm_reclaim_thread() argument
543 msr_diff = thr->tm_orig_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->tm_orig_msr = thr->regs->msr; in tm_reclaim_task()
[all …]
/linux-4.1.27/arch/ia64/include/asm/sn/
Dioc3.h31 char thr; /* write only, DLAB == 0 */ member
41 #define iu_thr u1.thr
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
Ddm365_ipipeif_user.h41 unsigned short thr; member
Ddm365_ipipeif.c85 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()
Ddavinci_vpfe_user.h742 unsigned short thr[VPFE_IPIPE_NF_THR_TABLE_SIZE]; member
780 unsigned short thr; member
Ddm365_ipipe_hw.c566 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()
Ddm365_ipipe.c216 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.1.27/arch/blackfin/include/asm/
Dbfin_serial.h226 u32 thr; member
243 __BFP(thr);
248 u16 thr;
/linux-4.1.27/arch/sh/include/asm/
Dsmc37c93x.h84 #define thr rbr macro
/linux-4.1.27/tools/perf/util/
Dsvghelper.c703 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.1.27/arch/mips/include/asm/sn/
Dioc3.h14 volatile u8 thr; /* write only, DLAB == 0 */ member
33 #define iu_thr u1.thr
/linux-4.1.27/drivers/ipack/devices/
Dscc2698.h36 u8 d3, thr; /* Transmit holding register */ member
Dipoctal.c205 iowrite8(value, &channel->regs->w.thr); in ipoctal_irq_tx()
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_hv.c1848 int thr; in on_primary_thread() local
1854 thr = 0; in on_primary_thread()
1855 while (++thr < threads_per_subcore) in on_primary_thread()
1856 if (cpu_online(cpu + thr)) in on_primary_thread()
1860 for (thr = 1; thr < threads_per_subcore; ++thr) { in on_primary_thread()
1861 if (kvmppc_grab_hwthread(cpu + thr)) { in on_primary_thread()
1864 kvmppc_release_hwthread(cpu + thr); in on_primary_thread()
1865 } while (--thr > 0); in on_primary_thread()
/linux-4.1.27/net/mac80211/
Dsta_info.c1803 u32 thr = 0; in sta_set_sinfo() local
2002 thr = ref->ops->get_expected_throughput(sta->rate_ctrl_priv); in sta_set_sinfo()
2004 thr = drv_get_expected_throughput(local, &sta->sta); in sta_set_sinfo()
2006 if (thr != 0) { in sta_set_sinfo()
2008 sinfo->expected_throughput = thr; in sta_set_sinfo()
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dcfg80211.c3489 u32 thr, retry; in mwifiex_register_cfg80211() local
3583 HostCmd_ACT_GEN_GET, FRAG_THRESH_I, &thr, true); in mwifiex_register_cfg80211()
3584 wiphy->frag_threshold = thr; in mwifiex_register_cfg80211()
3586 HostCmd_ACT_GEN_GET, RTS_THRESH_I, &thr, true); in mwifiex_register_cfg80211()
3587 wiphy->rts_threshold = thr; in mwifiex_register_cfg80211()
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_uncore_nhmex.c868 DEFINE_UNCORE_FORMAT_ATTR(thr, thr, "config1:0-31");
/linux-4.1.27/drivers/tty/serial/
Dpch_uart.c580 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()
Dioc4_serial.c270 char thr; /* write only, DLAB == 0 */ member
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1925 int (*so_thr_init)(struct ptlrpc_thread *thr);
1930 void (*so_thr_done)(struct ptlrpc_thread *thr);
/linux-4.1.27/arch/blackfin/kernel/
Ddebug-mmrs.c557 __UART(THR, thr); in bfin_debug_mmrs_uart()
561 __UART(THR, thr); in bfin_debug_mmrs_uart()
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-mio-defs.h4685 uint64_t thr:8; member
4687 uint64_t thr:8;
5182 uint64_t thr:8; member
5184 uint64_t thr:8;
/linux-4.1.27/net/xfrm/
Dxfrm_state.c381 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()