tcp_recvmsg() in 2.4.4

2001-06-08 Thread Eric Barton
n and sk->state... -- Cheers, Eric |Eric BartonBarton Software| |9 York Gardens Tel:+44 (117) 923 9831 | |CliftonMobile: +44 (7909) 680 356 | |Bristol BS8 4LL

kiobuf setup overhead

2001-05-09 Thread Eric Barton
I've noticed that alloc_kiovec() calls alloc_kiobuf_bhs(), which... > int alloc_kiobuf_bhs(struct kiobuf * kiobuf) > { > int i; > > for (i = 0; i < KIO_MAX_SECTORS; i++) > if (!(kiobuf->bh[i] = kmem_cache_alloc(bh_cachep, SLAB_KERNEL))) { > while

make_pages_present()

2001-05-03 Thread Eric Barton
Can someone tell me if make_pages_present() is always called with a page aligned address? If not, it may not make the last page present... -- Cheers, Eric |Eric BartonBarton Software