Home
last modified time | relevance | path

Searched refs:hh_lock (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/include/net/
A Dneighbour.h485 seq = read_seqbegin(&hh->hh_lock); in neigh_hh_bridge()
488 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_bridge()
500 seq = read_seqbegin(&hh->hh_lock); in neigh_hh_output()
522 } while (read_seqretry(&hh->hh_lock, seq)); in neigh_hh_output()
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_ptp.c1971 u32 hh_lock, hh_art_ctl; in ice_ptp_get_syncdevicetime() local
1975 hh_lock = rd32(hw, PFHH_SEM + (PFTSYN_SEM_BYTES * hw->pf_id)); in ice_ptp_get_syncdevicetime()
1976 if (hh_lock & PFHH_SEM_BUSY_M) { in ice_ptp_get_syncdevicetime()
2013 hh_lock = rd32(hw, PFHH_SEM + (PFTSYN_SEM_BYTES * hw->pf_id)); in ice_ptp_get_syncdevicetime()
2014 hh_lock = hh_lock & ~PFHH_SEM_BUSY_M; in ice_ptp_get_syncdevicetime()
2015 wr32(hw, PFHH_SEM + (PFTSYN_SEM_BYTES * hw->pf_id), hh_lock); in ice_ptp_get_syncdevicetime()
/linux-6.3-rc2/net/core/
A Dneighbour.c497 seqlock_init(&n->hh.hh_lock); in neigh_alloc()
1291 write_seqlock_bh(&hh->hh_lock); in neigh_update_hhs()
1293 write_sequnlock_bh(&hh->hh_lock); in neigh_update_hhs()
/linux-6.3-rc2/include/linux/
A Dnetdevice.h280 seqlock_t hh_lock; member

Completed in 30 milliseconds