Searched refs:load_count (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/ce/
H A Dif_ce.c2531 static int load_count = 0; local
2551 ++load_count;
2563 if (load_count == 1) {
2578 --load_count;
/freebsd-11-stable/sys/dev/cp/
H A Dif_cp.c2216 static int load_count = 0; local
2224 ++load_count;
2229 if (load_count == 1) {
2241 --load_count;
/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c2491 static int load_count = 0; local
2499 ++load_count;
2508 if (load_count == 1) {
2518 --load_count;
/freebsd-11-stable/sys/dev/ctau/
H A Dif_ct.c2157 static int load_count = 0; local
2165 ++load_count;
2170 if (load_count == 1) {
2179 --load_count;
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c253 static int load_count[2][3] = { {0} }; /* per-path: 0-common, 1-port0, 2-port1 */ variable
3760 /* returns the "mcp load_code" according to global load_count array */
3768 path, load_count[path][0], load_count[path][1],
3769 load_count[path][2]);
3770 load_count[path][0]++;
3771 load_count[path][1 + port]++;
3773 path, load_count[path][0], load_count[path][1],
3774 load_count[pat
[all...]

Completed in 253 milliseconds