HomeSort by relevance Sort by last modified time
    Searched refs:s_state (Results 126 - 132 of 132) sorted by null

1 2 3 4 56

  /system/extras/ext4_utils/
ext4.h 398 __le16 s_state; member in struct:ext4_super_block
  /external/e2fsprogs/debugfs/
debugfs.c 395 current_fs->super->s_state |= EXT2_VALID_FS;
397 current_fs->super->s_state &= ~EXT2_VALID_FS;
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 87 fs->super->s_state |= EXT2_ERROR_FS;
160 rfs->new_fs->super->s_state &= ~EXT2_ERROR_FS;
    [all...]
  /external/oprofile/events/i386/nehalem/
unit_masks 97 0x02 s_state Counts number of L2 data demand loads where the cache line to be loaded is in the S (shared) state
102 0x20 s_state Counts number of L2 prefetch data loads where the cache line to be loaded is in the S (shared) state
109 0x02 s_state Counts number of L2 store RFO requests where the cache line to be loaded is in the S (shared) state
115 0x20 s_state Counts number of L2 lock RFO requests where the cache line to be loaded is in the S (shared) state
122 0x02 s_state Counts number of L1 writebacks to the L2 where the cache line to be written is in the S state
134 0x02 s_state Counts L1 data cache read requests where the cache line to be loaded is in the S (shared) state
140 0x02 s_state Counts L1 data cache store RFO requests where the cache line to be loaded is in the S (shared) state
146 0x02 s_state Counts L1 data cache retired load locks that hit the target cache line in the shared state
337 0x02 s_state Counts the number of cache lines allocated in the L2 cache in the S (shared) state
  /external/grub/stage2/
fsys_reiserfs.c 69 __u16 s_state; /* valid or error */ member in struct:reiserfs_super_block
    [all...]
  /external/genext2fs/
genext2fs.c 460 udecl16(s_state) /* Flags indicating the current state of the filesystem */ \
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c     [all...]

Completed in 7117 milliseconds

1 2 3 4 56