Searched refs:low_mark (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/ |
| D | drm_ioc32.c | 313 int low_mark; /* Low water mark */ member 331 desc32.count, desc32.size, desc32.low_mark, desc32.high_mark, in compat_drm_addbufs() 341 desc.count, desc.size, desc.low_mark, desc.high_mark, in compat_drm_addbufs() 361 buf.low_mark = b32.low_mark; in compat_drm_markbufs() 379 .low_mark = from->low_mark, in copy_one_buf32()
|
| D | drm_bufs.c | 1335 dma->bufs[i].low_mark, in __drm_legacy_infobufs() 1352 .low_mark = from->low_mark, in copy_one_buf() 1399 request->size, request->low_mark, request->high_mark); in drm_legacy_markbufs() 1405 if (request->low_mark < 0 || request->low_mark > entry->buf_count) in drm_legacy_markbufs() 1410 entry->low_mark = request->low_mark; in drm_legacy_markbufs()
|
| /Linux-v5.4/include/drm/ |
| D | drm_legacy.h | 97 int low_mark; /**< Low water mark */ member
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/pcie/ |
| D | tx.c | 146 q->low_mark = q->n_window / 4; in iwl_queue_init() 147 if (q->low_mark < 4) in iwl_queue_init() 148 q->low_mark = 4; in iwl_queue_init() 1172 if (iwl_queue_space(trans, txq) > txq->low_mark && in iwl_trans_pcie_reclaim() 1212 if (iwl_queue_space(trans, txq) > txq->low_mark) in iwl_trans_pcie_reclaim()
|
| D | internal.h | 383 int low_mark; member
|
| /Linux-v5.4/include/uapi/drm/ |
| D | drm.h | 339 int low_mark; /**< Low water mark */ member
|
| /Linux-v5.4/tools/include/uapi/drm/ |
| D | drm.h | 339 int low_mark; /**< Low water mark */ member
|
| /Linux-v5.4/drivers/net/wireless/intel/ipw2x00/ |
| D | ipw2200.h | 373 int low_mark; /**< low watermark, resume queue if free space more than this */ member
|
| D | ipw2200.c | 3745 q->low_mark = q->n_bd / 4; in ipw_queue_init() 3746 if (q->low_mark < 4) in ipw_queue_init() 3747 q->low_mark = 4; in ipw_queue_init() 5025 if ((ipw_tx_queue_space(q) > q->low_mark) && in ipw_queue_tx_reclaim()
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlegacy/ |
| D | common.c | 2948 q->low_mark = q->n_win / 4; in il_queue_init() 2949 if (q->low_mark < 4) in il_queue_init() 2950 q->low_mark = 4; in il_queue_init()
|
| D | 4965-mac.c | 2840 il_queue_space(&txq->q) > txq->q.low_mark && in il4965_hdl_tx() 2864 il_queue_space(&txq->q) > txq->q.low_mark) in il4965_hdl_tx() 2971 if (il_queue_space(&txq->q) > txq->q.low_mark && in il4965_hdl_compressed_ba()
|
| D | 3945.c | 289 if (il_queue_space(q) > q->low_mark && txq_id >= 0 && in il3945_tx_queue_reclaim()
|
| D | common.h | 126 int low_mark; /* low watermark, resume queue if free member
|