Searched refs:n_fd_store (Results 1 - 3 of 3) sorted by relevance

/systemd/src/core/
H A Dservice.h189 unsigned n_fd_store; member in struct:Service
H A Ddbus-service.c67 SD_BUS_PROPERTY("NFileDescriptorStore", "u", bus_property_get_unsigned, offsetof(Service, n_fd_store), 0),
H A Dservice.c259 assert(fs->service->n_fd_store > 0);
261 fs->service->n_fd_store--;
291 assert(s->n_fd_store == 0);
355 if (s->n_fd_store >= s->n_fd_store_max)
391 s->n_fd_store++;
404 while (s->n_fd_store < s->n_fd_store_max) {
779 prefix, s->n_fd_store);
1110 if (s->n_fd_store > 0) {
1115 t = realloc(rfds, (rn_fds + s->n_fd_store) * sizeof(int));
1121 nl = realloc(rfd_names, (rn_fds + s->n_fd_store
[all...]

Completed in 17 milliseconds