Searched refs:msgbuf_p_cnt (Results 1 – 4 of 4) sorted by relevance
36 extern unsigned int msgbuf_p_cnt;
137 unsigned int msgbuf_p_cnt = 0; variable1120 msgbuf_p_seg[msgbuf_p_cnt].sz = sz; in init_x86_msgbuf()1121 msgbuf_p_seg[msgbuf_p_cnt++].paddr = ctob(uvm_physseg_get_avail_end(x)) - sz; in init_x86_msgbuf()1131 if (msgbuf_p_cnt == VM_PHYSSEG_MAX) { in init_x86_msgbuf()
398 if (msgbuf_p_cnt == 0) in cpu_startup()400 for (x = 0, sz = 0; x < msgbuf_p_cnt; sz += msgbuf_p_seg[x++].sz) in cpu_startup()407 for (y = 0, sz = 0; y < msgbuf_p_cnt; y++) { in cpu_startup()
351 if (msgbuf_p_cnt == 0) in cpu_startup()353 for (x = 0, sz = 0; x < msgbuf_p_cnt; sz += msgbuf_p_seg[x++].sz) in cpu_startup()360 for (y = 0, sz = 0; y < msgbuf_p_cnt; y++) { in cpu_startup()