Searched refs:tot_n (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/agp/ |
H A D | isoch.c | 87 u32 tot_bw = 0, tot_n = 0, tot_rq = 0, y_max, rq_isoch, rq_async; in agp_3_5_isochronous_node_enable() local 184 tot_n += master[cdev].n; in agp_3_5_isochronous_node_enable() 189 if (tot_n > target.n) { in agp_3_5_isochronous_node_enable() 200 rem = target.n - tot_n; in agp_3_5_isochronous_node_enable()
|
/kernel/linux/linux-6.6/drivers/char/agp/ |
H A D | isoch.c | 87 u32 tot_bw = 0, tot_n = 0, tot_rq = 0, y_max, rq_isoch, rq_async; in agp_3_5_isochronous_node_enable() local 184 tot_n += master[cdev].n; in agp_3_5_isochronous_node_enable() 189 if (tot_n > target.n) { in agp_3_5_isochronous_node_enable() 200 rem = target.n - tot_n; in agp_3_5_isochronous_node_enable()
|
Completed in 4 milliseconds