OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sg_list_size
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/ic/
aic79xx.c
5099
bus_size_t
sg_list_size
;
local in function:ahd_sglist_allocsize
5105
sg_list_size
= sg_list_increment;
5108
while ((
sg_list_size
+ sg_list_increment) <= PAGE_SIZE)
5109
sg_list_size
+= sg_list_increment;
5115
best_list_size =
sg_list_size
;
5121
while ((
sg_list_size
+ sg_list_increment) <= max_list_size
5122
&& (
sg_list_size
% PAGE_SIZE) != 0) {
5126
sg_list_size
+= sg_list_increment;
5127
new_mod =
sg_list_size
% PAGE_SIZE;
5130
best_list_size =
sg_list_size
;
[
all
...]
Completed in 14 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025