Searched refs:duration (Results 151 - 175 of 458) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.h28 __le32 duration; member in struct:bnxt_coredump_segment_hdr
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsk_storage_tracing.c22 static __u32 duration; variable
H A Dtrace_ext.c14 static __u32 duration; variable
H A Dcgroup_attach_override.c29 __u32 duration = 0; local
H A Dprobe_user.c16 int err, results_map_fd, sock_fd, duration = 0; local
H A Dvarlen.c14 int duration = 0, err; local
H A Dmetadata.c14 static int duration; variable
H A Dstacktrace_build_id.c11 __u32 key, prev_key, val, duration = 0; local
H A Dmodule_attach.c9 static int duration; variable
H A Dstacktrace_build_id_nmi.c15 __u32 key, prev_key, val, duration = 0; local
H A Dpinning.c11 __u32 map_info_len, duration = 0; local
36 __u32 map_id, map_id2, duration = 0; local
/linux-master/tools/thermal/thermometer/
H A Dthermometer.c40 int duration; member in struct:options
185 printf("\t-d, --duration <seconds>\tcapture duration\n");
203 { "duration", required_argument, NULL, 'd' },
228 options->duration = atoi(optarg) * 1000;
466 * If there is a duration specified, we will exit the mainloop
470 if (options->duration) {
473 timer_it.it_value = msec_to_timespec(options->duration);
477 ERROR("Failed to create duration timer: %m\n");
/linux-master/drivers/media/rc/
H A Dttusbir.c119 rawir.duration = US_PER_BYTE;
125 rawir.duration = US_PER_BYTE;
139 rawir.duration = US_PER_BIT * (8 - b);
144 rawir.duration = US_PER_BIT * b;
H A Digorplugusb.c74 rawir.duration = ir->buf_in[i] * 85;
84 rawir.duration = ir->rc->timeout;
/linux-master/drivers/staging/vt6656/
H A Drxtx.c214 buf->duration = hdr->duration_id;
219 struct ieee80211_rts *rts, __le16 duration)
224 rts->duration = duration;
261 buf->duration = vnt_get_rts_duration(tx_context);
263 vnt_fill_ieee80211_rts(tx_context, &buf->data, buf->duration);
281 buf->data.duration = buf->duration_ba;
669 short_head->duration = mgmt_hdr->duration;
218 vnt_fill_ieee80211_rts(struct vnt_usb_send_context *tx_context, struct ieee80211_rts *rts, __le16 duration) argument
/linux-master/net/mac80211/
H A Drc80211_minstrel_ht.h103 u16 duration[MCS_GROUP_RATES]; member in struct:mcs_group
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_tc.c58 u64 duration; local
72 duration = 0;
75 duration += gcl->operation[index].interval;
84 return duration;
114 * - change duration of last operation
121 * - maximum change duration
/linux-master/tools/perf/util/
H A Dkvm-stat.h102 u64 duration; member in struct:perf_kvm_stat
/linux-master/drivers/gpio/
H A Dgpio-dln2.c275 __le32 duration; local
280 duration = cpu_to_le32(pinconf_to_config_argument(config));
282 &duration, sizeof(duration));
/linux-master/drivers/char/tpm/
H A Dtpm-sysfs.c275 if (chip->duration[TPM_LONG] == 0)
279 jiffies_to_usecs(chip->duration[TPM_SHORT]),
280 jiffies_to_usecs(chip->duration[TPM_MEDIUM]),
281 jiffies_to_usecs(chip->duration[TPM_LONG]),
/linux-master/tools/tracing/rtla/src/
H A Dtimerlat_hist.c35 int duration; member in struct:timerlat_hist_params
243 char duration[26]; local
249 get_duration(tool->start_time, duration, sizeof(duration));
255 trace_seq_printf(s, "# Duration: %s\n", duration);
669 " -d/--duration time[m|h|d]: duration of the session in seconds",
748 {"duration", required_argument, 0, 'd'},
828 params->duration = parse_seconds_duration(optarg);
829 if (!params->duration)
[all...]
H A Dtimerlat_top.c36 int duration; member in struct:timerlat_top_params
220 char duration[26]; local
222 get_duration(top->start_time, duration, sizeof(duration));
235 trace_seq_printf(s, "%-6s | IRQ Timer Latency (%s) | Thread Timer Latency (%s)", duration,
462 " -d/--duration time[m|h|d]: duration of the session in seconds",
530 {"duration", required_argument, 0, 'd'},
614 params->duration = parse_seconds_duration(optarg);
615 if (!params->duration)
[all...]
/linux-master/net/ieee802154/
H A Dtrace.h306 __field(u8, duration)
312 __entry->duration = request->duration;
314 TP_printk(WPAN_PHY_PR_FMT ", scan, page: %d, channels: %x, duration %d",
315 WPAN_PHY_PR_ARG, __entry->page, __entry->channels, __entry->duration)
/linux-master/drivers/media/pci/smipcie/
H A Dsmipcie-ir.c51 rawir.duration = ((buffer[cnt] & 0x7f) +
96 rawir.duration = SMI_SAMPLE_PERIOD * SMI_SAMPLE_IDLEMIN;
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Ddebug.h217 * @duration: MFUART loading time
223 __le32 duration; member in struct:iwl_mfuart_load_notif_v1
232 * @duration: MFUART loading time
239 __le32 duration; member in struct:iwl_mfuart_load_notif

Completed in 192 milliseconds

1234567891011>>