Home
last modified time | relevance | path

Searched refs:statuses (Results 1 – 9 of 9) sorted by relevance

/linux/Documentation/ABI/testing/
H A Ddebugfs-tpmi40 clearing all the statuses can be done by writing "0\n" to this file.
H A Dsysfs-bus-usb148 statuses available in WWAN, WLAN/Wi-Fi, Bluetooth, etc.
/linux/tools/testing/kunit/
H A Dkunit_parser.py35 counts : TestCounts - counts of the test statuses and errors of
78 Tracks the counts of statuses of all test cases and any errors within
89 statuses = [('passed', self.passed), ('failed', self.failed),
93 ', '.join(f'{s}: {n}' for s, n in statuses if n > 0)
643 counts of the statuses of the tests subtests or the test itself if it
833 # Add statuses to TestCounts attribute in Test object
/linux/Documentation/arch/riscv/
H A Dvector.rst27 argument consists of two 2-bit enablement statuses and a bit for inheritance
/linux/drivers/accel/habanalabs/gaudi/
H A Dgaudi.c8990 u32 *statuses, *fences; in gaudi_print_fences_single_engine() local
8992 statuses = kcalloc(sds->props[SP_ENGINE_NUM_OF_QUEUES], in gaudi_print_fences_single_engine()
8993 sizeof(*statuses), GFP_KERNEL); in gaudi_print_fences_single_engine()
8994 if (!statuses) in gaudi_print_fences_single_engine()
9004 statuses[i] = RREG32(status_base_offset + i * sizeof(u32)); in gaudi_print_fences_single_engine()
9017 statuses[i])) in gaudi_print_fences_single_engine()
9021 FIELD_GET(TPC0_QM_CP_STS_0_FENCE_ID_MASK, statuses[i]); in gaudi_print_fences_single_engine()
9037 statuses[i]); in gaudi_print_fences_single_engine()
9047 kfree(statuses); in gaudi_print_fences_single_engine()
/linux/drivers/md/dm-vdo/
H A Dslab-depot.c3563 struct slab_status *statuses; in get_slab_statuses() local
3567 &statuses); in get_slab_statuses()
3571 *statuses_ptr = statuses; in get_slab_statuses()
3576 *statuses++ = (struct slab_status) { in get_slab_statuses()
/linux/Documentation/networking/
H A Dsnmp_counter.rst811 or Time-Wait statuses, the skipped ACK would be counted to
813 TcpExtTCPACKSkippedTimeWait. In all other statuses, the skipped ACK
/linux/Documentation/ABI/stable/
H A Dsysfs-driver-mlxreg-io233 Description: The files represent BIOS statuses:
/linux/drivers/scsi/aic7xxx/
H A Daic79xx.seq2083 * poll for these statuses too.