Searched refs:rotations (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/net/tcp_ao/
H A Dkey-management.c860 size_t quota, unsigned int rotations,
870 for (i = current_index + 1; rotations > 0; i++, rotations--) {
1074 unsigned int nr_keys, unsigned int rotations,
1085 for (i = rnext_index + 1; rotations > 0; i++, rotations--) {
859 server_rotations(const char *tst_name, unsigned int port, size_t quota, unsigned int rotations, unsigned int current_index, unsigned int rnext_index) argument
1073 roll_over_keys(const char *tst_name, unsigned int port, unsigned int nr_keys, unsigned int rotations, unsigned int current_index, unsigned int rnext_index) argument
/linux-master/kernel/events/
H A Dcore.c1084 bool rotations; local
1089 rotations = perf_rotate_context(cpc);
1092 if (rotations)
1098 return rotations ? HRTIMER_RESTART : HRTIMER_NORESTART;

Completed in 515 milliseconds