Searched refs:inc (Results 1 – 2 of 2) sorted by relevance
137 unsigned int inc) in bio_crypt_dun_increment() argument141 for (i = 0; inc && i < BLK_CRYPTO_DUN_ARRAY_SIZE; i++) { in bio_crypt_dun_increment()142 dun[i] += inc; in bio_crypt_dun_increment()147 if (dun[i] < inc) in bio_crypt_dun_increment()148 inc = 1; in bio_crypt_dun_increment()150 inc = 0; in bio_crypt_dun_increment()
30 unsigned int inc);
Completed in 10 milliseconds