next up previous contents
Next: struktura char_device Up: structury danych Previous: struktura block_device_operations   Spis tresci

tablica cdev_hashtable i bdev_hashtable

static struct list_head cdev_hashtable[HASH_SIZE];
static struct list_head bdev_hashtable[HASH_SIZE];

Tablice mieszające trzymające wszystkie używane urządzenia znakowe/blokowe. Typem trzymanych w nich struktur jest odpowiednio struct char_device lub struct block_device.
(Patrz algorytmy cget i bget; pkt: 1.2.3).



2001-12-18