Home
last modified time | relevance | path

Searched refs:proc_ops (Results 1 – 3 of 3) sorted by relevance

/src/sys/contrib/openzfs/config/
H A Dkernel-proc-operations.m44 dnl # The proc_ops structure was introduced to replace the use of
21 const struct proc_ops test_ops __attribute__ ((unused)) = {
35 AC_MSG_CHECKING([whether proc_ops structure exists])
38 AC_DEFINE(HAVE_PROC_OPS_STRUCT, 1, [proc_ops structure exists])
/src/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkstat.h162 typedef struct proc_ops kstat_proc_op_t;
/src/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kstat.c652 const kstat_proc_op_t *proc_ops, void *data) in kstat_proc_entry_install() argument
694 module->ksm_proc, proc_ops, data); in kstat_proc_entry_install()