Searched defs:cc_chain (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_io.c115 next_centry = centry->cc_chain;
1532 _sd_cctl_t *cc_chain; local
1538 cc_chain = cc_ent;
1570 cc_chain->cc_dirty_link = cdi->cd_fail_head;
1571 cdi->cd_fail_head = cc_chain;
H A Dsd_bcache.h218 struct _sd_cctl *cc_chain; /* chaining request centries */ member in struct:_sd_cctl
H A Dsd_bcache.c2299 centry->cc_chain = NULL;
2365 lentry->cc_chain = centry;
2394 centry->cc_chain = NULL;
2407 centry = last_ioent->cc_chain;
2408 last_ioent->cc_chain = NULL;
2410 lentry = centry->cc_chain;
2879 centry->cc_chain = NULL;
2914 lentry->cc_chain = centry;
2940 lentry->cc_chain = centry;
2993 centry->cc_chain
3670 _sd_cctl_t *centry, *cc_chain; local
[all...]

Completed in 96 milliseconds