Home
last modified time | relevance | path

Searched refs:touched (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dtouchwin.c16 * constantly outputs a stream of 0's unless it is touched.
52 int touched; member
64 tw->touched = 1; in tw_interrupt()
74 } else if (tw->touched) { /* untouch */ in tw_interrupt()
78 tw->touched = 0; in tw_interrupt()
H A Dhp680_ts_input.c30 int touched = 0; in do_softint() local
54 touched = __raw_readb(PHDR) & PHDR_TS_PEN_DOWN; in do_softint()
57 if (touched) { in do_softint()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dtouchwin.c16 * constantly outputs a stream of 0's unless it is touched.
52 int touched; member
64 tw->touched = 1; in tw_interrupt()
74 } else if (tw->touched) { /* untouch */ in tw_interrupt()
78 tw->touched = 0; in tw_interrupt()
H A Dhp680_ts_input.c30 int touched = 0; in do_softint() local
54 touched = __raw_readb(PHDR) & PHDR_TS_PEN_DOWN; in do_softint()
57 if (touched) { in do_softint()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dnmi.c84 unsigned int sum, touched = 0; in perfctr_irq() local
97 touched = 1; in perfctr_irq()
104 touched = 1; in perfctr_irq()
106 if (!touched && __this_cpu_read(last_irq_sum) == sum) { in perfctr_irq()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dnmi.c89 unsigned int sum, touched = 0; in perfctr_irq() local
102 touched = 1; in perfctr_irq()
109 touched = 1; in perfctr_irq()
111 if (!touched && __this_cpu_read(last_irq_sum) == sum) { in perfctr_irq()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dtc_counters.c92 unsigned long touched; in efx_tc_counter_work() local
96 touched = READ_ONCE(cnt->touched); in efx_tc_counter_work()
104 if (time_after_eq(encap->neigh->used, touched)) in efx_tc_counter_work()
106 encap->neigh->used = touched; in efx_tc_counter_work()
144 cnt->touched = jiffies; in efx_tc_flower_allocate_counter()
361 cnt->touched = jiffies; in efx_tc_counter_update()
H A Dtc_counters.h34 unsigned long touched; member
H A Dtc_conntrack.c441 flow_stats_update(&tc->stats, 0, 0, 0, cnt->touched, in efx_tc_ct_stats()
H A Dtc.c2305 packets - cnt->old_packets, 0, cnt->touched, in efx_tc_flower_stats()
/kernel/linux/linux-5.10/mm/
H A Dslab.c188 unsigned int touched; member
528 ac->touched = 0; in init_arraycache()
1785 cpu_cache_get(cachep)->touched = 0; in setup_cpu_cache()
2911 if (!ac->touched && batchcount > BATCHREFILL_LIMIT) { in cache_alloc_refill()
2931 shared->touched = 1; in cache_alloc_refill()
2977 ac->touched = 1; in cache_alloc_refill()
3038 ac->touched = 1; in ____cache_alloc()
3926 if (ac->touched) { in drain_array()
3927 ac->touched = 0; in drain_array()
/kernel/linux/linux-6.6/mm/
H A Dslab.c189 unsigned int touched; member
528 ac->touched = 0; in init_arraycache()
1774 cpu_cache_get(cachep)->touched = 0; in setup_cpu_cache()
2871 if (!ac->touched && batchcount > BATCHREFILL_LIMIT) { in cache_alloc_refill()
2891 shared->touched = 1; in cache_alloc_refill()
2937 ac->touched = 1; in cache_alloc_refill()
2991 ac->touched = 1; in ____cache_alloc()
3786 if (ac->touched) { in drain_array()
3787 ac->touched = 0; in drain_array()
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.h219 u64 touched; member
H A Dsja1105_static_config.c279 sja1105_packing(buf, &entry->touched, 159, 159, size, op); in sja1105pqrs_l2_lookup_entry_packing()
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dentry-header.S99 @ r0-r7 are used for signals and never touched from now on. Clobbering
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dentry-header.S98 @ r0-r7 are used for signals and never touched from now on. Clobbering
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.h273 u64 touched; member
H A Dsja1105_static_config.c373 sja1105_packing(buf, &entry->touched, 159, 159, size, op); in sja1105pqrs_l2_lookup_entry_packing()
401 sja1105_packing(buf, &entry->touched, 168, 168, size, op); in sja1110_l2_lookup_entry_packing()
/kernel/linux/linux-5.10/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c132 unsigned long touched; member
1911 fdb->touched = jiffies; in ofdpa_port_fdb()
1922 found->touched = jiffies; in ofdpa_port_fdb()
2001 expires = entry->touched + ofdpa_port->ageing_time; in ofdpa_fdb_cleanup()
/kernel/linux/linux-6.6/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c132 unsigned long touched; member
1912 fdb->touched = jiffies; in ofdpa_port_fdb()
1923 found->touched = jiffies; in ofdpa_port_fdb()
2002 expires = entry->touched + ofdpa_port->ageing_time; in ofdpa_fdb_cleanup()
/kernel/linux/linux-5.10/kernel/
H A Dworkqueue.c5811 unsigned long pool_ts, touched, ts; in wq_watchdog_timer_fn() local
5822 /* get the latest of pool and touched timestamps */ in wq_watchdog_timer_fn()
5824 touched = READ_ONCE(wq_watchdog_touched); in wq_watchdog_timer_fn()
5826 if (time_after(pool_ts, touched)) in wq_watchdog_timer_fn()
5829 ts = touched; in wq_watchdog_timer_fn()
/kernel/linux/linux-6.6/kernel/
H A Dworkqueue.c6900 unsigned long pool_ts, touched, ts; in wq_watchdog_timer_fn() local
6912 /* get the latest of pool and touched timestamps */ in wq_watchdog_timer_fn()
6914 touched = READ_ONCE(per_cpu(wq_watchdog_touched_cpu, pool->cpu)); in wq_watchdog_timer_fn()
6916 touched = READ_ONCE(wq_watchdog_touched); in wq_watchdog_timer_fn()
6919 if (time_after(pool_ts, touched)) in wq_watchdog_timer_fn()
6922 ts = touched; in wq_watchdog_timer_fn()

Completed in 50 milliseconds