HomeSort by relevance Sort by last modified time
    Searched defs:Sector (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/coregrind/
m_transtab.c 64 /* Number of TC entries in each sector. This needs to be a prime
71 /* Because each sector contains a hash table of TTEntries, we need to
72 specify the maximum allowable loading, after which the sector is
76 /* The sector is deemed full when this many entries are in it. */
113 the corresponding host code (must be in the same sector!)
114 This is a pointer into the sector's tc (code) area. */
134 eclass[] entries in the containing Sector. Those entries in
145 // of this TTEntry in the containing Sector's tt array.
150 /* Finally, a sector itself. Each sector contains an array o
    [all...]
  /bionic/libc/kernel/common/linux/
blkdev.h 124 sector_t sector; member in struct:request
450 typedef struct {struct page *v;} Sector;
  /external/kernel-headers/original/linux/
blkdev.h 138 sector_t sector; /* next sector to submit */ member in struct:request
143 sector_t hard_sector; /* next sector to complete */
811 typedef struct {struct page *v;} Sector;
813 unsigned char *read_dev_sector(struct block_device *, sector_t, Sector *);
815 static inline void put_dev_sector(Sector p)

Completed in 720 milliseconds