Home
last modified time | relevance | path

Searched refs:dying (Results 1 – 25 of 26) sorted by relevance

12

/linux/fs/bcachefs/
H A Denumerated_ref.c25 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 Denumerated_ref_types.h10 bool dying; member
H A Dsb-members.h124 if (r < (long) !ca->dying) in __bch2_dev_put()
H A Dbtree_types.h618 x(dying) \
H A Dbcachefs.h598 bool dying; member
H A Dsuper.c1863 ca->dying = true; in bch2_dev_remove()
/linux/fs/smb/client/
H A Dcached_dir.c560 * 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 Dcached_dir.h57 * - accessing the cfids->dying list
62 struct list_head dying; member
/linux/drivers/char/hw_random/
H A Dcore.c542 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 Dhw_random.h52 struct completion dying; member
H A Dcpumask.h1143 #define set_cpu_dying(cpu, dying) assign_cpu((cpu), &__cpu_dying_mask, (dying)) argument
/linux/drivers/net/ethernet/sfc/
H A Dtc_encap_actions.h28 * @dying: set when egdev is going away, to skip further updates
55 bool dying; member
H A Dtc_encap_actions.c560 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 Dpstore11 the dying moments. In the case of a panic the last part
/linux/net/xfrm/
H A Dxfrm_state.c678 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 Dsh_mmcif.c227 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 Dnf_conntrack_core.c1258 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 Dnf_conntrack_netlink.c1750 bool dying) in ctnetlink_dump_one_entry() argument
1777 ct, dying, 0); in ctnetlink_dump_one_entry()
/linux/fs/
H A Deventpoll.c156 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 Dcpu_hotplug.rst408 dying For states in the STARTING section which do not provide
422 "RCU/tree:dying", "sched/waitempty"
/linux/io_uring/
H A Dio_uring.c599 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 Deeh-pci-error-recovery.rst37 as PCI cards dying from heat, humidity, dust, vibration and bad
/linux/Documentation/block/
H A Dublk.rst208 modify how I/O is handled while the ublk server is dying/dead (this is called
/linux/net/sched/
H A Dact_ct.c57 bool dying; member
/linux/include/net/
H A Dxfrm.h127 u8 dying; member

12