Searched refs:do_update (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/bcachefs/ |
| A D | buckets.c | 104 bool *do_update) in bch2_check_fix_ptr() argument 119 *do_update = true; in bch2_check_fix_ptr() 131 *do_update = true; in bch2_check_fix_ptr() 150 *do_update = true; in bch2_check_fix_ptr() 173 *do_update = true; in bch2_check_fix_ptr() 186 *do_update = true; in bch2_check_fix_ptr() 197 *do_update = true; in bch2_check_fix_ptr() 219 *do_update = true; in bch2_check_fix_ptr() 233 *do_update = true; in bch2_check_fix_ptr() 242 *do_update = true; in bch2_check_fix_ptr() [all …]
|
| A D | fsck.c | 1278 bool do_update = false; in check_inode() local 1308 do_update = true; in check_inode() 1312 ret = check_inode_dirent_inode(trans, &u, &do_update); in check_inode() 1324 do_update = true; in check_inode() 1340 do_update = true; in check_inode() 1359 do_update = true; in check_inode() 1412 do_update = true; in check_inode() 1424 goto do_update; in check_inode() 1441 do_update = true; in check_inode() 1444 do_update: in check_inode() [all …]
|
| /linux/drivers/acpi/ |
| A D | button.c | 208 bool do_update; in acpi_lid_notify_state() local 219 do_update = true; in acpi_lid_notify_state() 221 do_update = false; in acpi_lid_notify_state() 257 do_update = true; in acpi_lid_notify_state() 274 if (do_update) { in acpi_lid_notify_state()
|
| /linux/drivers/phy/realtek/ |
| A D | phy-rtk-usb3.c | 253 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/drivers/crypto/ccree/ |
| A D | cc_buffer_mgr.h | 58 bool do_update, gfp_t flags);
|
| A D | cc_buffer_mgr.c | 1143 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/fs/nfs/ |
| A D | inode.c | 921 bool do_update = false; in nfs_getattr() local 969 do_update |= cache_validity & NFS_INO_INVALID_CHANGE; in nfs_getattr() 971 do_update |= cache_validity & NFS_INO_INVALID_ATIME; in nfs_getattr() 973 do_update |= cache_validity & NFS_INO_INVALID_CTIME; in nfs_getattr() 975 do_update |= cache_validity & NFS_INO_INVALID_MTIME; in nfs_getattr() 977 do_update |= cache_validity & NFS_INO_INVALID_SIZE; in nfs_getattr() 979 do_update |= cache_validity & NFS_INO_INVALID_NLINK; in nfs_getattr() 981 do_update |= cache_validity & NFS_INO_INVALID_MODE; in nfs_getattr() 983 do_update |= cache_validity & NFS_INO_INVALID_OTHER; in nfs_getattr() 985 do_update |= cache_validity & NFS_INO_INVALID_BLOCKS; in nfs_getattr() [all …]
|
| /linux/drivers/video/fbdev/omap2/omapfb/displays/ |
| A D | panel-dsi-cm.c | 68 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/tools/bpf/bpftool/ |
| A D | map.c | 988 static int do_update(int argc, char **argv) in do_update() function 1480 { "update", do_update }, 1488 { "push", do_update }, 1489 { "enqueue", do_update },
|
| /linux/drivers/s390/crypto/ |
| A D | vfio_ap_ops.c | 1690 bool do_update; in ap_config_store() local 1748 do_update = vfio_ap_mdev_filter_matrix(matrix_mdev, apm_filtered); in ap_config_store() 1749 do_update |= vfio_ap_mdev_filter_cdoms(matrix_mdev); in ap_config_store() 1752 if (do_update) { in ap_config_store()
|
| /linux/drivers/video/fbdev/omap/ |
| A D | omapfb_main.c | 314 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/tools/testing/selftests/bpf/ |
| A D | test_maps.c | 1447 int do_update = ((int *)data)[1]; in test_update_delete() local 1456 if (do_update) { in test_update_delete()
|
Completed in 50 milliseconds