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

  /src/sys/kern/
kern_softint.c 224 static u_int softint_max; variable in typeref:typename:u_int
308 softint_max = (softint_bytes - sizeof(softcpu_t)) /
335 memcpy(sh, scfirst->sc_hand, sizeof(*sh) * softint_max);
337 for (shmax = sh + softint_max; sh < shmax; sh++) {
371 for (index = 1; index < softint_max; index++) {
375 if (index == softint_max) {
kern_softint.c 224 static u_int softint_max; variable in typeref:typename:u_int
308 softint_max = (softint_bytes - sizeof(softcpu_t)) /
335 memcpy(sh, scfirst->sc_hand, sizeof(*sh) * softint_max);
337 for (shmax = sh + softint_max; sh < shmax; sh++) {
371 for (index = 1; index < softint_max; index++) {
375 if (index == softint_max) {

Completed in 23 milliseconds