OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 07:10:07 GMT 2025