Lines Matching defs:cnt
106 unsigned int cnt;
118 cnt = 0;
119 chip->bios_dir[cnt] = securityfs_create_dir(name, NULL);
123 if (IS_ERR(chip->bios_dir[cnt]))
125 cnt++;
136 chip->bios_dir[cnt] =
141 if (IS_ERR(chip->bios_dir[cnt]))
143 cnt++;
151 chip->bios_dir[cnt] =
156 if (IS_ERR(chip->bios_dir[cnt]))
158 cnt++;
164 chip->bios_dir[cnt] = NULL;