Home
last modified time | relevance | path

Searched refs:total_commands (Results 1 – 15 of 15) sorted by relevance

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/onyx/
H A Donyx_config.py184 total_commands = []
195 total_commands.extend(commands)
196 result['updates'] = total_commands
199 total_commands.append('configuration write')
200 if total_commands:
203 load_config(module, total_commands)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/mellanox/onyx/plugins/modules/
H A Donyx_config.py178 total_commands = []
189 total_commands.extend(commands)
190 result['updates'] = total_commands
193 total_commands.append('configuration write')
194 if total_commands:
197 load_config(module, total_commands)
/dports/lang/pocl/pocl-1.8/lib/CL/
H A Dpocl_cq_profiling.c62 unsigned long total_commands = 0; in pocl_atexit() local
75 total_commands++; in pocl_atexit()
110 printf (" %-30s %10lu %15lu %4s %10lu\n", "", total_commands, total_time, in pocl_atexit()
111 "100%", total_time / (total_commands + !total_commands) ); in pocl_atexit()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/wti/remote/plugins/modules/
H A Dcpm_iptables_config.py150 total_change = total_commands = total_indices = 0
183 commands.insert(total_commands, to_native(x))
185 commands.insert(indices[total_commands], to_native(x))
186 total_commands += 1
189 if (total_commands != total_indices):
/dports/net/krill/krill-0.9.4/src/upgrades/v0_9_0/
H A Dpubd_objects_migration.rs152 let total_commands = old_cmd_keys.len(); in migrate() localVariable
154 info!("Will migrate {} commands for Publication Server", total_commands); in migrate()
167 let expected_seconds = (total_commands as f64 / migrated_per_second) as i64; in migrate()
H A Dca_objects_migration.rs248 let total_commands = cmd_keys.len(); in migrate() localVariable
261 let expected_seconds = (total_commands as f64 / migrated_per_second) as i64; in migrate()
/dports/audio/snd/snd-21.2/tools/
H A Dsam.c126 …DX, processing_ticks, highest_tick_per_pass, samples = 0, srate = 1, total_commands = 0, current_c… variable
1195 ((total_commands - current_command) < 100) && in linger()
1196 (total_commands > 1000) && in linger()
1200 time - pass, (double)(time - pass) / (double)srate, total_commands - current_command); in linger()
1325 ((total_commands - current_command) > 1000)) in misc_command()
2857 total_commands = bytes / 4; in main()
2874 total_commands = bytes / 5; in main()
2893 total_commands = bytes / 5; in main()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/
H A Daha152x.c430 int total_commands; member
957 HOSTDATA(shpnt)->total_commands++; in aha152x_internal_queue()
2781 HOSTDATA(shpnt)->total_commands=0; in aha152x_set_info()
2873 HOSTDATA(shpnt)->total_commands, in aha152x_show_info()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/
H A Daha152x.c430 int total_commands; member
957 HOSTDATA(shpnt)->total_commands++; in aha152x_internal_queue()
2781 HOSTDATA(shpnt)->total_commands=0; in aha152x_set_info()
2873 HOSTDATA(shpnt)->total_commands, in aha152x_show_info()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/
H A Daha152x.c430 int total_commands; member
957 HOSTDATA(shpnt)->total_commands++; in aha152x_internal_queue()
2781 HOSTDATA(shpnt)->total_commands=0; in aha152x_set_info()
2873 HOSTDATA(shpnt)->total_commands, in aha152x_show_info()
/dports/sysutils/wimlib/wimlib-1.13.0/include/
H A Dwimlib.h1047 size_t total_commands; member
/dports/databases/nagios-check_mongodb/nagios-plugin-mongodb-9d17373/
H A Dcheck_mongodb.py1020 total_commands = insert + query + update + delete + getmore + command
1021 new_vals = [total_commands, insert, query, update, delete, getmore, command]
/dports/multimedia/libva-intel-driver/intel-vaapi-driver-2.4.1/src/
H A Dgen10_vdenc_vp9.h1295 uint32_t total_commands; member
H A Dgen10_vdenc_vp9.c3911 pdata->total_commands = 2; in gen10_vdenc_vp9_huc_initializer_init()
/dports/sysutils/wimlib/wimlib-1.13.0/src/
H A Dupdate_image.c1132 info.update.total_commands = num_cmds; in execute_update_commands()