Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/
H A Dkselftest_deps.sh122 grep -v "$filter" | awk -F: '{print $1}' | uniq)
135 grep -v "$filter" | awk -F: '{print $1}' | uniq)
147 grep -v "pkg-config\|PKG_CONFIG" | awk -F: '{print $1}' | uniq)
157 grep "pkg-config\|PKG_CONFIG" | awk -F: '{print $1}' | uniq)
166 awk -F: '{print $1}' | uniq)
H A Drun_kselftest.sh146 collections=$(echo "$available" | cut -d: -f1 | sort | uniq)
/linux/net/can/
H A Draw.c104 struct uniqframe __percpu *uniq; member
167 if (this_cpu_ptr(ro->uniq)->skb == oskb && in raw_rcv()
168 this_cpu_ptr(ro->uniq)->hash == oskb->hash) { in raw_rcv()
172 this_cpu_inc(ro->uniq->join_rx_count); in raw_rcv()
174 if (this_cpu_ptr(ro->uniq)->join_rx_count < ro->count) in raw_rcv()
177 this_cpu_ptr(ro->uniq)->skb = oskb; in raw_rcv()
178 this_cpu_ptr(ro->uniq)->hash = oskb->hash; in raw_rcv()
179 this_cpu_ptr(ro->uniq)->join_rx_count = 1; in raw_rcv()
369 free_percpu(ro->uniq); in raw_sock_destruct()
395 ro->uniq = alloc_percpu(struct uniqframe); in raw_init()
[all …]
/linux/fs/nfs/
H A Dfscache.c88 int nfs_fscache_get_super_cookie(struct super_block *sb, const char *uniq, int ulen) in nfs_fscache_get_super_cookie() argument
95 if (uniq) { in nfs_fscache_get_super_cookie()
96 nfss->fscache_uniq = kmemdup_nul(uniq, ulen, GFP_KERNEL); in nfs_fscache_get_super_cookie()
124 memcpy(key + len, uniq, ulen); in nfs_fscache_get_super_cookie()
H A Dsysfs.c334 struct rpc_clnt *clnt, const char *uniq) in nfs_sysfs_link_rpc_client() argument
340 strncat(name, uniq ? uniq : "", sizeof(name) - strlen(name) - 1); in nfs_sysfs_link_rpc_client()
/linux/include/uapi/linux/
H A Duhid.h48 __u8 uniq[64]; member
132 __u8 uniq[64]; member
/linux/scripts/
H A Dmodules-check.sh16 for m in $(sed 's:.*/::' "$1" | sort | uniq -d)
/linux/tools/testing/selftests/rcutorture/bin/
H A Dkcsan-collapse.sh21 uniq -c |
H A Dkvm-series.sh248 sort | uniq -c | sort -k2n | tee -a $T/log
/linux/tools/lib/subcmd/
H A Dhelp.c49 void uniq(struct cmdnames *cmds) in uniq() function
234 uniq(main_cmds); in load_command_list()
254 uniq(other_cmds); in load_command_list()
H A Dhelp.h29 void uniq(struct cmdnames *cmds);
/linux/tools/bootconfig/scripts/
H A Dxbc.sh55 grep "^$1$3" $XBC_TMPFILE | cut -d= -f1| cut -d. -f$((__s + 1))-$((__s + $2)) | uniq
/linux/tools/testing/selftests/lkdtm/
H A Dstack-entropy.sh40 grep 'Stack offset' | awk '{print $NF}' | sort | uniq -c | wc -l)
/linux/tools/testing/selftests/net/netfilter/
H A Dconntrack_resize.sh346 unique=$(uniq "$tmpfile" | tee "$tmpfile_uniq" | wc -l)
354 …proto=$(ip netns exec "$ns" conntrack -L --proto $protoname 2>/dev/null | sort | uniq | tee "$tmpf…
369 proc=$(uniq "$tmpfile_proc" | tee "$tmpfile_uniq" | wc -l)
/linux/tools/testing/selftests/vfio/lib/
H A Dlibvfio.mk25 LIBVFIO_O_DIRS := $(shell dirname $(LIBVFIO_O) | uniq)
/linux/drivers/hid/
H A Dhid-kysona.c183 strlen(hdev->uniq) ? in kysona_battery_probe()
184 hdev->uniq : dev_name(&hdev->dev)); in kysona_battery_probe()
H A Dhid-letsketch.c94 input->uniq = data->hdev->uniq; in letsketch_alloc_input_dev()
H A Dhid-udraw-ps3.c292 input_dev->uniq = hdev->uniq; in allocate_and_setup()
H A Dhid-elan.c171 input->uniq = hdev->uniq; in elan_input_configured()
/linux/tools/memory-model/scripts/
H A Dnewlitmushist.sh50 sort $T/list-C-already $T/list-C-short | uniq -u > $T/list-C-new
H A Dcheckghlitmus.sh49 sort $T/list-C-already $T/list-C-result-short | uniq -u > $T/list-C-needed
/linux/tools/testing/selftests/ftrace/test.d/filter/
H A Devent-filter-function.tc31 target_func=`cat trace | grep -o 'call_site=\([^+]*\)' | sed 's/call_site=//' | sort | uniq -c | so…
/linux/arch/x86/realmode/rm/
H A DMakefile35 cmd_pasyms = $(NM) $(real-prereqs) | sed $(sed-pasyms) | sort | uniq > $@
/linux/tools/perf/tests/
H A Dsubcmd-help.c35 uniq(&cmds); in test__uniq_cmdnames()
/linux/tools/perf/util/
H A Dhelp-unknown-cmd.c72 uniq(main_cmds); in help_unknown_cmd()

12