Searched refs:linksize (Results 1 – 2 of 2) sorted by relevance
81 int linksize, cells; in tc_align_to_atm() local86 linksize = cells * ATM_CELL_SIZE; /* Use full cell size to add ATM tax */ in tc_align_to_atm()87 return linksize; in tc_align_to_atm()
288 int linksize; in get_classname() local307 linksize = readlink(procfile, linkfile, sizeof(linkfile)-1); in get_classname()308 if ( linksize > 0 ) { in get_classname()309 linkfile[linksize] = '\0'; in get_classname()