summaryrefslogtreecommitdiff
path: root/firmware/src/os/req_ctx.h
Commit message (Expand)AuthorAgeFilesLines
* convert from u_int*_t to uint*_tHarald Welte2015-09-281-5/+5
* change number + qty of small/large req_ctxMin Xu2014-11-111-3/+2
* req_ctx: Keep statistic about number of req_ctx in given stateMin Xu2014-11-111-0/+1
* req_ctx: avoid loop iterations by introducing per-state queuesMin Xu2014-11-111-0/+1
* change req_ctx sizes large 2048->1000; small 128->270Min Xu2014-11-111-2/+2
* req_ctx: Use consistent numeric range for REQ_CTX_STATEMin Xu2014-11-111-19/+20
* req_ctx: Increase size of small req_ctx to 128 and have 16 instead of 8Harald Welte2010-11-181-1/+1
* - add svn:ignore property to make 'svn st' output more realisticlaforge2006-10-151-0/+2
* re-define REQ_CTX_STATE_FREE != 0 to detect bugslaforge2006-10-011-1/+1
* - increase number of large (2k) contextx to 8laforge2006-09-271-1/+2
* - move large rctx definitions to req_ctx.hlaforge2006-09-221-0/+5
* - Add OpenPICC register definition (and USB command handling)laforge2006-09-201-12/+4
* move to new directorylaforge2006-09-121-0/+49
personal git repositories of Harald Welte. Your mileage may vary