Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dneighbour.h149 seqlock_t ha_lock; member
509 seq = read_seqbegin(&n->ha_lock); in neigh_ha_snapshot()
511 } while (read_seqretry(&n->ha_lock, seq)); in neigh_ha_snapshot()
/linux-4.1.27/net/decnet/
Ddn_neigh.c183 seq = read_seqbegin(&neigh->ha_lock); in dn_neigh_output()
186 } while (read_seqretry(&neigh->ha_lock, seq)); in dn_neigh_output()
/linux-4.1.27/net/core/
Dneighbour.c287 seqlock_init(&n->ha_lock); in neigh_alloc()
1168 write_seqlock(&neigh->ha_lock); in neigh_update()
1170 write_sequnlock(&neigh->ha_lock); in neigh_update()
1298 seq = read_seqbegin(&neigh->ha_lock); in neigh_resolve_output()
1301 } while (read_seqretry(&neigh->ha_lock, seq)); in neigh_resolve_output()
1327 seq = read_seqbegin(&neigh->ha_lock); in neigh_connected_output()
1330 } while (read_seqretry(&neigh->ha_lock, seq)); in neigh_connected_output()
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_target.c110 struct qla_tgt_srr_imm *imm, int ha_lock);