HomeSort by: relevance | last modified time | path
    Searched defs:have_plan (Results 1 - 1 of 1) sorted by relevancy

  /src/external/lgpl2/userspace-rcu/dist/tests/utils/
tap.c 20 static int have_plan = 0; variable
193 if(have_plan != 0) {
200 have_plan = 1;
244 if(have_plan != 0) {
258 have_plan = 1;
405 if(no_plan || !have_plan) {
444 if(!no_plan && !have_plan && !skip_all) {
459 if(!skip_all && (no_plan || !have_plan)) {
463 if((have_plan && !no_plan) && e_tests < test_count) {
470 if((have_plan || !no_plan) && e_tests > test_count)
    [all...]

Completed in 14 milliseconds