Searched refs:wheretodiv (Results 1 – 1 of 1) sorted by relevance
1502 uint_t wheretodiv = divpoint; in esp_insert_esp() local1504 while ((split_mp->b_wptr - split_mp->b_rptr) < wheretodiv) { in esp_insert_esp()1505 wheretodiv -= (split_mp->b_wptr - split_mp->b_rptr); in esp_insert_esp()1510 if (split_mp->b_wptr - split_mp->b_rptr != wheretodiv) { in esp_insert_esp()1522 scratch->b_rptr += wheretodiv; in esp_insert_esp()1523 split_mp->b_wptr = split_mp->b_rptr + wheretodiv; in esp_insert_esp()