Searched refs:sort (Results 1 - 25 of 318) sorted by last modified time

1234567891011>>

/linux-master/kernel/bpf/
H A Dverifier.c20 #include <linux/sort.h>
2492 sort(env->subprog_info, env->subprog_cnt,
2687 sort(tab->descs, tab->nr_descs, sizeof(tab->descs[0]),
2843 sort(tab->descs, tab->nr_descs, sizeof(tab->descs[0]),
2868 sort(tab->descs, tab->nr_descs, sizeof(tab->descs[0]),
H A Dsyscall.c33 #include <linux/sort.h>
/linux-master/fs/btrfs/
H A Dvolumes.c5195 * sort the devices in descending order by max_avail, total_avail
5411 * now sort the devices by hole size / available space
5413 sort(devices_info, ndevs, sizeof(struct btrfs_device_info),
H A Dextent-tree.c11 #include <linux/sort.h>
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c13 #include <linux/sort.h>
3142 sort(funcs, num_funcs, sizeof(funcs[0]), cmp_ips, NULL);
/linux-master/fs/bcachefs/
H A Dbtree_node_scan.c15 #include <linux/sort.h>
355 sort(f->nodes.data, f->nodes.nr, sizeof(f->nodes.data[0]), found_btree_node_cmp_cookie, NULL);
375 sort(f->nodes.data, f->nodes.nr, sizeof(f->nodes.data[0]), found_btree_node_cmp_pos, NULL);
H A Drecovery.c31 #include <linux/sort.h>
243 sort(keys_sorted.data, keys_sorted.nr,
H A Dsysfs.c40 #include <linux/sort.h>
H A Dsuper-io.c25 #include <linux/sort.h>
H A Dec.c26 #include <linux/sort.h>
1556 sort(sizes, nr, sizeof(unsigned), unsigned_cmp, NULL);
H A Dbtree_write_buffer.c14 #include <linux/sort.h>
279 * We first sort so that we can detect and skip redundant updates, and
379 sort(wb->flushing.keys.data,
H A Dbtree_journal_iter.c10 #include <linux/sort.h>
497 /* sort and dedup all keys in the journal: */
546 sort(keys->data, keys->nr, sizeof(keys->data[0]), journal_sort_key_cmp, NULL);
H A Dreplicas.c9 #include <linux/sort.h>
H A Dalloc_background.c30 #include <linux/sort.h>
/linux-master/scripts/
H A DMakefile.build45 # $(sort ...) is used here to remove duplicated words and excessive spaces.
46 hostprogs := $(sort $(hostprogs))
52 # $(sort ...) is used here to remove duplicated words and excessive spaces.
53 userprogs := $(sort $(userprogs))
71 # subdir-builtin and subdir-modorder may contain duplications. Use $(sort ...)
72 subdir-builtin := $(sort $(filter %/built-in.a, $(real-obj-y)))
73 subdir-modorder := $(sort $(filter %/modules.order, $(obj-m)))
74 subdir-dtbslist := $(sort $(filter %/dtbs-list, $(dtb-y)))
505 existing-targets := $(wildcard $(sort $(targets)))
510 obj-dirs := $(sort
[all...]
/linux-master/
H A DMakefile1102 clean-dirs := $(sort . Documentation \
1164 $(sort $(KBUILD_LDS) $(KBUILD_VMLINUX_OBJS) $(KBUILD_VMLINUX_LIBS)): . ;
1547 boards := $(sort $(notdir $(boards)))
1549 board-dirs := $(sort $(notdir $(board-dirs:/=)))
1687 boards-per-dir = $(sort $(notdir $(wildcard $(srctree)/arch/$(SRCARCH)/configs/$*/*_defconfig)))
1888 single-ko := $(sort $(filter %.ko, $(MAKECMDGOALS)))
2002 -name '*.[hcS]' -type f -print | sort \
2007 -name '*.[hcS]' -type f -print | sort \
2049 existing-targets := $(wildcard $(sort $(targets)))
/linux-master/virt/kvm/
H A Dkvm_main.c49 #include <linux/sort.h>
/linux-master/fs/smb/client/
H A Dsmb2ops.c13 #include <linux/sort.h>
/linux-master/arch/x86/kvm/
H A Dpmu.c18 #include <linux/sort.h>
963 sort(&filter->events, filter->nevents, sizeof(filter->events[0]),
/linux-master/drivers/vhost/
H A Dvhost.c26 #include <linux/sort.h>
/linux-master/kernel/trace/
H A Dtrace_events.c22 #include <linux/sort.h>
H A Dbpf_trace.c23 #include <linux/sort.h>
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_core_perf.c11 #include <linux/sort.h>
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh472 done | sort -n
/linux-master/arch/riscv/kernel/vdso/
H A DMakefile65 cmd_vdsosym = $(NM) $< | $(gen-vdsosym) | LC_ALL=C sort > $@

Completed in 427 milliseconds

1234567891011>>