Searched refs:ql (Results 1 – 12 of 12) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | quicklist.c | 152 unsigned long quicklistCount(const quicklist *ql) { return ql->count; } in quicklistCount() argument 1454 if (ql->head) in ql_info() 1456 if (ql->tail) in ql_info() 1460 UNUSED(ql); in ql_info() 1522 ql_info(ql); in _ql_verify() 1554 if (ql->head && head_count != ql->head->count && in _ql_verify() 1558 head_count, ql->head->count, ziplistLen(ql->head->zl)); in _ql_verify() 1562 if (ql->tail && tail_count != ql->tail->count && in _ql_verify() 1566 tail_count, ql->tail->count, ziplistLen(ql->tail->zl)); in _ql_verify() 1573 unsigned int high_raw = ql->len - ql->compress; in _ql_verify() [all …]
|
| H A D | defrag.c | 411 long activeDefragQuickListNodes(quicklist *ql) { in activeDefragQuickListNodes() argument 412 quicklistNode *node = ql->head, *newnode; in activeDefragQuickListNodes() 420 ql->head = newnode; in activeDefragQuickListNodes() 424 ql->tail = newnode; in activeDefragQuickListNodes() 444 quicklist *ql = ob->ptr; in scanLaterList() local 447 server.stat_active_defrag_scanned+=ql->len; in scanLaterList() 448 return activeDefragQuickListNodes(ql); in scanLaterList() 515 quicklist *ql = ob->ptr, *newql; in defragQuicklist() local 517 if ((newql = activeDefragAlloc(ql))) in defragQuicklist() 518 defragged++, ob->ptr = ql = newql; in defragQuicklist() [all …]
|
| H A D | lazyfree.c | 33 quicklist *ql = obj->ptr; in lazyfreeGetFreeEffort() local 34 return ql->len; in lazyfreeGetFreeEffort()
|
| H A D | debug.c | 402 quicklist *ql = val->ptr; in debugCommand() local 404 int used = snprintf(nextra, remaining, " ql_nodes:%lu", ql->len); in debugCommand() 408 double avg = (double)ql->count/ql->len; in debugCommand() 413 used = snprintf(nextra, remaining, " ql_ziplist_max:%d", ql->fill); in debugCommand() 417 int compressed = ql->compress != 0; in debugCommand() 423 for (quicklistNode *node = ql->head; node; node = node->next) { in debugCommand()
|
| H A D | quicklist.h | 157 unsigned long quicklistCount(const quicklist *ql);
|
| H A D | t_list.c | 351 quicklist *ql = o->ptr; in lsetCommand() local 352 int replaced = quicklistReplaceAtIndex(ql, index, in lsetCommand()
|
| H A D | object.c | 799 quicklist *ql = o->ptr; in objectComputeSize() local 800 quicklistNode *node = ql->head; in objectComputeSize() 806 asize += (double)elesize/samples*ql->len; in objectComputeSize()
|
| H A D | rdb.c | 764 quicklist *ql = o->ptr; in rdbSaveObject() local 765 quicklistNode *node = ql->head; in rdbSaveObject() 767 if ((n = rdbSaveLen(rdb,ql->len)) == -1) return -1; in rdbSaveObject()
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-discard-granularity.m4 | 9 struct queue_limits ql __attribute__ ((unused)); 10 ql.discard_granularity = 0; 15 AC_MSG_CHECKING([whether ql->discard_granularity is available]) 19 ZFS_LINUX_TEST_ERROR([ql->discard_granularity])
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/ |
| H A D | jemalloc_test.h.in | 82 # include "jemalloc/internal/ql.h"
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | Makefile.in | 196 $(srcroot)test/unit/ql.c \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | libtest.shlib | 4152 attr -ql "${path}"
|