/linux/fs/bcachefs/ |
H A D | enumerated_ref.c | 25 return !ref->dying && in enumerated_ref_tryget() 67 ref->dying = true; in enumerated_ref_stop_async() 93 ref->dying = false; in enumerated_ref_start()
|
H A D | enumerated_ref_types.h | 10 bool dying; member
|
H A D | sb-members.h | 124 if (r < (long) !ca->dying) in __bch2_dev_put()
|
H A D | btree_types.h | 618 x(dying) \
|
H A D | bcachefs.h | 598 bool dying; member
|
H A D | super.c | 1863 ca->dying = true; in bch2_dev_remove()
|
/linux/fs/smb/client/ |
H A D | cached_dir.c | 560 * Mark all the cfids as closed, and move them to the cfids->dying list. in invalidate_all_cached_dirs() 566 list_move(&cfid->entry, &cfids->dying); in invalidate_all_cached_dirs() 582 if (!list_empty(&cfids->dying)) in invalidate_all_cached_dirs() 713 /* move cfids->dying to the local list */ in cfids_invalidation_worker() 714 list_cut_before(&entry, &cfids->dying, &cfids->dying); in cfids_invalidation_worker() 788 INIT_LIST_HEAD(&cfids->dying); in init_cached_dirs() 819 list_for_each_entry_safe(cfid, q, &cfids->dying, entry) { in free_cached_dirs()
|
H A D | cached_dir.h | 57 * - accessing the cfids->dying list 62 struct list_head dying; member
|
/linux/drivers/char/hw_random/ |
H A D | core.c | 542 init_completion(&rng->dying); in hwrng_register() 575 complete_all(&rng->dying); in hwrng_unregister() 645 return wait_for_completion_interruptible_timeout(&rng->dying, timeout); in hwrng_msleep() 651 return wait_for_completion_interruptible_timeout(&rng->dying, 1); in hwrng_yield()
|
/linux/include/linux/ |
H A D | hw_random.h | 52 struct completion dying; member
|
H A D | cpumask.h | 1143 #define set_cpu_dying(cpu, dying) assign_cpu((cpu), &__cpu_dying_mask, (dying)) argument
|
/linux/drivers/net/ethernet/sfc/ |
H A D | tc_encap_actions.h | 28 * @dying: set when egdev is going away, to skip further updates 55 bool dying; member
|
H A D | tc_encap_actions.c | 560 if (!neigh || neigh->dying) in efx_neigh_event() 728 neigh->dying = true; in efx_tc_unregister_egdev() 730 synchronize_rcu(); /* Make sure any updates see dying flag */ in efx_tc_unregister_egdev()
|
/linux/Documentation/ABI/testing/ |
H A D | pstore | 11 the dying moments. In the case of a panic the last part
|
/linux/net/xfrm/ |
H A D | xfrm_state.c | 678 if (x->km.dying) in xfrm_timer_handler() 701 x->km.dying = warn; in xfrm_timer_handler() 1329 (*best)->km.dying > x->km.dying || in xfrm_state_look_at() 1330 ((*best)->km.dying == x->km.dying && in xfrm_state_look_at() 2235 x1->km.dying = 0; in xfrm_state_update() 2288 if (!x->km.dying && in xfrm_state_check_expire() 2291 x->km.dying = 1; in xfrm_state_check_expire()
|
/linux/drivers/mmc/host/ |
H A D | sh_mmcif.c | 227 bool dying; member 1366 if (host->dying) in sh_mmcif_timeout_work() 1550 host->dying = true; in sh_mmcif_remove()
|
/linux/net/netfilter/ |
H A D | nf_conntrack_core.c | 1258 goto dying; in __nf_conntrack_confirm() 1268 goto dying; in __nf_conntrack_confirm() 1293 goto dying; in __nf_conntrack_confirm() 1343 dying: in __nf_conntrack_confirm() 2402 * unconfirmed list as dying (so they will not be inserted into
|
H A D | nf_conntrack_netlink.c | 1750 bool dying) in ctnetlink_dump_one_entry() argument 1777 ct, dying, 0); in ctnetlink_dump_one_entry()
|
/linux/fs/ |
H A D | eventpoll.c | 156 bool dying; member 224 * usage count, used together with epitem->dying to 828 * If the dying flag is set, do the removal only if force is true. 848 if (epi->dying && !force) { in __ep_remove() 1119 * Use the 'dying' flag to prevent a concurrent ep_clear_and_put() from in eventpoll_release_file() 1127 epi->dying = true; in eventpoll_release_file()
|
/linux/Documentation/core-api/ |
H A D | cpu_hotplug.rst | 408 dying For states in the STARTING section which do not provide 422 "RCU/tree:dying", "sched/waitempty"
|
/linux/io_uring/ |
H A D | io_uring.c | 599 static void __io_cqring_overflow_flush(struct io_ring_ctx *ctx, bool dying) in __io_cqring_overflow_flush() argument 605 /* don't abort if we're dying, entries must get freed */ in __io_cqring_overflow_flush() 606 if (!dying && __io_cqring_events(ctx) == ctx->cq_entries) in __io_cqring_overflow_flush() 620 if (!dying) { in __io_cqring_overflow_flush() 1863 /* either cancelled or io-wq is dying, so don't touch tctx->iowq */ in io_wq_submit_work()
|
/linux/Documentation/arch/powerpc/ |
H A D | eeh-pci-error-recovery.rst | 37 as PCI cards dying from heat, humidity, dust, vibration and bad
|
/linux/Documentation/block/ |
H A D | ublk.rst | 208 modify how I/O is handled while the ublk server is dying/dead (this is called
|
/linux/net/sched/ |
H A D | act_ct.c | 57 bool dying; member
|
/linux/include/net/ |
H A D | xfrm.h | 127 u8 dying; member
|