OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:plcom_rbuf_size
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/evbarm/dev/
plcom.c
219
u_int
plcom_rbuf_size
= PLCOM_RING_SIZE;
variable in typeref:typename:u_int
585
sc->sc_rbuf = kmem_alloc(
plcom_rbuf_size
<< 1, KM_SLEEP);
587
sc->sc_rbavail =
plcom_rbuf_size
;
588
sc->sc_ebuf = sc->sc_rbuf + (
plcom_rbuf_size
<< 1);
947
sc->sc_rbavail =
plcom_rbuf_size
;
1884
scc = cc =
plcom_rbuf_size
- sc->sc_rbavail;
1886
if (cc ==
plcom_rbuf_size
) {
1922
get -=
plcom_rbuf_size
<< 1;
plcom.c
219
u_int
plcom_rbuf_size
= PLCOM_RING_SIZE;
variable in typeref:typename:u_int
585
sc->sc_rbuf = kmem_alloc(
plcom_rbuf_size
<< 1, KM_SLEEP);
587
sc->sc_rbavail =
plcom_rbuf_size
;
588
sc->sc_ebuf = sc->sc_rbuf + (
plcom_rbuf_size
<< 1);
947
sc->sc_rbavail =
plcom_rbuf_size
;
1884
scc = cc =
plcom_rbuf_size
- sc->sc_rbavail;
1886
if (cc ==
plcom_rbuf_size
) {
1922
get -=
plcom_rbuf_size
<< 1;
Completed in 25 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025