HomeSort by relevance Sort by last modified time
    Searched refs:trycount (Results 1 - 2 of 2) sorted by null

  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
simple_sync_srcu.c 24 bool try_check_zero(struct srcu_struct *sp, int idx, int trycount);
35 const int trycount = 1; local
45 assume(try_check_zero(sp, idx, trycount));
49 assume(try_check_zero(sp, idx^1, trycount));
  /cts/hostsidetests/security/securityPatch/Bug-35764875/
poc.c 96 int trycount = 0; local
117 printf("information leaked, trycount=%d, rc=%d, event_type=%d\n",
118 trycount, ret, event32.event_type);
122 trycount++;

Completed in 793 milliseconds