insmod takes too long
From: eran borovik (ser_at_techst02.technion.ac.il)
Date: 08/24/03
- Next message: Tim Cambrant: "[newbie] Accessing an LKM's functions from external programs?"
- Previous message: dilipkc: "Re: task switching latency: linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 24 Aug 2003 18:14:14 +0200
Hi, I develop a rather bizarre kernel module which on initialization
allocates about 8 threads and 16m of memory via vmalloc.
The thing is that if I enable printk in the module, insmod loads it almost
instantiously. If I disable printk, insmod appear to hang
for about 50 seconds before returning.
What could be the problem??
ERAN.
- Next message: Tim Cambrant: "[newbie] Accessing an LKM's functions from external programs?"
- Previous message: dilipkc: "Re: task switching latency: linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]