Searched refs:hh_lock (Results 1 – 4 of 4) sorted by relevance
485 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()
1971 u32 hh_lock, hh_art_ctl; in ice_ptp_get_syncdevicetime() local1975 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()
497 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()
280 seqlock_t hh_lock; member
Completed in 30 milliseconds