Searched refs:callb (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/sys/
H A DMakefile.am7 callb.h \
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A DMakefile.am6 callb.h \
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
H A DMakefile.am5 callb.h \
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dcallb.c34 #include <sys/callb.h>
46 * The callb mechanism provides generic event scheduling/echoing.
47 * A callb function is registered and called on behalf of the event.
49 typedef struct callb { struct
50 struct callb *c_next; /* next in class or on freelist */
52 char c_flag; /* info about the callb state */
53 uchar_t c_class; /* this callb's class */
54 kcondvar_t c_done_cv; /* signal callb completion */
62 * callb c_flag bitmap definitions
69 * Basic structure for a callb tabl
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dspa_os.c60 #include <sys/callb.h>
70 #include <sys/callb.h>
H A Darc_os.c41 #include <sys/callb.h>
H A Dzfs_dir.c48 #include <sys/callb.h>
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Darc_os.c53 #include <sys/callb.h>
/freebsd-13-stable/crypto/openssl/apps/
H A Dx509.c35 static int callb(int ok, X509_STORE_CTX *ctx);
194 X509_STORE_set_verify_cb(ctx, callb);
1024 static int callb(int ok, X509_STORE_CTX *ctx) function
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dmmp.c33 #include <sys/callb.h>
H A Ddmu_traverse.c39 #include <sys/callb.h>
H A Dtxg.c35 #include <sys/callb.h>
H A Dspa.c82 #include <sys/callb.h>
94 #include <sys/callb.h>
H A Ddbuf.c50 #include <sys/callb.h>
H A Darc.c301 #include <sys/callb.h>
/freebsd-13-stable/sys/contrib/openzfs/module/
H A DMakefile.bsd110 callb.c \
/freebsd-13-stable/sys/modules/zfs/
H A DMakefile82 callb.c \

Completed in 274 milliseconds