OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clmpcc_ibuf_size
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
clmpcc.c
115
u_int
clmpcc_ibuf_size
= CLMPCC_RING_SIZE;
variable in typeref:typename:u_int
306
ch->ch_ibuf = malloc(
clmpcc_ibuf_size
* 2, M_DEVBUF, M_WAITOK);
307
ch->ch_ibuf_end = &(ch->ch_ibuf[
clmpcc_ibuf_size
* 2]);
clmpcc.c
115
u_int
clmpcc_ibuf_size
= CLMPCC_RING_SIZE;
variable in typeref:typename:u_int
306
ch->ch_ibuf = malloc(
clmpcc_ibuf_size
* 2, M_DEVBUF, M_WAITOK);
307
ch->ch_ibuf_end = &(ch->ch_ibuf[
clmpcc_ibuf_size
* 2]);
Completed in 177 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025