Searched refs:ulp (Results 1 – 1 of 1) sorted by relevance
151 struct sem_undo_list *ulp; /* back ptr to sem_undo_list */ member1155 spin_lock(&un->ulp->lock); in freeary()1158 spin_unlock(&un->ulp->lock); in freeary()1869 static struct sem_undo *__lookup_undo(struct sem_undo_list *ulp, int semid) in __lookup_undo() argument1873 list_for_each_entry_rcu(un, &ulp->list_proc, list_proc, in __lookup_undo()1874 spin_is_locked(&ulp->lock)) { in __lookup_undo()1881 static struct sem_undo *lookup_undo(struct sem_undo_list *ulp, int semid) in lookup_undo() argument1885 assert_spin_locked(&ulp->lock); in lookup_undo()1887 un = __lookup_undo(ulp, semid); in lookup_undo()1890 list_add_rcu(&un->list_proc, &ulp->list_proc); in lookup_undo()[all …]