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

  /src/sys/kern/
kern_softint.c 222 u_int softint_bytes = 32768; variable in typeref:typename:u_int
307 softint_bytes = round_page(softint_bytes);
308 softint_max = (softint_bytes - sizeof(softcpu_t)) /
313 sc = (softcpu_t *)uvm_km_alloc(kernel_map, softint_bytes, 0,
378 "increase softint_bytes\n");
437 KASSERTMSG(offset < softint_bytes, "%"PRIuPTR" %u",
438 offset, softint_bytes);
501 KASSERTMSG(offset < softint_bytes, "%"PRIuPTR" %u",
502 offset, softint_bytes);
    [all...]
kern_softint.c 222 u_int softint_bytes = 32768; variable in typeref:typename:u_int
307 softint_bytes = round_page(softint_bytes);
308 softint_max = (softint_bytes - sizeof(softcpu_t)) /
313 sc = (softcpu_t *)uvm_km_alloc(kernel_map, softint_bytes, 0,
378 "increase softint_bytes\n");
437 KASSERTMSG(offset < softint_bytes, "%"PRIuPTR" %u",
438 offset, softint_bytes);
501 KASSERTMSG(offset < softint_bytes, "%"PRIuPTR" %u",
502 offset, softint_bytes);
    [all...]
kern_softint.c 222 u_int softint_bytes = 32768; variable in typeref:typename:u_int
307 softint_bytes = round_page(softint_bytes);
308 softint_max = (softint_bytes - sizeof(softcpu_t)) /
313 sc = (softcpu_t *)uvm_km_alloc(kernel_map, softint_bytes, 0,
378 "increase softint_bytes\n");
437 KASSERTMSG(offset < softint_bytes, "%"PRIuPTR" %u",
438 offset, softint_bytes);
501 KASSERTMSG(offset < softint_bytes, "%"PRIuPTR" %u",
502 offset, softint_bytes);
    [all...]

Completed in 168 milliseconds