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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dsem.c1123 /* If the task doesn't already have a undo_list, then allocate one
1136 struct sem_undo_list *undo_list; local
1138 undo_list = current->sysvsem.undo_list;
1139 if (!undo_list) {
1140 undo_list = kzalloc(sizeof(*undo_list), GFP_KERNEL);
1141 if (undo_list == NULL)
1143 spin_lock_init(&undo_list->lock);
1144 atomic_set(&undo_list
1501 struct sem_undo_list *undo_list; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsem.h142 struct sem_undo_list *undo_list; member in struct:sysv_sem

Completed in 49 milliseconds