freebsd-dev/sys/geom/vinum
Julian Elischer 3745c395ec Rename the kthread_xxx (e.g. kthread_create()) calls
to kproc_xxx as they actually make whole processes.
Thos makes way for us to add REAL kthread_create() and friends
that actually make theads. it turns out that most of these
calls actually end up being moved back to the thread version
when it's added. but we need to make this cosmetic change first.

I'd LOVE to do this rename in 7.0  so that we can eventually MFC the
new kthread_xxx() calls.
2007-10-20 23:23:23 +00:00
..
geom_vinum_drive.c Rename the kthread_xxx (e.g. kthread_create()) calls 2007-10-20 23:23:23 +00:00
geom_vinum_init.c Rename the kthread_xxx (e.g. kthread_create()) calls 2007-10-20 23:23:23 +00:00
geom_vinum_list.c /* -> /*- for copyright notices, minor format tweaks as necessary 2005-01-06 18:27:30 +00:00
geom_vinum_move.c Catch the case when a subdisk has no provider or no consumer 2006-02-08 21:32:45 +00:00
geom_vinum_plex.c Rename the kthread_xxx (e.g. kthread_create()) calls 2007-10-20 23:23:23 +00:00
geom_vinum_raid5.c
geom_vinum_raid5.h while (0); -> while (0) in multi-line macros 2006-08-17 22:50:33 +00:00
geom_vinum_rename.c Whitespace. 2005-11-20 12:14:18 +00:00
geom_vinum_rm.c -) Correct sdcount for a plex when removing or adding subdisks. 2007-04-12 17:54:35 +00:00
geom_vinum_share.c Avoid infinite loop if the device string given for a drive 2007-04-12 17:40:44 +00:00
geom_vinum_share.h
geom_vinum_state.c Protect from creating striped and RAID5 plexes with unequally sized 2006-03-30 14:01:25 +00:00
geom_vinum_subr.c -) Correct sdcount for a plex when removing or adding subdisks. 2007-04-12 17:54:35 +00:00
geom_vinum_var.h Get rid of the gv_bioq hack in most parts of the I/O path and 2006-01-06 18:03:17 +00:00
geom_vinum_volume.c Rename the kthread_xxx (e.g. kthread_create()) calls 2007-10-20 23:23:23 +00:00
geom_vinum.c Protect from creating striped and RAID5 plexes with unequally sized 2006-03-30 14:01:25 +00:00
geom_vinum.h -) Correct sdcount for a plex when removing or adding subdisks. 2007-04-12 17:54:35 +00:00