Searched refs:busy_fname (Results 1 – 1 of 1) sorted by relevance
186 char busy_fname[80]; member1357 sprintf(pginfos[i].busy_fname, "net/%s/pg_busy%i", PG_PROC_DIR, i); in init()1358 pginfos[i].busy_proc_ent = create_proc_entry(pginfos[i].busy_fname, 0, 0); in init()1373 if (strlen(pginfos[i].busy_fname)) { in init()1374 remove_proc_entry(pginfos[i].busy_fname, NULL); in init()1388 if (strlen(pginfos[i].busy_fname)) { in cleanup()1389 remove_proc_entry(pginfos[i].busy_fname, NULL); in cleanup()