Searched refs:LIST_PREPEND (Results 1 - 25 of 55) sorted by relevance

123

/systemd/src/login/
H A Dlogind-device.c112 LIST_PREPEND(devices, s->devices, d);
H A Dlogind-seat.c544 LIST_PREPEND(sessions_by_seat, s->sessions, session);
663 LIST_PREPEND(gc_queue, s->manager->seat_gc_queue, s);
H A Dlogind-session-device.c390 LIST_PREPEND(sd_by_device, sd->device->session_devices, sd);
/systemd/src/core/
H A Dumount.c136 LIST_PREPEND(mount_point, *head, m);
194 LIST_PREPEND(mount_point, *head, swap);
258 LIST_PREPEND(mount_point, *head, lb);
321 LIST_PREPEND(mount_point, *head, m);
H A Ddbus-timer.c232 LIST_PREPEND(value, t->values, v);
263 LIST_PREPEND(value, t->values, v);
H A Ddbus-cgroup.c380 LIST_PREPEND(device_bandwidths, c->blockio_device_bandwidths, a);
467 LIST_PREPEND(device_weights,c->blockio_device_weights, a);
610 LIST_PREPEND(device_allow, c->device_allow, a);
H A Djob.c279 LIST_PREPEND(subject, subject->subject_list, l);
281 LIST_PREPEND(object, object->object_list, l);
960 LIST_PREPEND(run_queue, j->manager->run_queue, j);
975 LIST_PREPEND(dbus_queue, j->manager->dbus_job_queue, j);
/systemd/src/network/
H A Dnetworkd-address-pool.c48 LIST_PREPEND(address_pools, m->address_pools, p);
H A Dnetworkd-fdb.c68 LIST_PREPEND(static_fdb_entries, network->static_fdb_entries, fdb_entry);
H A Dnetworkd-netdev-bond.c377 LIST_PREPEND(arp_ip_target, b->arp_ip_targets, buffer);
/systemd/src/journal/
H A Djournald-rate-limit.c167 LIST_PREPEND(bucket, r->buckets[g->hash % BUCKETS_MAX], g);
168 LIST_PREPEND(lru, r->lru, g);
H A Dmmap-cache.c203 LIST_PREPEND(by_fd, fd->windows, w);
227 LIST_PREPEND(unused, c->cache->unused, w);
255 LIST_PREPEND(by_window, w->contexts, c);
568 LIST_PREPEND(by_window, w->contexts, c);
H A Djournald-stream.c207 LIST_PREPEND(stdout_stream_notify_queue, s->server->stdout_streams_notify_queue, s);
513 LIST_PREPEND(stdout_stream, s->stdout_streams, stream);
/systemd/src/nspawn/
H A Dnspawn-expose-ports.c86 LIST_PREPEND(ports, *l, p);
/systemd/src/initctl/
H A Dinitctl.c315 LIST_PREPEND(fifo, s->fifos, f);
/systemd/src/libsystemd/sd-bus/
H A Dbus-slot.c52 LIST_PREPEND(slots, bus->slots, slot);
H A Dbus-track.c68 LIST_PREPEND(queue, track->bus->track_queue, track);
/systemd/src/resolve/
H A Dresolved-dns-query.c51 LIST_PREPEND(candidates_by_query, q->candidates, c);
52 LIST_PREPEND(candidates_by_scope, s->query_candidates, c);
501 LIST_PREPEND(queries, m->dns_queries, q);
528 LIST_PREPEND(auxiliary_queries, auxiliary_for->auxiliary_queries, q);
H A Dresolved-dns-zone.c142 LIST_PREPEND(by_key, first, i);
152 LIST_PREPEND(by_name, first, i);
/systemd/src/basic/
H A Dlist.h46 #define LIST_PREPEND(name,head,item) \ macro
/systemd/src/test/
H A Dtest-list.c38 LIST_PREPEND(item, head, &items[i]);
/systemd/src/bootchart/
H A Dbootchart.c454 LIST_PREPEND(link, head, sampledata);
/systemd/src/libsystemd-network/
H A Ddhcp6-option.c270 LIST_PREPEND(addresses, ia->addresses, addr);
H A Dlldp-internal.c195 LIST_PREPEND(port, c->ports, p);
/systemd/src/udev/net/
H A Dlink-config.c186 LIST_PREPEND(links, ctx->links, link);

Completed in 4464 milliseconds

123