Searched refs:STATUS_FREE (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/mm/
H A Dintmem.c12 #define STATUS_FREE 0 macro
44 alloc->status = STATUS_FREE;
62 if (allocation->status == STATUS_FREE &&
67 alloc->status = STATUS_FREE;
79 tmp->status = STATUS_FREE;
114 allocation->status = STATUS_FREE;
117 (prev->status == STATUS_FREE)) {
124 (next->status == STATUS_FREE)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dfore200e.c594 *entry->status = STATUS_FREE;
905 *entry->status = STATUS_FREE;
1188 *entry->status = STATUS_FREE;
1327 *entry->status = STATUS_FREE;
1608 if ((*entry->status != STATUS_FREE) || (txq->txing >= QUEUE_SIZE_TX - 2)) {
1613 if (*entry->status != STATUS_FREE) {
1737 *entry->status = STATUS_FREE;
1801 *entry->status = STATUS_FREE;
2123 *bsq->host_entry[ i ].status = STATUS_FREE;
2179 *rxq->host_entry[ i ].status = STATUS_FREE;
[all...]
H A Dfore200e.h241 STATUS_FREE = (1<<2), /* initial status (written by host) */ enumerator in enum:status

Completed in 41 milliseconds