Home
last modified time | relevance | path

Searched refs:activated (Results 1 – 15 of 15) sorted by relevance

/systemd-251/src/analyze/
Danalyze-critical-chain.c32 else if (times->activated > boot->userspace_time) in list_dependencies_print()
33 … printf("%s @%s", name, FORMAT_TIMESPAN(times->activated - boot->userspace_time, USEC_PER_MSEC)); in list_dependencies_print()
65 usa = times->activated; in list_dependencies_compare()
68 usb = times->activated; in list_dependencies_compare()
74 return times && times->activated > 0 && times->activated <= boot->finish_time; in times_in_range()
100 if (times_in_range(times, boot) && times->activated >= service_longest) in list_dependencies_one()
101 service_longest = times->activated; in list_dependencies_one()
109 if (times_in_range(times, boot) && service_longest - times->activated <= arg_fuzz) in list_dependencies_one()
118 if (!times_in_range(times, boot) || service_longest - times->activated > arg_fuzz) in list_dependencies_one()
187 else if (times->activated > boot->userspace_time) in list_dependencies()
[all …]
Danalyze-plot.c166 svg_bar("activating", u->activating, u->activated, y); in plot_unit_times()
167 svg_bar("active", u->activated, u->deactivating, y); in plot_unit_times()
250 u->activated == 0 && u->deactivating == 0) in verb_plot()
251 u->activated = u->deactivating = u->deactivated; in verb_plot()
252 if (u->activated < u->activating || u->activated > boot->finish_time) in verb_plot()
253 u->activated = boot->finish_time; in verb_plot()
254 if (u->deactivating < u->activated || u->deactivating > boot->finish_time) in verb_plot()
Danalyze-time-data.c220 { "ActiveEnterTimestampMonotonic", "t", NULL, offsetof(UnitTimes, activated) }, in acquire_time_data()
271 subtract_timestamp(&t->activated, boot_times->reverse_offset); in acquire_time_data()
275 if (t->activated >= t->activating) in acquire_time_data()
276 t->time = t->activated - t->activating; in acquire_time_data()
Danalyze-time-data.h42 usec_t activated; member
/systemd-251/units/
Dusb-gadget.target11 Description=Hardware activated USB gadget
/systemd-251/docs/
DHOME_DIRECTORY.md105 directory will become the home directory of the user when activated. It
110 named after the user, suffixed with `.home`. When activated, the container home
113 loopback file `/home/waldo.home` is mounted to `/home/waldo` while activated.)
145 Regardless of the storage mechanism used, an activated home directory
DDESKTOP_ENVIRONMENTS.md69 multiple instances are not spawned, such as a DBus activated application.
DCONTAINER_INTERFACE.md173 Containers](http://0pointer.de/blog/projects/socket-activated-containers.html)
DUSER_RECORD.md22 settings to the activated session, including environment variables, nice
/systemd-251/src/network/
Dnetworkd-setlink.c975 link->activated = true; in link_up_or_down_handler()
1051 link->activated = true; in link_request_to_activate()
1066 link->activated = false; in link_request_to_activate()
1104 if (!link->activated) in link_is_ready_to_bring_up_or_down()
Dnetworkd-link.h142 bool activated:1; member
Dnetworkd-link.c153 if (!link->activated) in link_is_ready_to_configure()
413 if (!link->activated) in link_check_ready()
1284 link->activated = false; in link_reconfigure_impl()
1707 if (link->activated && link->network->activation_policy == ACTIVATION_POLICY_ALWAYS_DOWN) { in link_admin_state_up()
1727 if (link->activated && link->network->activation_policy == ACTIVATION_POLICY_ALWAYS_UP) { in link_admin_state_down()
/systemd-251/src/network/netdev/
Dnetdev.c622 if (!link->activated) in netdev_is_ready_to_create()
/systemd-251/
DTODO325 * sysext: measure all activated sysext into a TPM PCR
448 * homed: while a home dir is not activated generate slightly different NSS
736 activated right before hibernation and thus never used for regular swapping.
DNEWS167 of activated home directories it manages (if the kernel and selected
1283 the minimal space necessary, but once activated, it provides
1924 * Units using ConditionNeedsUpdate= will no longer be activated in
2027 When a system extension image is activated, its /usr/ and /opt/
3881 log daemons for log namespaces can be activated automatically on
5778 would be activated each time the unit failed, even when the unit was
6770 possible to write unit files which when activated automatically gain
6835 are directly passed on to the activated transient service
7686 * The number of instances for socket-activated services originating
8517 passed to the activated processes. This is only available on very
[all …]