Searched refs:pflags (Results 76 - 81 of 81) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dvwsnd.c2840 vwsnd_port_flags_t pflags; local
2843 pflags = wport->flags;
2850 if (pflags & DISABLED && ival & PCM_ENABLE_OUTPUT) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dahci.c1423 if (!(ap->pflags & ATA_PFLAG_FROZEN)) {
1436 if (!(ap->pflags & ATA_PFLAG_FROZEN)) {
H A Dsata_promise.c603 if (!(ap->pflags & ATA_PFLAG_FROZEN))
H A Dlibata-scsi.c3032 if (ap->pflags & ATA_PFLAG_UNLOADING) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dlibata.h178 /* The following flag belongs to ap->pflags but is kept in
186 /* struct ata_port pflags */
497 unsigned int pflags; /* ATA_PFLAG_xxx */ member in struct:ata_port
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsched.c5810 unsigned long cflags = sd->flags, pflags = parent->flags; local
5821 pflags &= ~SD_WAKE_BALANCE;
5824 pflags &= ~(SD_LOAD_BALANCE |
5831 if (~cflags & pflags)

Completed in 193 milliseconds

1234