Home
last modified time | relevance | path

Searched refs:uniq (Results 1 – 21 of 21) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_open_file_cache.c169 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 Dngx_open_file_cache.h21 ngx_file_uniq_t uniq; member
65 ngx_file_uniq_t uniq; member
/f-stack/dpdk/devtools/
H A Dcheck-maintainers.sh101 printf "$1\n$2\n$2" | sort | uniq -u | sed '/^$/d'
116 echo "$parsed" | sed -rn 's,^#([^@]*)$,\1,p' | uniq
H A Dcheck-dup-includes.sh16 sort | uniq -d |
H A Dcheck-git-log.sh81 drvgrp=$(echo "$drv" | cut -d "/" -f 1 | uniq)
/f-stack/freebsd/sys/
H A Dgtaskqueue.h75 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 Dsubr_gtaskqueue.c630 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 Dwhatisdoing.sh24 sort | uniq -c | sort -r -n -k 1,1
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_cache.h56 ngx_file_uniq_t uniq; member
72 ngx_file_uniq_t uniq; member
H A Dngx_http_file_cache.c350 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 Dstart.sh44 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 Dzpool_events_duplicates.ksh134 unique=$(echo "$ereports" | uniq | wc -l)
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dcommands.cfg108 uniq
/f-stack/app/redis-5.0.5/tests/unit/type/
H A Dset.tcl167 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 Dtest-runner.py.in781 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 Dt_set.c617 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 Dzfs40 $__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 Diflib.h464 void iflib_io_tqg_attach(struct grouptask *gt, void *uniq, int cpu,
H A Diflib.c6056 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 Dng_pppoe.c293 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 Dpvp_reference_benchmark.rst58 | sort | uniq \