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

  /src/sys/arch/alpha/alpha/
interrupt.c 544 * Process pending soft interrupts that are eligible to run
553 const unsigned long eligible = SOFTINTS_ELIGIBLE(ipl); local
558 ssir = ci->ci_ssir & eligible;
603 * Redistribute interrupts amongst CPUs eligible to handle them.
  /src/external/gpl2/texinfo/dist/info/
infodoc.c 412 /* If the eligible window's height is >= this, split it to make the help
420 WINDOW *eligible = NULL; local
434 eligible = window;
438 if (!eligible)
452 || (!help_window && eligible->height < HELP_SPLIT_SIZE));
460 if (eligible->height >= HELP_SPLIT_SIZE)
462 active_window = eligible;
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c 856 // If Punycode conversion of final eligible label was successful, copy the rest of the domainname
3140 // To be eligible for acceleration, a record MUST NOT be older (further along
3254 // Eligible records that are more than half-way to their announcement time are accelerated
5253 mDNSBool eligible = (rr->resrec.RecordType != kDNSRecordTypePacketNegative); local
5256 eligible = eligible && !dns_question_is_dnssec_requestor(q) && !resource_record_is_dnssec_aware(&rr->resrec);
5258 if (eligible)
11018 // Make the negative record eligible for cache recycling since we will finish the work with it.
11516 // set non-zero, and that tells GetCacheEntity() that they're not, at this moment, eligible for recycling.
12748 // Now we have finished the response size counting, the record is now eligible for cache recycling
    [all...]

Completed in 65 milliseconds