Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dneighbour.h150 seqlock_t ha_lock; member
510 seq = read_seqbegin(&n->ha_lock); in neigh_ha_snapshot()
512 } while (read_seqretry(&n->ha_lock, seq)); in neigh_ha_snapshot()
/linux-4.4.14/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.4.14/net/core/
Dneighbour.c291 seqlock_init(&n->ha_lock); in neigh_alloc()
1175 write_seqlock(&neigh->ha_lock); in neigh_update()
1177 write_sequnlock(&neigh->ha_lock); in neigh_update()
1305 seq = read_seqbegin(&neigh->ha_lock); in neigh_resolve_output()
1308 } while (read_seqretry(&neigh->ha_lock, seq)); in neigh_resolve_output()
1334 seq = read_seqbegin(&neigh->ha_lock); in neigh_connected_output()
1337 } while (read_seqretry(&neigh->ha_lock, seq)); in neigh_connected_output()
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_target.c110 struct qla_tgt_srr_imm *imm, int ha_lock);