| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_open_file_cache.c | 169 of->uniq = ngx_file_uniq(&fi); in ngx_open_cached_file() 232 && (of->uniq == 0 || of->uniq == file->uniq) in ngx_open_cached_file() 243 of->uniq = file->uniq; in ngx_open_cached_file() 287 of->uniq = file->uniq; in ngx_open_cached_file() 309 if (of->uniq == file->uniq) { in ngx_open_cached_file() 407 file->uniq = of->uniq; in ngx_open_cached_file() 853 if (of->uniq == ngx_file_uniq(&fi)) { in ngx_open_and_stat_file() 935 of->uniq = ngx_file_uniq(&fi); in ngx_open_and_stat_file()
|
| H A D | ngx_open_file_cache.h | 21 ngx_file_uniq_t uniq; member 65 ngx_file_uniq_t uniq; member
|
| /f-stack/dpdk/devtools/ |
| H A D | check-maintainers.sh | 101 printf "$1\n$2\n$2" | sort | uniq -u | sed '/^$/d' 116 echo "$parsed" | sed -rn 's,^#([^@]*)$,\1,p' | uniq
|
| H A D | check-dup-includes.sh | 16 sort | uniq -d |
|
| H A D | check-git-log.sh | 81 drvgrp=$(echo "$drv" | cut -d "/" -f 1 | uniq)
|
| /f-stack/freebsd/sys/ |
| H A D | gtaskqueue.h | 75 void *uniq, device_t dev, struct resource *irq, const char *name); 77 struct grouptask *grptask, void *uniq, int cpu, device_t dev,
|
| /f-stack/freebsd/kern/ |
| H A D | subr_gtaskqueue.c | 630 taskqgroup_find(struct taskqgroup *qgroup, void *uniq) in taskqgroup_find() argument 653 if (n->gt_uniq == uniq) in taskqgroup_find() 670 void *uniq, device_t dev, struct resource *irq, const char *name) in taskqgroup_attach() argument 677 gtask->gt_uniq = uniq; in taskqgroup_attach() 683 qid = taskqgroup_find(qgroup, uniq); in taskqgroup_attach() 701 void *uniq, int cpu, device_t dev, struct resource *irq, const char *name) in taskqgroup_attach_cpu() argument 705 gtask->gt_uniq = uniq; in taskqgroup_attach_cpu()
|
| /f-stack/app/redis-5.0.5/utils/ |
| H A D | whatisdoing.sh | 24 sort | uniq -c | sort -r -n -k 1,1
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_cache.h | 56 ngx_file_uniq_t uniq; member 72 ngx_file_uniq_t uniq; member
|
| H A D | ngx_http_file_cache.c | 350 of.uniq = c->uniq; in ngx_http_file_cache_open() 381 c->uniq = of.uniq; in ngx_http_file_cache_open() 626 c->node->uniq = c->uniq; in ngx_http_file_cache_read() 910 fcn->uniq = 0; in ngx_http_file_cache_exists() 920 c->uniq = fcn->uniq; in ngx_http_file_cache_exists() 1360 ngx_file_uniq_t uniq; in ngx_http_file_cache_update() local 1380 uniq = 0; in ngx_http_file_cache_update() 1405 uniq = ngx_file_uniq(&fi); in ngx_http_file_cache_update() 1414 c->node->uniq = uniq; in ngx_http_file_cache_update() 1479 if (c->uniq != ngx_file_uniq(&fi) in ngx_http_file_cache_update_header()
|
| /f-stack/ |
| H A D | start.sh | 44 PROCESSOR=$(grep 'processor' /proc/cpuinfo |sort |uniq |wc -l)
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/ |
| H A D | zpool_events_duplicates.ksh | 134 unique=$(echo "$ereports" | uniq | wc -l)
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | commands.cfg | 108 uniq
|
| /f-stack/app/redis-5.0.5/tests/unit/type/ |
| H A D | set.tcl | 167 set expected [lsort -uniq "[r smembers set1] [r smembers set2]"] 174 set expected [lsort -uniq "[r smembers set1] [r smembers set2]"] 188 set expected [lsort -uniq "[r smembers set1] [r smembers set2]"]
|
| /f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/ |
| H A D | test-runner.py.in | 781 uniq = '/'.join(testfile.split('/')[components:]).lstrip('/') 782 if uniq not in paths: 783 paths.append(uniq) 784 tmp_dict[testfile].outputdir = os.path.join(base, uniq)
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_set.c | 617 int uniq = 1; in srandmemberWithCountCommand() local 632 uniq = 0; in srandmemberWithCountCommand() 649 if (!uniq) { in srandmemberWithCountCommand()
|
| /f-stack/freebsd/contrib/openzfs/contrib/bash_completion.d/ |
| H A D | zfs | 40 $__ZFS_CMD 2>&1 | awk '/^\t[a-z]/ {print $1}' | cut -f1 -d '|' | uniq 410 $__ZPOOL_CMD 2>&1 | awk '/^\t[a-z]/ {print $1}' | uniq
|
| /f-stack/freebsd/net/ |
| H A D | iflib.h | 464 void iflib_io_tqg_attach(struct grouptask *gt, void *uniq, int cpu,
|
| H A D | iflib.c | 6056 int qid, struct grouptask *gtask, struct taskqgroup *tqg, void *uniq, in iflib_irq_set_affinity() argument 6073 err = taskqgroup_attach_cpu(tqg, gtask, uniq, cpuid, dev, irq->ii_res, in iflib_irq_set_affinity() 6313 iflib_io_tqg_attach(struct grouptask *gt, void *uniq, int cpu, const char *name) in iflib_io_tqg_attach() argument 6316 taskqgroup_attach_cpu(qgroup_if_io_tqg, gt, uniq, cpu, NULL, NULL, in iflib_io_tqg_attach()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_pppoe.c | 293 union uniq { union 632 union uniq cookie; in pppoe_findcookie() 1459 union uniq data; in ng_pppoe_rcvdata()
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | pvp_reference_benchmark.rst | 58 | sort | uniq \
|