Home
last modified time | relevance | path

Searched refs:async_domain (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/include/linux/
Dasync.h18 struct async_domain { struct
27 struct async_domain _name = { .pending = LIST_HEAD_INIT(_name.pending), \ argument
35 struct async_domain _name = { .pending = LIST_HEAD_INIT(_name.pending), \
42 struct async_domain *domain);
70 struct async_domain *domain) in async_schedule_domain()
110 struct async_domain *domain) in async_schedule_dev_domain()
116 extern void async_synchronize_full_domain(struct async_domain *domain);
119 struct async_domain *domain);
/Linux-v5.15/kernel/
Dasync.c74 struct async_domain *domain;
87 static async_cookie_t lowest_in_progress(struct async_domain *domain) in lowest_in_progress()
166 int node, struct async_domain *domain) in async_schedule_node_domain()
255 void async_synchronize_full_domain(struct async_domain *domain) in async_synchronize_full_domain()
270 void async_synchronize_cookie_domain(async_cookie_t cookie, struct async_domain *domain) in async_synchronize_cookie_domain()
/Linux-v5.15/drivers/scsi/
Dscsi_priv.h173 extern struct async_domain scsi_sd_pm_domain;
/Linux-v5.15/sound/soc/
Dsoc-dapm.c1962 ASYNC_DOMAIN_EXCLUSIVE(async_domain); in dapm_power_widgets()
2049 &async_domain); in dapm_power_widgets()
2051 async_synchronize_full_domain(&async_domain); in dapm_power_widgets()
2073 &async_domain); in dapm_power_widgets()
2075 async_synchronize_full_domain(&async_domain); in dapm_power_widgets()
/Linux-v5.15/drivers/regulator/
Dcore.c4786 ASYNC_DOMAIN_EXCLUSIVE(async_domain); in regulator_bulk_enable()
4792 &consumers[i], &async_domain); in regulator_bulk_enable()
4795 async_synchronize_full_domain(&async_domain); in regulator_bulk_enable()