Searched refs:do_update (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/crypto/ccree/ |
| H A D | cc_buffer_mgr.h | 58 bool do_update, gfp_t flags);
|
| H 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/tools/bpf/bpftool/ |
| H A D | map.c | 995 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 D | vfio_ap_ops.c | 1714 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 D | omapfb_main.c | 316 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 D | test_maps.c | 1447 int do_update = ((int *)data)[1]; in test_update_delete() local 1456 if (do_update) { in test_update_delete()
|