Home
last modified time | relevance | path

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

/linux/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/tools/bpf/bpftool/
H A Dmap.c995 static int do_update(int argc, char **argv) in do_update() function
1499 { "update", do_update },
1507 { "push", do_update },
1508 { "enqueue", do_update },
/linux/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/drivers/video/fbdev/omap/
H A Domapfb_main.c316 int do_update = 0; in omapfb_blank() local
330 do_update = 1; in omapfb_blank()
347 if (r == 0 && do_update) in omapfb_blank()
/linux/tools/testing/selftests/bpf/
H A Dtest_maps.c1447 int do_update = ((int *)data)[1]; in test_update_delete() local
1456 if (do_update) { in test_update_delete()