Home
last modified time | relevance | path

Searched refs:c_done (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_cmd.c59 void (*c_done)(struct sda_cmd *); member
179 if (c->c_done != NULL) { in sda_cmd_notify()
181 c->c_done(cmdp); in sda_cmd_notify()
209 c->c_done = done; in sda_cmd_submit()
288 c->c_done = NULL; in sda_cmd_alloc()
323 c->c_done = NULL; in sda_cmd_alloc_acmd()
/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h65 kcondvar_t c_done; /* signal callout completion */ member
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c282 cv_init(&cp->c_done, NULL, CV_DEFAULT, NULL); in callout_alloc()
1383 cv_wait(&cp->c_done, &ct->ct_mutex); in untimeout_generic()
1505 cv_broadcast(&cp->c_done); in callout_list_expire()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1091 co->c_done, co->c_waiting, co->c_executor); in callouts_cb()