Searched refs:nstr (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-sched.c | 2013 char nstr[30]; in timehist_print_sample() local 2050 snprintf(nstr, sizeof(nstr), "next: %s[%d]", next_comm, next_pid); in timehist_print_sample() 2051 printf(" %-*s", comm_width, nstr); in timehist_print_sample()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
| H A D | autotools-update.patch | 1951 - nls_uint32 nstr = W (domain->must_swap, domain->hash_tab[idx]); 1953 - if (nstr == 0) 1957 - if (W (domain->must_swap, domain->orig_tab[nstr - 1].length) == len 1960 - domain->orig_tab[nstr - 1].offset)) == 0) 1962 - domain->trans_tab[nstr - 1].offset); 1971 - nstr = W (domain->must_swap, domain->hash_tab[idx]); 1972 - if (nstr == 0) 1976 - if (W (domain->must_swap, domain->orig_tab[nstr - 1].length) == len 1979 - domain->orig_tab[nstr - 1].offset)) 1982 - + W (domain->must_swap, domain->trans_tab[nstr - 1].offset);
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | base.c | 2457 static const char * const nstr[] = { in show_timer() local 2471 nstr[notify & ~SIGEV_THREAD_ID], in show_timer()
|