Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\async.c Create Date:2022-07-28 09:33:27
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:async_unregister_domain - ensure no more anonymous waiters on this domain*@domain: idle domain to flush out of any async_synchronize_full instances* async_synchronize_{cookie|full}_domain() are not flushed since callers* of these routines should know the

Proto:void async_unregister_domain(struct async_domain *domain)

Type:void

Parameter:

TypeParameterName
struct async_domain *domain
259  spin_lock_irq( & async_lock)
260  WARN_ON(!registered || !list_empty - tests whether a list is empty*@head: the list to test.)
261  registered = 0
262  spin_unlock_irq( & async_lock)