Searched refs:sort (Results 251 - 275 of 318) sorted by relevance

<<111213

/linux-master/fs/ocfs2/
H A Drefcounttree.c8 #include <linux/sort.h>
1465 * If we know all the high 32 bit cpos is the same, no need to sort.
1468 * 1. sort the entries by their low 32 bit cpos first so that we can
1472 * 4. sort the entries by their 64 bit cpos.
1475 sort(&rl->rl_recs, le16_to_cpu(rl->rl_used),
1500 sort(&rl->rl_recs, le16_to_cpu(rl->rl_used),
1504 sort(&new_rl->rl_recs, le16_to_cpu(new_rl->rl_used),
/linux-master/drivers/platform/chrome/
H A Dcros_ec_sensorhub_ring.c17 #include <linux/sort.h>
/linux-master/fs/btrfs/
H A Ddelayed-ref.c8 #include <linux/sort.h>
/linux-master/arch/arm/kernel/
H A Dsetup.c30 #include <linux/sort.h>
/linux-master/drivers/acpi/nfit/
H A Dcore.c15 #include <linux/sort.h>
2302 sort(info, nr, sizeof(*info), cmp_map, NULL);
2306 sort(info2, nr, sizeof(*info2), cmp_map2, NULL);
2309 /* support v1.1 namespaces created with the wrong sort order */
2310 sort(info, nr, sizeof(*info), cmp_map_compat, NULL);
2313 /* record the result of the sort for the mapping position */
/linux-master/fs/xfs/scrub/
H A Dagheader.c775 sort(sai.entries, sai.nr_entries, sizeof(sai.entries[0]),
/linux-master/tools/perf/pmu-events/
H A Djevents.py140 # end of another. First reverse all strings and sort them.
1286 archs.sort()
/linux-master/tools/perf/
H A Dbuiltin-sched.c953 struct sort_dimension *sort; local
958 list_for_each_entry(sort, list, list) {
959 ret = sort->cmp(l, r);
2898 callchain_param.sort(&itr->sorted_root.rb_root, &itr->callchain,
3407 "Unknown --sort key: `%s'", tok);
3538 OPT_STRING('s', "sort", &sched.sort_order, "key[,key2...]",
3539 "sort by key(s): runtime, switch, avg, max"),
/linux-master/lib/
H A DMakefile45 obj-y += bcd.o sort.o parser.o debug_locks.o random32.o \
/linux-master/drivers/memory/tegra/
H A Dmc.c17 #include <linux/sort.h>
/linux-master/fs/bcachefs/
H A Dreplicas.c9 #include <linux/sort.h>
H A Dsysfs.c40 #include <linux/sort.h>
H A Dec.c26 #include <linux/sort.h>
1556 sort(sizes, nr, sizeof(unsigned), unsigned_cmp, NULL);
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dphy.c29 #include <linux/sort.h>
1574 sort(sorted_nfval, ATH5K_NF_CAL_HIST_MAX, sizeof(s16), cmps16, NULL);
/linux-master/fs/gfs2/
H A Dglock.c14 #include <linux/sort.h>
1818 sort(p, num_gh, sizeof(struct gfs2_holder *), glock_compare, NULL);
1983 * Disposing of glocks may involve disk accesses, so that here we sort
/linux-master/drivers/nvdimm/
H A Dnamespace_devs.c8 #include <linux/sort.h>
2034 sort(devs, count, sizeof(struct device *), cmp_dpa, NULL);
H A Dregion_devs.c12 #include <linux/sort.h>
/linux-master/drivers/md/bcache/
H A Dsuper.c1685 bch_bset_sort_state_free(&c->sort);
1956 if (bch_bset_sort_state_init(&c->sort, ilog2(c->btree_pages)))
/linux-master/drivers/misc/
H A Dfastrpc.c17 #include <linux/sort.h>
529 /* sort with lowest starting buffer first */
531 /* sort with highest ending buffer first */
548 sort(ctx->olaps, ctx->nbufs, sizeof(*ctx->olaps), olaps_cmp, NULL);
/linux-master/arch/m68k/ifpsp060/src/
H A Disp.S496 # here, we sort out all of the special cases that may have happened.
/linux-master/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c39 #include <linux/sort.h>
/linux-master/net/l2tp/
H A Dl2tp_core.c43 #include <linux/sort.h>
H A Dl2tp_ppp.c86 #include <linux/sort.h>
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_crtc.c10 #include <linux/sort.h>
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.c6 #include <linux/sort.h>
556 /* Find and sort the populated memory ranges */
631 sort(meminfo_buff->avail, i, sizeof(struct cudbg_mem_desc),
735 sort(meminfo_buff->mem, n, sizeof(struct cudbg_mem_desc),

Completed in 597 milliseconds

<<111213