Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dasync.h20 struct async_domain { struct
29 struct async_domain _name = { .pending = LIST_HEAD_INIT(_name.pending), \ argument
37 struct async_domain _name = { .pending = LIST_HEAD_INIT(_name.pending), \
42 struct async_domain *domain);
43 void async_unregister_domain(struct async_domain *domain);
45 extern void async_synchronize_full_domain(struct async_domain *domain);
48 struct async_domain *domain);
/linux-4.4.14/kernel/
Dasync.c78 struct async_domain *domain;
85 static async_cookie_t lowest_in_progress(struct async_domain *domain) in lowest_in_progress()
148 static async_cookie_t __async_schedule(async_func_t func, void *data, struct async_domain *domain) in __async_schedule()
226 struct async_domain *domain) in async_schedule_domain()
252 void async_unregister_domain(struct async_domain *domain) in async_unregister_domain()
268 void async_synchronize_full_domain(struct async_domain *domain) in async_synchronize_full_domain()
283 void async_synchronize_cookie_domain(async_cookie_t cookie, struct async_domain *domain) in async_synchronize_cookie_domain()
/linux-4.4.14/drivers/scsi/
Dscsi_priv.h170 extern struct async_domain scsi_sd_pm_domain;
171 extern struct async_domain scsi_sd_probe_domain;
/linux-4.4.14/sound/soc/
Dsoc-dapm.c1777 ASYNC_DOMAIN_EXCLUSIVE(async_domain); in dapm_power_widgets()
1862 &async_domain); in dapm_power_widgets()
1864 async_synchronize_full_domain(&async_domain); in dapm_power_widgets()
1886 &async_domain); in dapm_power_widgets()
1888 async_synchronize_full_domain(&async_domain); in dapm_power_widgets()
/linux-4.4.14/drivers/regulator/
Dcore.c3497 ASYNC_DOMAIN_EXCLUSIVE(async_domain); in regulator_bulk_enable()
3506 &consumers[i], &async_domain); in regulator_bulk_enable()
3509 async_synchronize_full_domain(&async_domain); in regulator_bulk_enable()