Searched refs:mdb_context_t (Results 1 – 3 of 3) sorted by relevance
46 context_init(mdb_context_t *volatile c) in context_init()53 mdb_context_t *56 mdb_context_t *c = mdb_zalloc(sizeof (mdb_context_t), UM_NOSLEEP); in mdb_context_create()67 mdb_free(c, sizeof (mdb_context_t)); in mdb_context_create()78 mdb_context_destroy(mdb_context_t *c) in mdb_context_destroy()81 mdb_free(c, sizeof (mdb_context_t)); in mdb_context_destroy()85 mdb_context_switch(mdb_context_t *c) in mdb_context_switch()94 mdb_context_getpcb(mdb_context_t *c) in mdb_context_getpcb()
52 context_init(mdb_context_t *volatile c) in context_init()59 mdb_context_t *62 mdb_context_t *c = mdb_zalloc(sizeof (mdb_context_t), UM_NOSLEEP); in mdb_context_create()95 mdb_free(c, sizeof (mdb_context_t)); in mdb_context_create()109 mdb_context_destroy(mdb_context_t *c) in mdb_context_destroy()114 mdb_free(c, sizeof (mdb_context_t)); in mdb_context_destroy()118 mdb_context_switch(mdb_context_t *c) in mdb_context_switch()127 mdb_context_getpcb(mdb_context_t *c) in mdb_context_getpcb()
43 typedef struct mdb_context mdb_context_t; typedef45 extern mdb_context_t *mdb_context_create(int (*)(void));46 extern void mdb_context_destroy(mdb_context_t *);47 extern void mdb_context_switch(mdb_context_t *);48 extern jmp_buf *mdb_context_getpcb(mdb_context_t *);