list_push_pop_multiple
ret = list_push_pop_multiple(lock, head, false);
return list_push_pop_multiple(lock, head, true);
ret = list_push_pop_multiple(&glock, &ghead, false);
return list_push_pop_multiple(&glock, &ghead, true);