Home
last modified time | relevance | path

Searched refs:LDC_FLAG_ALLOCED_QUEUES (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/arch/sparc/kernel/
Dldc.c154 #define LDC_FLAG_ALLOCED_QUEUES 0x01 macro
1179 lp->flags |= LDC_FLAG_ALLOCED_QUEUES; in ldc_alloc()
1220 if (lp->flags & LDC_FLAG_ALLOCED_QUEUES) { in ldc_free()
1223 lp->flags &= ~LDC_FLAG_ALLOCED_QUEUES; in ldc_free()
1339 if (!(lp->flags & LDC_FLAG_ALLOCED_QUEUES) || in ldc_connect()
1360 if (!(lp->flags & LDC_FLAG_ALLOCED_QUEUES) || in ldc_disconnect()