Searched defs:diskqueue (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_diskq.h | 137 typedef struct diskqueue { /* the incore info about the diskq */ struct 138 dqheader disk_hdr; /* info about the queue */ 139 long nitems_hwm; 140 long blocks_hwm; 141 long throttle_delay; 142 nsc_off_t last_tail; /* pos of the last tail write */ 143 volatile int inflbls; /* number of inflight blocks */ 144 volatile int inflitems; /* number of inflight blocks */ 146 kmutex_t disk_qlock; /* protects all things in diskq */ 149 kmutex_t head_lock; [all …]
|
/titanic_50/usr/src/cmd/avs/rdc/ |
H A D | sndrboot.c | 78 char diskqueue[NSC_MAXPATH]; /* Disk Queue volume */ member 131 char diskqueue[NSC_MAXPATH]; in sndrboot_lintmain() local 256 tobitmap, flag, directfile, group, diskqueue, doasync, in rdc_operation() argument 666 char diskqueue[NSC_MAXPATH]; in read_libcfg() local
|
H A D | sndradm.c | 115 char diskqueue[NSC_MAXPATH]; /* Disk Queue volume */ member 228 char *diskqueue = pair.diskqueue; in rdc_print() local 673 char *diskqueue = pair.diskqueue; in check_diskqueue() local 1237 rewrite_group_diskqueue(CFGFILE *cfg, _sd_dual_pair_t *pair, char *diskqueue) in rewrite_group_diskqueue() 1724 char diskqueue[NSC_MAXPATH]; local 3797 char *directfile, char *group, char *ctag, char *diskqueue, 5445 char *diskqueue = pair.diskqueue; local
|