Home
last modified time | relevance | path

Searched refs:occurrences (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.4/drivers/ntb/test/
Dntb_msi_test.c27 int occurrences; member
51 isr_ctx->occurrences++; in ntb_msit_isr()
244 static int ntb_msit_dbgfs_occurrences_get(void *data, u64 *occurrences) in ntb_msit_dbgfs_occurrences_get() argument
248 *occurrences = isr_ctx->occurrences; in ntb_msit_dbgfs_occurrences_get()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-devices22 programs must be able to handle such occurrences.
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/fw/api/
Ddbg-tlv.h259 __le32 occurrences; member
/Linux-v5.4/Documentation/arm/sa1100/
Dserial_uart.rst48 - replace occurrences of ttyS0 with ttySA0, ttyS1 with ttySA1, etc.
/Linux-v5.4/Documentation/arm/
Dmem_alignment.rst59 information on unaligned access occurrences plus the current mode of
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/fw/
Ddbg.c2109 u16 occurrences = le16_to_cpu(trigger->occurrences) - 1; in iwl_fw_dbg_collect() local
2111 if (!le16_to_cpu(trigger->occurrences)) in iwl_fw_dbg_collect()
2121 trigger->occurrences = cpu_to_le16(occurrences); in iwl_fw_dbg_collect()
2159 occur = le32_to_cpu(active->trig->occurrences); in _iwl_fw_dbg_ini_collect()
2163 active->trig->occurrences = cpu_to_le32(--occur); in _iwl_fw_dbg_ini_collect()
Dfile.h750 __le16 occurrences; member
/Linux-v5.4/Documentation/driver-api/early-userspace/
Dbuffer-format.rst25 * is used to indicate "0 or more occurrences of"
/Linux-v5.4/tools/perf/Documentation/
Dperf-diff.txt68 all occurrences of this separator in symbol names (and other output)
Dperf-report.txt212 all occurrences of this separator in symbol names (and other output)
/Linux-v5.4/Documentation/trace/
Dtracepoint-analysis.rst150 occurrences are useful to the performance analyst, then perf can be used.
/Linux-v5.4/Documentation/filesystems/
Dsquashfs.txt224 all other occurrences holding an out of line reference to that value.
/Linux-v5.4/Documentation/driver-api/
Dntb.rst217 One occurrences file exists for each interrupt and, when read,
/Linux-v5.4/scripts/
Dspelling.txt907 occurances||occurrences
/Linux-v5.4/Documentation/admin-guide/
Dras.rst49 By monitoring the number of occurrences of error detections, it is possible
Dcgroup-v2.rst1206 occurrences are expected.
/Linux-v5.4/Documentation/scsi/
DChangeLog.lpfc866 * Changed 2 occurrences of if( 1 != f(x)) to if(f(x) != 1)