Home
last modified time | relevance | path

Searched refs:remove_item (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/basic/
Dprioq.c186 static void remove_item(Prioq *q, struct prioq_item *i) { in remove_item() function
252 remove_item(q, i); in prioq_remove()
292 remove_item(q, q->items); in prioq_pop()
/systemd-251/src/tmpfiles/
Dtmpfiles.c2402 static int remove_item(Item *i) { in remove_item() function
2580 q = FLAGS_SET(operation, OPERATION_REMOVE) ? remove_item(i) : 0; in process_item()