Home
last modified time | relevance | path

Searched refs:do_update (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/fs/bcachefs/
H A Dbuckets.c113 bool *do_update) in bch2_check_fix_ptr() argument
128 *do_update = true; in bch2_check_fix_ptr()
140 *do_update = true; in bch2_check_fix_ptr()
159 *do_update = true; in bch2_check_fix_ptr()
182 *do_update = true; in bch2_check_fix_ptr()
195 *do_update = true; in bch2_check_fix_ptr()
206 *do_update = true; in bch2_check_fix_ptr()
228 *do_update = true; in bch2_check_fix_ptr()
242 *do_update = true; in bch2_check_fix_ptr()
251 *do_update = true; in bch2_check_fix_ptr()
[all …]
H A Dfsck.c1118 bool do_update = false; in check_inode() local
1150 do_update = true; in check_inode()
1166 do_update = true; in check_inode()
1182 do_update = true; in check_inode()
1201 do_update = true; in check_inode()
1254 do_update = true; in check_inode()
1266 goto do_update; in check_inode()
1283 do_update = true; in check_inode()
1295 do_update = true; in check_inode()
1297 do_update: in check_inode()
[all …]
/linux-6.15/drivers/acpi/
H A Dbutton.c209 bool do_update; in acpi_lid_notify_state() local
220 do_update = true; in acpi_lid_notify_state()
222 do_update = false; in acpi_lid_notify_state()
258 do_update = true; in acpi_lid_notify_state()
275 if (do_update) { in acpi_lid_notify_state()
/linux-6.15/drivers/phy/realtek/
H A Dphy-rtk-usb3.c253 bool do_update = false; in do_rtk_phy_init() local
258 do_update = true; in do_rtk_phy_init()
261 if (((rx_offset_range & range_mask) == range_mask) && do_update) { in do_rtk_phy_init()
264 do_update = false; in do_rtk_phy_init()
267 if (do_update) { in do_rtk_phy_init()
/linux-6.15/drivers/crypto/ccree/
H A Dcc_buffer_mgr.h58 bool do_update, gfp_t flags);
H A Dcc_buffer_mgr.c1143 bool do_update, gfp_t flags) in cc_map_hash_request_final() argument
1176 if (src && nbytes > 0 && do_update) { in cc_map_hash_request_final()
/linux-6.15/fs/nfs/
H A Dinode.c923 bool do_update = false; in nfs_getattr() local
971 do_update |= cache_validity & NFS_INO_INVALID_CHANGE; in nfs_getattr()
973 do_update |= cache_validity & NFS_INO_INVALID_ATIME; in nfs_getattr()
975 do_update |= cache_validity & NFS_INO_INVALID_CTIME; in nfs_getattr()
977 do_update |= cache_validity & NFS_INO_INVALID_MTIME; in nfs_getattr()
979 do_update |= cache_validity & NFS_INO_INVALID_SIZE; in nfs_getattr()
981 do_update |= cache_validity & NFS_INO_INVALID_NLINK; in nfs_getattr()
983 do_update |= cache_validity & NFS_INO_INVALID_MODE; in nfs_getattr()
985 do_update |= cache_validity & NFS_INO_INVALID_OTHER; in nfs_getattr()
987 do_update |= cache_validity & NFS_INO_INVALID_BLOCKS; in nfs_getattr()
[all …]
/linux-6.15/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-dsi-cm.c68 atomic_t do_update; member
824 old = atomic_cmpxchg(&ddata->do_update, 1, 0); in dsicm_te_isr()
850 atomic_set(&ddata->do_update, 0); in dsicm_te_timeout_work_callback()
885 atomic_set(&ddata->do_update, 1); in dsicm_update()
1162 atomic_set(&ddata->do_update, 0); in dsicm_probe()
/linux-6.15/tools/bpf/bpftool/
H A Dmap.c988 static int do_update(int argc, char **argv) in do_update() function
1484 { "update", do_update },
1492 { "push", do_update },
1493 { "enqueue", do_update },
/linux-6.15/drivers/s390/crypto/
H A Dvfio_ap_ops.c1714 bool do_update; in ap_config_store() local
1772 do_update = vfio_ap_mdev_filter_matrix(matrix_mdev, apm_filtered); in ap_config_store()
1773 do_update |= vfio_ap_mdev_filter_cdoms(matrix_mdev); in ap_config_store()
1776 if (do_update) { in ap_config_store()
/linux-6.15/drivers/video/fbdev/omap/
H A Domapfb_main.c314 int do_update = 0; in omapfb_blank() local
328 do_update = 1; in omapfb_blank()
345 if (r == 0 && do_update) in omapfb_blank()
/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_maps.c1444 int do_update = ((int *)data)[1]; in test_update_delete() local
1453 if (do_update) { in test_update_delete()