<dec f='src/src/sys/dev/raidframe/rf_map.h' l='47' type='RF_PhysDiskAddr_t * rf_AllocPDAList(int )'/>
<use f='src/src/sys/dev/raidframe/rf_map.c' l='114' u='c' c='rf_MapAccess'/>
<def f='src/src/sys/dev/raidframe/rf_map.c' l='485' ll='500' type='RF_PhysDiskAddr_t * rf_AllocPDAList(int count)'/>
<doc f='src/src/sys/dev/raidframe/rf_map.c' l='480'>/* allocates a list of PDAs, locking the free list only once when we
 * have to call calloc, we do it one component at a time to simplify
 * the process of freeing the list at program shutdown.  This should
 * not be much of a performance hit, because it should be very
 * infrequently executed.  */</doc>
