Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_ioctl.c2423 int toff, thop; in cachefs_inum_register() local
2508 thop = (int)(real % (fscp->fs_inum_size - 2)) + 1; in cachefs_inum_register()
2523 toff += thop; in cachefs_inum_register()
2542 int toff, thop; in cachefs_inum_real2fake() local
2549 thop = (int)(real % (fscp->fs_inum_size - 2)) + 1; in cachefs_inum_real2fake()
2561 toff += thop; in cachefs_inum_real2fake()