Home
last modified time | relevance | path

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

/linux/net/wireless/tests/
H A Dscan.c410 bool nstr; member
433 .nstr = true,
505 size_t rnr_len = params->nstr ? sizeof(rnr_nstr) : sizeof(rnr_normal); in KUNIT_ARRAY_PARAM_DESC()
506 void *rnr = params->nstr ? (void *)&rnr_nstr : (void *)&rnr_normal; in KUNIT_ARRAY_PARAM_DESC()
632 if (params->nstr) { in KUNIT_ARRAY_PARAM_DESC()
661 (!params->mld_id && !params->nstr ? 22 : 0) + in KUNIT_ARRAY_PARAM_DESC()
667 (!params->mld_id && !params->nstr ? 22 : 0) + in KUNIT_ARRAY_PARAM_DESC()
/linux/tools/perf/
H A Dbuiltin-sched.c2168 char nstr[30]; in timehist_print_sample() local
2215 snprintf(nstr, sizeof(nstr), "next: %s[%d]", next_comm, next_pid); in timehist_print_sample()
2216 printf(" %-*s", comm_width, nstr); in timehist_print_sample()
/linux/fs/proc/
H A Dbase.c2540 static const char * const nstr[] = { in show_timer() local
2557 seq_printf(m, "notify: %s/%s.%d\n", nstr[notify & ~SIGEV_THREAD_ID], in show_timer()