Searched refs:x_max (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/sys/geom/sched/
H A Dgs_rr.c155 const int x_max; member in struct:x_bound
291 else if (x > v->x_max)
292 x = v->x_max;
/freebsd-10.3-release/sys/dev/bktr/
H A Dioctl_bt848.h206 int x_max; member in struct:bktr_clip
H A Dbktr_core.c1384 if (bktr->clip_list[i].x_min >= bktr->clip_list[i].x_max ||
1387 bktr->clip_list[i].x_max < 0 ||
2622 if (x >= clip_node->x_min && x <= clip_node->x_max ) {
2644 if (x >= clip_node->x_min && x <= clip_node->x_max) {
2655 if (x >= clip_node->x_min && x <= clip_node->x_max) {
/freebsd-10.3-release/usr.bin/netstat/
H A Dsctp.c278 int i, xl_total = 0, xr_total = 0, x_max; local
338 x_max = (xl_total > xr_total) ? xl_total : xr_total;
339 for (i = 0; i < x_max; i++) {
367 if (i < x_max)

Completed in 64 milliseconds