Searched refs:activate_path (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | dm-mpath.c | 48 struct delayed_work activate_path; member 340 if (queue_delayed_work(kmpath_handlerd, &pgpath->activate_path, in __pg_init_all_paths() 964 INIT_DELAYED_WORK(&p->activate_path, activate_path_work); in parse_path() 1398 if (queue_work(kmpath_handlerd, &pgpath->activate_path.work)) in reinstate_path() 1637 container_of(work, struct pgpath, activate_path.work); in activate_path_work()
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0012-do-not-disable-buffer-in-writing-files.patch | 171 if (!activate_path) 174 - r = write_string_file(activate_path, "1", WRITE_STRING_FILE_DISABLE_BUFFER); 175 + r = write_string_file(activate_path, "1", 0);
|