Searched refs:do_update (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/drivers/acpi/ |
D | button.c | 197 bool do_update; in acpi_lid_notify_state() local 208 do_update = true; in acpi_lid_notify_state() 210 do_update = false; in acpi_lid_notify_state() 246 do_update = true; in acpi_lid_notify_state() 263 if (do_update) { in acpi_lid_notify_state()
|
/linux-6.6.21/drivers/crypto/ccree/ |
D | cc_buffer_mgr.h | 58 bool do_update, gfp_t flags);
|
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-6.6.21/fs/nfs/ |
D | inode.c | 841 bool do_update = false; in nfs_getattr() local 883 do_update |= force_sync || nfs_attribute_cache_expired(inode); in nfs_getattr() 885 do_update |= cache_validity & NFS_INO_INVALID_CHANGE; in nfs_getattr() 887 do_update |= cache_validity & NFS_INO_INVALID_ATIME; in nfs_getattr() 889 do_update |= cache_validity & NFS_INO_INVALID_CTIME; in nfs_getattr() 891 do_update |= cache_validity & NFS_INO_INVALID_MTIME; in nfs_getattr() 893 do_update |= cache_validity & NFS_INO_INVALID_SIZE; in nfs_getattr() 895 do_update |= cache_validity & NFS_INO_INVALID_NLINK; in nfs_getattr() 897 do_update |= cache_validity & NFS_INO_INVALID_MODE; in nfs_getattr() 899 do_update |= cache_validity & NFS_INO_INVALID_OTHER; in nfs_getattr() [all …]
|
/linux-6.6.21/drivers/video/fbdev/omap2/omapfb/displays/ |
D | panel-dsi-cm.c | 68 atomic_t do_update; member 828 old = atomic_cmpxchg(&ddata->do_update, 1, 0); in dsicm_te_isr() 854 atomic_set(&ddata->do_update, 0); in dsicm_te_timeout_work_callback() 889 atomic_set(&ddata->do_update, 1); in dsicm_update() 1166 atomic_set(&ddata->do_update, 0); in dsicm_probe()
|
/linux-6.6.21/tools/bpf/bpftool/ |
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-6.6.21/drivers/video/fbdev/omap/ |
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-6.6.21/tools/testing/selftests/bpf/ |
D | test_maps.c | 1438 int do_update = ((int *)data)[1]; in test_update_delete() local 1447 if (do_update) { in test_update_delete()
|