Home
last modified time | relevance | path

Searched refs:state3 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/s390/cio/
H A Dcss.h48 __u8 state3 : 1; /* path state value 3 */ member
H A Ddevice_pgid.c355 if (pgid->inf.ps.state3 != SNID_STATE3_MULTI_PATH) in pgid_to_donepm()
358 if (pgid->inf.ps.state3 != SNID_STATE3_SINGLE_PATH) in pgid_to_donepm()
/openbmc/linux/Documentation/admin-guide/acpi/
H A Dfan_performance_states.rst27 -r--r--r-- 1 root root 4096 Dec 13 20:38 state3
/openbmc/linux/fs/gfs2/
H A Drgrp.c442 const u8 state3 = state << 6; in gfs2_bitcount() local
452 if (((*byte) & 0xC0) == state3) in gfs2_bitcount()