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

/freebsd-current/sys/ofed/include/rdma/
H A Dib_umem_odp.h84 int dying; member in struct:ib_umem_odp
/freebsd-current/sys/dev/mxge/
H A Dif_mxge_var.h248 int dying; member in struct:mxge_softc
H A Dif_mxge.c3777 if (sc->dying == 2)
3778 sc->dying = 0;
3904 sc->dying = 2;
4016 if (sc->dying) {
4041 if (sc->dying) {
4134 if (sc->dying) {
4154 if (sc->dying) {
4785 sc->dying = 0;
4839 sc->dying = 1;
/freebsd-current/sys/arm64/vmm/
H A Dvmm.c144 bool dying; /* (o) is dying */ member in struct:vm
413 vm->dying = true;
435 if (vcpu == NULL && !vm->dying) {
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_umem_odp.c131 item->odp_data->dying = 1;
132 /* Make sure that the fact the umem is dying is out before we release
/freebsd-current/sys/amd64/vmm/
H A Dvmm.c174 bool dying; /* (o) is dying */ member in struct:vm
526 vm->dying = true;
544 if (vcpu == NULL && !vm->dying) {
/freebsd-current/sys/kern/
H A Dkern_jail.c1420 /* This jail is dying. This process will surely follow. */
1444 /* Note a dying jail to handle later. */
1512 "jail \"%s\" is dying", name);
1577 * The prison being created has the same ID as a dying
1578 * one. Handle this by giving the dying jail a new ID.
1580 * only to those listing dying jails.
2358 vfs_opterror(opts, "jail %d is dying",
2382 vfs_opterror(opts, "jail \"%s\" is dying",
2511 error = vfs_setopt(opts, "dying", &i, sizeof(i));
2614 /* Silently ignore already-dying prison
[all...]

Completed in 173 milliseconds