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

/xnu-2782.1.97/bsd/sys/
H A Duser.h283 struct doc_tombstone *t_tombstone; member in struct:uthread
/xnu-2782.1.97/bsd/kern/
H A Dkern_fork.c1645 if (uth->t_tombstone) {
1646 kfree(uth->t_tombstone, sizeof(struct doc_tombstone));
1647 uth->t_tombstone = NULL;
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vnops.c458 if (ut->t_tombstone == NULL) {
459 ut->t_tombstone = kalloc(sizeof(struct doc_tombstone));
460 if (ut->t_tombstone) {
461 memset(ut->t_tombstone, 0, sizeof(struct doc_tombstone));
465 return ut->t_tombstone;

Completed in 46 milliseconds