Searched refs:to_kill_grefs (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/xen/gntdev/
H A Dgntdev.c204 struct gref_list_head to_kill_grefs; member in struct:cleanup_data_struct
209 .to_kill_grefs = STAILQ_HEAD_INITIALIZER(cleanup_data.to_kill_grefs),
213 "gntdev to_kill_grefs mutex", MTX_DEF);
264 STAILQ_SWAP(&cleanup_data->to_kill_grefs, &tmp_grefs, gntdev_gref);
301 STAILQ_CONCAT(&cleanup_data->to_kill_grefs, &tmp_grefs);
405 STAILQ_INSERT_TAIL(&cleanup_data.to_kill_grefs,
459 STAILQ_INSERT_TAIL(&cleanup_data.to_kill_grefs, gref,
966 STAILQ_INSERT_TAIL(&cleanup_data.to_kill_grefs, gref,

Completed in 60 milliseconds