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

/linux-master/kernel/locking/
H A Dlocktorture.c100 static const struct kernel_param_ops lt_bind_ops = { variable in typeref:struct:kernel_param_ops
105 module_param_cb(bind_readers, &lt_bind_ops, &bind_readers, 0644);
106 module_param_cb(bind_writers, &lt_bind_ops, &bind_writers, 0644);

Completed in 364 milliseconds