Home
last modified time | relevance | path

Searched refs:first (Results 226 - 250 of 1820) sorted by relevance

12345678910>>...73

/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dstxncpy.S51 t0 == the first destination word for masking back in
52 t1 == the first source word. */
59 mskql t0, a1, t0 # e0 : assemble the first output word
133 /* We are co-aligned; take care of a partial first word. */
135 ldq_u t1, 0(a1) # e0 : load first src word
149 /* We know just enough now to be able to assemble the first
154 t0 == the first dest word, unmasked
155 t1 == the shifted low bits of the first source word
162 or t1, t4, t1 # e1 : first aligned src word complete
164 or t0, t1, t0 # e0 : first outpu
[all...]
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dhyp_image.h38 * A symbol with a well-known name is defined at the first byte. This
64 #define KVM_NVHE_ALIAS_HYP(first, sec) kvm_nvhe_sym(first) = kvm_nvhe_sym(sec);
/kernel/linux/linux-5.10/drivers/pinctrl/meson/
H A Dpinctrl-meson-axg-pmx.h13 unsigned int first; member
27 .first = f, \
/kernel/linux/linux-6.6/drivers/pinctrl/meson/
H A Dpinctrl-meson-axg-pmx.h13 unsigned int first; member
27 .first = f, \
/kernel/linux/linux-6.6/arch/mips/lib/
H A Dr3k_dump_tlb.c24 static void dump_tlb(int first, int last) in dump_tlb() argument
33 for (i = first; i <= last; i++) { in dump_tlb()
/kernel/linux/linux-5.10/arch/arm/vdso/
H A DMakefile80 first=`echo $$buildid | cut -b-2`; \
82 mkdir -p "$(MODLIB)/vdso/.build-id/$$first"; \
83 ln -sf "../../vdso.so" "$(MODLIB)/vdso/.build-id/$$first/$$last.debug"; \
/kernel/linux/linux-6.6/arch/arm/vdso/
H A DMakefile78 first=`echo $$buildid | cut -b-2`; \
80 mkdir -p "$(MODLIB)/vdso/.build-id/$$first"; \
81 ln -sf "../../vdso.so" "$(MODLIB)/vdso/.build-id/$$first/$$last.debug"; \
/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-or1k-pic.c100 static inline int pic_get_irq(int first) in pic_get_irq() argument
104 hwirq = ffs(mfspr(SPR_PICSR) >> first); in pic_get_irq()
108 hwirq = hwirq + first - 1; in pic_get_irq()
/kernel/linux/linux-5.10/scripts/
H A Dheaderdep.pl124 my $first = shift @$cycle;
138 $first->[1], $first->[0];
/kernel/linux/linux-5.10/fs/gfs2/
H A Drgrp.h85 u64 first = rgd->rd_data0; in rgrp_contains_block() local
86 u64 last = first + rgd->rd_data; in rgrp_contains_block()
87 return first <= block && block < last; in rgrp_contains_block()
/kernel/linux/linux-6.6/fs/gfs2/
H A Drgrp.h86 u64 first = rgd->rd_data0; in rgrp_contains_block() local
87 u64 last = first + rgd->rd_data; in rgrp_contains_block()
88 return first <= block && block < last; in rgrp_contains_block()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_types.c86 xfs_agino_t first; in xfs_verify_agno_agino() local
89 xfs_agino_range(mp, agno, &first, &last); in xfs_verify_agno_agino()
90 return agino >= first && agino <= last; in xfs_verify_agno_agino()
176 /* root, rtbitmap, rtsum all live in the first chunk */ in xfs_icount_range()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dchid.c87 int nr, int first, int count, struct nvkm_chid **pchid) in nvkm_chid_new()
105 for (id = 0; id < first; id++) in nvkm_chid_new()
107 for (id = first + count; id < nr; id++) in nvkm_chid_new()
86 nvkm_chid_new(const struct nvkm_event_func *func, struct nvkm_subdev *subdev, int nr, int first, int count, struct nvkm_chid **pchid) nvkm_chid_new() argument
/kernel/linux/linux-6.6/drivers/irqchip/
H A Dirq-or1k-pic.c100 static inline int pic_get_irq(int first) in pic_get_irq() argument
104 hwirq = ffs(mfspr(SPR_PICSR) >> first); in pic_get_irq()
108 hwirq = hwirq + first - 1; in pic_get_irq()
/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Dmodules.py90 first = True
94 separator=" " if first else ",",
96 first = False
/kernel/linux/linux-6.6/scripts/
H A Dheaderdep.pl124 my $first = shift @$cycle;
138 $first->[1], $first->[0];
/kernel/linux/linux-6.6/tools/lib/
H A Dbitmap.c36 bool first = true; in bitmap_scnprintf() local
46 if (!first) in bitmap_scnprintf()
49 first = false; in bitmap_scnprintf()
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Daes-ce-glue.c48 u32 const rk2[], int first);
51 u32 const rk2[], int first);
121 * the Inverse Mix Columns transformation on all but the first and in ce_aes_expandkey()
448 int err, first, rounds = num_rounds(&ctx->key1); in xts_encrypt() local
479 for (first = 1; walk.nbytes >= AES_BLOCK_SIZE; first = 0) { in xts_encrypt()
488 ctx->key2.key_enc, first); in xts_encrypt()
510 ctx->key2.key_enc, first); in xts_encrypt()
520 int err, first, rounds = num_rounds(&ctx->key1); in xts_decrypt() local
551 for (first in xts_decrypt()
[all...]
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Daes-ce-glue.c48 u32 const rk2[], int first);
51 u32 const rk2[], int first);
121 * the Inverse Mix Columns transformation on all but the first and in ce_aes_expandkey()
448 int err, first, rounds = num_rounds(&ctx->key1); in xts_encrypt() local
479 for (first = 1; walk.nbytes >= AES_BLOCK_SIZE; first = 0) { in xts_encrypt()
488 ctx->key2.key_enc, first); in xts_encrypt()
510 ctx->key2.key_enc, first); in xts_encrypt()
520 int err, first, rounds = num_rounds(&ctx->key1); in xts_decrypt() local
551 for (first in xts_decrypt()
[all...]
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.c210 /* only check first chain list entry */ in callchain_node__count_flat_rows()
335 bool first = true; in callchain_node__init_have_children_rb_tree() local
338 if (first) { in callchain_node__init_have_children_rb_tree()
339 first = false; in callchain_node__init_have_children_rb_tree()
927 int first = true; in hist_browser__show_callchain_flat() local
931 bool was_first = first; in hist_browser__show_callchain_flat()
933 if (first) in hist_browser__show_callchain_flat()
934 first = false; in hist_browser__show_callchain_flat()
954 bool was_first = first; in hist_browser__show_callchain_flat()
956 if (first) in hist_browser__show_callchain_flat()
1030 int first = true; hist_browser__show_callchain_folded() local
1120 int first = true; hist_browser__show_callchain_graph() local
1304 bool first = true; hist_browser__show_entry() local
1410 bool first = true; hist_browser__show_hierarchy_entry() local
1571 bool first = true; hist_browser__show_no_entry() local
1909 bool first = true; ui_browser__hists_seek() local
2060 bool first = true; hist_browser__fprintf_entry() local
2104 bool first = true; hist_browser__fprintf_hierarchy_entry() local
3624 struct evsel *first = evlist__first(evlist); perf_evlist__tui_browse_hists() local
[all...]
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dhists.c210 /* only check first chain list entry */ in callchain_node__count_flat_rows()
335 bool first = true; in callchain_node__init_have_children_rb_tree() local
338 if (first) { in callchain_node__init_have_children_rb_tree()
339 first = false; in callchain_node__init_have_children_rb_tree()
928 int first = true; in hist_browser__show_callchain_flat() local
932 bool was_first = first; in hist_browser__show_callchain_flat()
934 if (first) in hist_browser__show_callchain_flat()
935 first = false; in hist_browser__show_callchain_flat()
955 bool was_first = first; in hist_browser__show_callchain_flat()
957 if (first) in hist_browser__show_callchain_flat()
1031 int first = true; hist_browser__show_callchain_folded() local
1121 int first = true; hist_browser__show_callchain_graph() local
1305 bool first = true; hist_browser__show_entry() local
1411 bool first = true; hist_browser__show_hierarchy_entry() local
1572 bool first = true; hist_browser__show_no_entry() local
1910 bool first = true; ui_browser__hists_seek() local
2061 bool first = true; hist_browser__fprintf_entry() local
2105 bool first = true; hist_browser__fprintf_hierarchy_entry() local
3617 struct evsel *first = evlist__first(evlist); evlist__tui_browse_hists() local
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dtaskstats.c193 struct task_struct *tsk, *first; in fill_stats_for_tgid() local
204 first = find_task_by_vpid(tgid); in fill_stats_for_tgid()
206 if (!first || !lock_task_sighand(first, &flags)) in fill_stats_for_tgid()
209 if (first->signal->stats) in fill_stats_for_tgid()
210 memcpy(stats, first->signal->stats, sizeof(*stats)); in fill_stats_for_tgid()
214 tsk = first; in fill_stats_for_tgid()
239 } while_each_thread(first, tsk); in fill_stats_for_tgid()
241 unlock_task_sighand(first, &flags); in fill_stats_for_tgid()
/kernel/linux/linux-6.6/kernel/
H A Dtaskstats.c215 struct task_struct *tsk, *first; in fill_stats_for_tgid() local
226 first = find_task_by_vpid(tgid); in fill_stats_for_tgid()
228 if (!first || !lock_task_sighand(first, &flags)) in fill_stats_for_tgid()
231 if (first->signal->stats) in fill_stats_for_tgid()
232 memcpy(stats, first->signal->stats, sizeof(*stats)); in fill_stats_for_tgid()
236 tsk = first; in fill_stats_for_tgid()
261 } while_each_thread(first, tsk); in fill_stats_for_tgid()
263 unlock_task_sighand(first, &flags); in fill_stats_for_tgid()
/kernel/linux/linux-5.10/tools/perf/
H A Dperf-completion.sh7 local exclude i j first
20 first=t
29 if [ $j -ge 2 ] && [ -n "$first" ]; then
32 first=
/kernel/linux/linux-5.10/kernel/sched/
H A Dwalt.h75 struct list_head *first, *last; in move_list() local
77 first = src->next; in move_list()
85 first->prev = dst; in move_list()
91 dst->next = first; in move_list()
124 * (2) task is waking for the first time in this window. in walt_inc_cumulative_runnable_avg()

Completed in 17 milliseconds

12345678910>>...73