Lines Matching refs:n_pre
57 unsigned int n_pre; member
103 *count = dep->n_pre; in kmod_softdep_get_pre()
266 unsigned int n_pre = 0, n_post = 0; in kmod_config_add_softdep() local
304 n_pre++; in kmod_config_add_softdep()
315 DBG(config->ctx, "%u pre, %u post\n", n_pre, n_post); in kmod_config_add_softdep()
318 n_pre * sizeof(const char *) + in kmod_config_add_softdep()
325 dep->n_pre = n_pre; in kmod_config_add_softdep()
328 dep->post = dep->pre + n_pre; in kmod_config_add_softdep()
335 n_pre = 0; in kmod_config_add_softdep()
366 dep->pre[n_pre] = itr; in kmod_config_add_softdep()
370 n_pre++; in kmod_config_add_softdep()
406 if (dep->n_pre > 0) { in softdep_to_char()
408 end = dep->pre[dep->n_pre - 1] in softdep_to_char()
409 + strlen(dep->pre[dep->n_pre - 1]); in softdep_to_char()