Searched refs:expiring (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/fs/autofs/ |
H A D | root.c | 123 if (!list_empty(&ino->expiring)) in autofs_dentry_release() 124 list_del(&ino->expiring); in autofs_dentry_release() 202 struct dentry *expiring; in autofs_lookup_expiring() local 210 ino = list_entry(p, struct autofs_info, expiring); in autofs_lookup_expiring() 211 expiring = ino->dentry; in autofs_lookup_expiring() 213 spin_lock(&expiring->d_lock); in autofs_lookup_expiring() 216 if (d_really_is_negative(expiring)) in autofs_lookup_expiring() 219 qstr = &expiring->d_name; in autofs_lookup_expiring() 221 if (expiring->d_name.hash != hash) in autofs_lookup_expiring() 223 if (expiring->d_parent != parent) in autofs_lookup_expiring() [all …]
|
H A D | autofs_i.h | 60 struct list_head expiring; member 248 if (list_empty(&ino->expiring)) in __autofs_add_expiring() 249 list_add(&ino->expiring, &sbi->expiring_list); in __autofs_add_expiring() 260 if (list_empty(&ino->expiring)) in autofs_add_expiring() 261 list_add(&ino->expiring, &sbi->expiring_list); in autofs_add_expiring() 273 if (!list_empty(&ino->expiring)) in autofs_del_expiring() 274 list_del_init(&ino->expiring); in autofs_del_expiring()
|
H A D | inode.c | 20 INIT_LIST_HEAD(&ino->expiring); in autofs_new_ino()
|
/openbmc/linux/Documentation/watchdog/ |
H A D | hpwdt.rst | 70 If the hpwdt does not receive the NMI associated with an expiring timer,
|
/openbmc/linux/Documentation/filesystems/ |
H A D | autofs.rst | 204 The VFS has a mechanism for automatically expiring unused mounts, 276 If both appear to support expiring the directory or symlink, an action 296 While the ioctl is blocking, the entry is marked as "expiring" and 362 "expiring" and other accesses to it block until the message is
|
H A D | autofs-mount-control.rst | 101 similarly for expiring them which resolves the above problem. There is
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | useradd_base.bbclass | 169 bbnote "${PN}: user $username doesn't exist, not expiring its password"
|
/openbmc/qemu/hw/timer/ |
H A D | trace-events | 73 bcm2835_systmr_run(unsigned id, uint64_t delay_us) "timer #%u expiring in %"PRIu64" us"
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-bwc.rst | 192 possibility of wastefully expiring quota on cpu-local silos that don't need a
|
/openbmc/qemu/docs/devel/ |
H A D | replay.rst | 66 in sequence (e.g. expiring timers and checkpoints in the main thread
|
/openbmc/linux/Documentation/admin-guide/sysctl/ |
H A D | net.rst | 444 The amount of time we keep an ARP entry before expiring it. Used to age out
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/ |
H A D | user-guide.rst | 1027 SysTick_Handler: counted = 10, expiring on = 360 1028 SysTick_Handler: counted = 20, expiring on = 360 1029 SysTick_Handler: counted = 30, expiring on = 360
|