NetBSD/sys/dev/raidframe
chs fd34ea77eb remove checks for failure after memory allocation calls that cannot fail:
kmem_alloc() with KM_SLEEP
  kmem_zalloc() with KM_SLEEP
  percpu_alloc()
  pserialize_create()
  psref_class_create()

all of these paths include an assertion that the allocation has not failed,
so callers should not assert that again.
2017-06-01 02:45:05 +00:00
..
Makefile
files.raidframe
raidframeio.h Add a SET_LAST_UNIT ioctl. 2016-01-06 17:40:50 +00:00
raidframevar.h
rf_acctrace.c
rf_acctrace.h
rf_alloclist.c
rf_alloclist.h
rf_archs.h
rf_aselect.c PR/51775: David Binderman: Remove unused variable. 2017-01-04 15:50:34 +00:00
rf_aselect.h
rf_callback.c
rf_callback.h
rf_chaindecluster.c
rf_chaindecluster.h
rf_compat50.c
rf_compat50.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
rf_copyback.c
rf_copyback.h
rf_cvscan.c
rf_cvscan.h
rf_dag.h
rf_dagdegrd.c
rf_dagdegrd.h
rf_dagdegwr.c
rf_dagdegwr.h
rf_dagffrd.c Ensure variables are initialized. Fixes error due to -Wmaybe-unitialized. 2016-12-11 05:27:00 +00:00
rf_dagffrd.h
rf_dagffwr.c
rf_dagffwr.h
rf_dagflags.h
rf_dagfuncs.c
rf_dagfuncs.h
rf_dagutils.c Don't use for (...); by using an explicit continue as body. 2016-01-07 21:57:00 +00:00
rf_dagutils.h
rf_debugMem.c
rf_debugMem.h
rf_debugprint.c
rf_debugprint.h
rf_decluster.c
rf_decluster.h
rf_declusterPQ.c
rf_declusterPQ.h
rf_desc.h
rf_diskqueue.c
rf_diskqueue.h
rf_disks.c more faithful to the original (from coypu) 2017-01-13 13:01:13 +00:00
rf_disks.h
rf_driver.c raidframe: use existing routines to print an error and panic. 2016-12-10 23:03:27 +00:00
rf_driver.h Modularize the raidframe driver, including rework of the unit attach 2015-12-26 00:58:45 +00:00
rf_engine.c Ensure variables are initialized. Fixes error due to -Wmaybe-unitialized. 2016-12-11 05:27:00 +00:00
rf_engine.h
rf_etimer.h
rf_evenodd.c
rf_evenodd.h
rf_evenodd_dagfuncs.c
rf_evenodd_dagfuncs.h
rf_evenodd_dags.c
rf_evenodd_dags.h
rf_fifo.c
rf_fifo.h
rf_general.h raidframe: use existing routines to print an error and panic. 2016-12-10 23:03:27 +00:00
rf_geniq.c
rf_hist.h
rf_interdecluster.c
rf_interdecluster.h
rf_invertq.c
rf_invertq.h
rf_kintf.h refactor driver to use common code in dksubr. 2016-01-03 08:17:24 +00:00
rf_layout.c
rf_layout.h
rf_map.c Cleanup/remove unused asm_count. Reported by David Binderman in PR#51552. 2016-10-15 20:31:15 +00:00
rf_map.h
rf_mcpair.c
rf_mcpair.h
rf_netbsd.h
rf_netbsdkintf.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
rf_nwayxor.c
rf_nwayxor.h
rf_options.c
rf_options.h
rf_optnames.h
rf_paritylog.c
rf_paritylog.h
rf_paritylogDiskMgr.c
rf_paritylogDiskMgr.h
rf_paritylogging.c
rf_paritylogging.h
rf_parityloggingdags.c
rf_parityloggingdags.h
rf_paritymap.c
rf_paritymap.h
rf_parityscan.c
rf_parityscan.h
rf_pq.c
rf_pq.h
rf_pqdeg.c
rf_pqdeg.h
rf_pqdegdags.c
rf_pqdegdags.h
rf_psstatus.c
rf_psstatus.h
rf_raid.h
rf_raid0.c
rf_raid0.h
rf_raid1.c
rf_raid1.h
rf_raid4.c
rf_raid4.h
rf_raid5.c
rf_raid5.h
rf_raid5_rotatedspare.c
rf_raid5_rotatedspare.h
rf_reconbuffer.c
rf_reconbuffer.h
rf_reconmap.c PR/51776: David Binderman: Remove unused variable. 2017-01-04 15:51:41 +00:00
rf_reconmap.h
rf_reconstruct.c
rf_reconstruct.h
rf_reconutil.c
rf_reconutil.h
rf_revent.c
rf_revent.h
rf_shutdown.c
rf_shutdown.h
rf_sstf.c
rf_sstf.h
rf_states.c refactor driver to use common code in dksubr. 2016-01-03 08:17:24 +00:00
rf_states.h
rf_stripelocks.c
rf_stripelocks.h
rf_strutils.c
rf_threadstuff.h
rf_utils.c
rf_utils.h