Searched refs:low_mark (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_bufs.c1395 copy_to_user(&to->low_mark,
1396 &list->low_mark,
1397 sizeof(list->low_mark)) ||
1407 dma->bufs[i].freelist.low_mark,
1456 request.size, request.low_mark, request.high_mark);
1462 if (request.low_mark < 0 || request.low_mark > entry->buf_count)
1467 entry->freelist.low_mark = request.low_mark;
H A Ddrm_ioc32.c372 int low_mark; /**< Low water mark */ member in struct:drm_buf_desc32
424 || __put_user(b32.low_mark, &buf->low_mark)
H A Ddrm.h353 int low_mark; /**< Low water mark */ member in struct:drm_buf_desc
H A DdrmP.h347 int low_mark; /**< Low water mark */ member in struct:drm_freelist
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2200.h387 int low_mark; /**< low watermark, resume queue if free space more than this */ member in struct:clx2_queue
H A Dipw2200.c3636 q->low_mark = q->n_bd / 4;
3637 if (q->low_mark < 4)
3638 q->low_mark = 4;
4914 if ((ipw_queue_space(q) > q->low_mark) &&

Completed in 143 milliseconds