Searched refs:ofl (Results 1 – 3 of 3) sorted by relevance
1671 bool ofl = cpu_is_offline(cpu); in trc_inspect_reader() local 1673 if (task_curr(t) && !ofl) { in trc_inspect_reader() 1690 WARN_ON_ONCE(ofl && task_curr(t) && (t != idle_task(task_cpu(t)))); in trc_inspect_reader() 1691 if (IS_ENABLED(CONFIG_TASKS_TRACE_RCU_READ_MB) && ofl) in trc_inspect_reader()
420 u32 ofl; in set_ipv6_fl() local 422 ofl = nh->flow_lbl[0] << 16 | nh->flow_lbl[1] << 8 | nh->flow_lbl[2]; in set_ipv6_fl() 423 fl = OVS_MASKED(ofl, fl, mask); in set_ipv6_fl() 431 csum_replace(&skb->csum, (__force __wsum)htonl(ofl), (__force __wsum)htonl(fl)); in set_ipv6_fl()
757 u32 ofl; in talitos_rng_data_present() local 761 ofl = in_be32(priv->reg_rngu + TALITOS_EUSR_LO) & in talitos_rng_data_present() 763 if (ofl || !wait) in talitos_rng_data_present() 768 return !!ofl; in talitos_rng_data_present()