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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Di460-agp.c75 unsigned long *alloced_map; /* bitmap of kernel-pages in use */ member in struct:__anon4178::lp_desc
362 lp->alloced_map = kzalloc(map_size, GFP_KERNEL);
363 if (!lp->alloced_map) {
377 kfree(lp->alloced_map);
378 lp->alloced_map = NULL;
410 if (!lp->alloced_map)
417 if (test_bit(idx, lp->alloced_map))
423 if (!lp->alloced_map) {
438 __set_bit(idx, lp->alloced_map);
467 __clear_bit(idx, lp->alloced_map);
[all...]

Completed in 65 milliseconds