Searched refs:ulp (Results 1 – 1 of 1) sorted by relevance
151 struct sem_undo_list *ulp; /* back ptr to sem_undo_list */ member1136 spin_lock(&un->ulp->lock); in freeary()1139 spin_unlock(&un->ulp->lock); in freeary()1851 static struct sem_undo *__lookup_undo(struct sem_undo_list *ulp, int semid) in __lookup_undo() argument1855 list_for_each_entry_rcu(un, &ulp->list_proc, list_proc, in __lookup_undo()1856 spin_is_locked(&ulp->lock)) { in __lookup_undo()1863 static struct sem_undo *lookup_undo(struct sem_undo_list *ulp, int semid) in lookup_undo() argument1867 assert_spin_locked(&ulp->lock); in lookup_undo()1869 un = __lookup_undo(ulp, semid); in lookup_undo()1872 list_add_rcu(&un->list_proc, &ulp->list_proc); in lookup_undo()[all …]