HomeSort by: relevance | last modified time | path
    Searched refs:callback_entry (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
callback.h 36 struct callback_entry { struct
37 TAILQ_ENTRY(callback_entry) ce_q;
38 int (*ce_func)(struct callback_entry *, void *, void *);
45 TAILQ_HEAD(, callback_entry) ch_q;
46 struct callback_entry *ch_next;
57 void callback_register(struct callback_head *, struct callback_entry *,
58 void *, int (*)(struct callback_entry *, void *, void *));
59 void callback_unregister(struct callback_head *, struct callback_entry *);
  /src/sys/kern/
subr_callback.c 62 callback_register(struct callback_head *ch, struct callback_entry *ce,
63 void *obj, int (*fn)(struct callback_entry *, void *, void *))
76 callback_unregister(struct callback_head *ch, struct callback_entry *ce)
93 struct callback_entry *ce;

Completed in 13 milliseconds