Home
last modified time | relevance | path

Searched refs:noio (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/md/
H A Ddm-ima.c48 static void *dm_ima_alloc(size_t len, gfp_t flags, bool noio) in dm_ima_alloc() argument
53 if (noio) in dm_ima_alloc()
58 if (noio) in dm_ima_alloc()
68 char **dev_uuid, bool noio) in dm_ima_alloc_and_copy_name_uuid()
71 *dev_name = dm_ima_alloc(DM_NAME_LEN*2, GFP_KERNEL, noio); in dm_ima_alloc_and_copy_name_uuid()
77 *dev_uuid = dm_ima_alloc(DM_UUID_LEN*2, GFP_KERNEL, noio); in dm_ima_alloc_and_copy_name_uuid()
103 unsigned int num_targets, bool noio) in dm_ima_alloc_and_copy_device_data()
108 r = dm_ima_alloc_and_copy_name_uuid(md, &dev_name, &dev_uuid, noio); in dm_ima_alloc_and_copy_device_data()
112 *device_data = dm_ima_alloc(DM_IMA_DEVICE_BUF_LEN, GFP_KERNEL, noio); in dm_ima_alloc_and_copy_device_data()
132 bool noio) in dm_ima_measure_data()
67 dm_ima_alloc_and_copy_name_uuid(struct mapped_device *md, char **dev_name, char **dev_uuid, bool noio) dm_ima_alloc_and_copy_name_uuid() argument
102 dm_ima_alloc_and_copy_device_data(struct mapped_device *md, char **device_data, unsigned int num_targets, bool noio) dm_ima_alloc_and_copy_device_data() argument
131 dm_ima_measure_data(const char *event_name, const void *buf, size_t buf_len, bool noio) dm_ima_measure_data() argument
149 dm_ima_alloc_and_copy_capacity_str(struct mapped_device *md, char **capacity_str, bool noio) dm_ima_alloc_and_copy_capacity_str() argument
190 bool noio = false; dm_ima_measure_on_table_load() local
375 bool noio = true; dm_ima_measure_on_device_resume() local
489 bool noio = true; dm_ima_measure_on_device_remove() local
611 bool noio = true; dm_ima_measure_on_table_clear() local
708 bool noio = true; dm_ima_measure_on_device_rename() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dphy.h606 void rtw89_phy_init_rf_reg(struct rtw89_dev *rtwdev, bool noio);
H A Dphy.c1383 void rtw89_phy_init_rf_reg(struct rtw89_dev *rtwdev, bool noio) in rtw89_phy_init_rf_reg() argument
1401 if (noio) in rtw89_phy_init_rf_reg()
/kernel/linux/linux-5.10/fs/f2fs/
H A Ddata.c59 struct bio *f2fs_bio_alloc(struct f2fs_sb_info *sbi, int npages, bool noio) in f2fs_bio_alloc() argument
61 if (noio) { in f2fs_bio_alloc()
H A Df2fs.h3477 struct bio *f2fs_bio_alloc(struct f2fs_sb_info *sbi, int npages, bool noio);

Completed in 27 milliseconds