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

/linux-4.1.27/drivers/isdn/mISDN/
H A Ddsp_cmx.c390 u_char freeslots[256]; dsp_cmx_hardware() local
461 memset(freeslots, 1, sizeof(freeslots)); dsp_cmx_hardware()
465 finddsp->pcm_slot_rx < sizeof(freeslots)) dsp_cmx_hardware()
466 freeslots[finddsp->pcm_slot_rx] = 0; dsp_cmx_hardware()
468 finddsp->pcm_slot_tx < sizeof(freeslots)) dsp_cmx_hardware()
469 freeslots[finddsp->pcm_slot_tx] = 0; dsp_cmx_hardware()
475 if (freeslots[i]) dsp_cmx_hardware()
750 memset(freeslots, 1, sizeof(freeslots)); dsp_cmx_hardware()
758 sizeof(freeslots)) dsp_cmx_hardware()
759 freeslots[dsp->pcm_slot_rx] = 0; dsp_cmx_hardware()
762 sizeof(freeslots)) dsp_cmx_hardware()
763 freeslots[dsp->pcm_slot_tx] = 0; dsp_cmx_hardware()
769 if (freeslots[i]) dsp_cmx_hardware()
842 memset(freeslots, 1, sizeof(freeslots)); dsp_cmx_hardware()
850 sizeof(freeslots)) dsp_cmx_hardware()
851 freeslots[dsp->pcm_slot_rx] = 0; dsp_cmx_hardware()
854 sizeof(freeslots)) dsp_cmx_hardware()
855 freeslots[dsp->pcm_slot_tx] = 0; dsp_cmx_hardware()
861 if (freeslots[i1]) dsp_cmx_hardware()
877 if (freeslots[i2]) dsp_cmx_hardware()
965 memset(freeslots, 1, sizeof(freeslots)); dsp_cmx_hardware()
979 sizeof(freeslots)) dsp_cmx_hardware()
980 freeslots[dsp->pcm_slot_tx] = 0; dsp_cmx_hardware()
983 sizeof(freeslots)) dsp_cmx_hardware()
984 freeslots[dsp->pcm_slot_rx] = 0; dsp_cmx_hardware()
990 if (freeslots[i]) dsp_cmx_hardware()
/linux-4.1.27/fs/jfs/
H A Djfs_dtree.c1825 * linelock any freeslots residing in old extent dtExtendPage()

Completed in 145 milliseconds