Home
last modified time | relevance | path

Searched refs:from (Results 1201 - 1225 of 2478) sorted by relevance

1...<<41424344454647484950>>...100

/kernel/linux/linux-6.6/include/uapi/linux/
H A Dnbd.h10 * Removed unneeded blksize_bits field from nbd_device struct.
88 __be64 from; member
100 __be64 cookie; /* Opaque identifier from request */
/kernel/linux/linux-6.6/tools/lib/api/fd/
H A Darray.h46 int fdarray__dup_entry_from(struct fdarray *fda, int pos, struct fdarray *from);
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dnbd.h4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
55 __be64 from; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dnbd.h4 *** This header was automatically generated from a Linux kernel header
7 *** structures, and macros generated from the original header, and thus,
55 __be64 from; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dnbd.h2 * This header was generated from the Linux kernel headers by update_headers.py,
3 * to provide necessary information from kernel to userspace, such as constants,
42 __be64 from; member
/kernel/linux/linux-5.10/mm/
H A Dhugetlb.c246 /* Helper that removes a struct file_region from the resv_map cache and returns
250 get_file_region_entry_from_cache(struct resv_map *resv, long from, long to) in get_file_region_entry_from_cache() argument
260 nrg->from = from; in get_file_region_entry_from_cache()
338 if (&prg->link != &resv->regions && prg->to == rg->from && in coalesce_file_region()
350 if (&nrg->link != &resv->regions && nrg->from == rg->to && in coalesce_file_region()
352 nrg->from = rg->from; in coalesce_file_region()
381 * [last_accounted_offset, rg->from), at every iteration, with some in add_reservation_in_range()
386 if (rg->from < in add_reservation_in_range()
5130 hugetlb_reserve_pages(struct inode *inode, long from, long to, struct vm_area_struct *vma, vm_flags_t vm_flags) hugetlb_reserve_pages() argument
[all...]
/kernel/linux/linux-6.6/fs/f2fs/
H A Dfile.c314 * Both of fdatasync() and fsync() are able to be recovered from in f2fs_do_sync_file()
623 static int truncate_partial_data_page(struct inode *inode, u64 from, in truncate_partial_data_page() argument
626 loff_t offset = from & (PAGE_SIZE - 1); in truncate_partial_data_page()
627 pgoff_t index = from >> PAGE_SHIFT; in truncate_partial_data_page()
657 int f2fs_do_truncate_blocks(struct inode *inode, u64 from, bool lock) in f2fs_do_truncate_blocks() argument
666 trace_f2fs_truncate_blocks_enter(inode, from); in f2fs_do_truncate_blocks()
668 free_from = (pgoff_t)F2FS_BLK_ALIGN(from); in f2fs_do_truncate_blocks()
683 f2fs_truncate_inline_inode(inode, ipage, from); in f2fs_do_truncate_blocks()
716 err = truncate_partial_data_page(inode, from, truncate_page); in f2fs_do_truncate_blocks()
722 int f2fs_truncate_blocks(struct inode *inode, u64 from, boo argument
4526 f2fs_write_checks(struct kiocb *iocb, struct iov_iter *from) f2fs_write_checks() argument
4620 f2fs_buffered_write_iter(struct kiocb *iocb, struct iov_iter *from) f2fs_buffered_write_iter() argument
4669 f2fs_dio_write_iter(struct kiocb *iocb, struct iov_iter *from, bool *may_need_sync) f2fs_dio_write_iter() argument
4781 f2fs_file_write_iter(struct kiocb *iocb, struct iov_iter *from) f2fs_file_write_iter() argument
[all...]
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dbugfix.S252 | restore the instruction from the cu to the frame and continue
256 | Items saved from the stack:
271 movel (%a7)+,%d1 |save return address from bsr
374 | restore the instruction from the cu to the frame and continue
378 | Items saved from the stack:
397 movel (%a7)+,%d1 |save return address from bsr
/kernel/linux/linux-5.10/arch/x86/kernel/
H A De820.c237 * The return value from e820__update_table() is zero if it
378 /* Remove entry from list (order independent, so swap with last): */ in e820__update_table()
540 /* Remove a range of memory from the E820 table: */
619 * Search for a gap in the E820 memory space from 0 to MAX_GAP_END (4GB).
800 * This allows kexec to fake a new mptable, as if it came from the real
951 enum e820_type from = 0, to = 0; in parse_memmap_one() local
955 from = simple_strtoull(p + 1, &p, 0); in parse_memmap_one()
960 if (from && to) in parse_memmap_one()
961 e820__range_update(start_at, mem_size, from, to); in parse_memmap_one()
964 else if (from) in parse_memmap_one()
[all...]
H A Dsetup_percpu.c44 * On x86_64 symbols referenced from code should be reachable using
46 * modules so that they are always served from the first chunk which
141 static int __init pcpu_cpu_distance(unsigned int from, unsigned int to) in pcpu_cpu_distance() argument
144 if (early_cpu_to_node(from) == early_cpu_to_node(to)) in pcpu_cpu_distance()
229 * Copy data used in early init routines from the in setup_per_cpu_areas()
/kernel/linux/linux-5.10/arch/x86/kernel/kprobes/
H A Dcore.c8 * Probes initial implementation ( includes contributions from
13 * <prasanna@in.ibm.com> adapted for x86_64 from i386.
73 * This is non-const and volatile to keep gcc from statically
110 __synthesize_relative_insn(void *dest, void *from, void *to, u8 op) in __synthesize_relative_insn() argument
118 insn->raddr = (s32)((long)(to) - ((long)(from) + 5)); in __synthesize_relative_insn()
122 /* Insert a jump instruction at address 'from', which jumps to address 'to'.*/
123 void synthesize_reljump(void *dest, void *from, void *to) in synthesize_reljump() argument
125 __synthesize_relative_insn(dest, from, to, JMP32_INSN_OPCODE); in synthesize_reljump()
129 /* Insert a call instruction at address 'from', which calls address 'to'.*/
130 void synthesize_relcall(void *dest, void *from, voi argument
[all...]
/kernel/linux/linux-5.10/drivers/char/
H A Dmem.c74 u64 from = ((u64)pfn) << PAGE_SHIFT; in range_is_allowed() local
75 u64 to = from + size; in range_is_allowed()
76 u64 cursor = from; in range_is_allowed()
690 static ssize_t write_iter_null(struct kiocb *iocb, struct iov_iter *from) in write_iter_null() argument
692 size_t count = iov_iter_count(from); in write_iter_null()
693 iov_iter_advance(from, count); in write_iter_null()
850 * the fs_initcall level of init and prevent /dev/mem from in revoke_devmem()
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dbugfix.S252 | restore the instruction from the cu to the frame and continue
256 | Items saved from the stack:
271 movel (%a7)+,%d1 |save return address from bsr
374 | restore the instruction from the cu to the frame and continue
378 | Items saved from the stack:
397 movel (%a7)+,%d1 |save return address from bsr
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dannotate.c152 unsigned int from, to; in annotate_browser__draw_current_jump() local
194 from = cursor->al.idx_asm; in annotate_browser__draw_current_jump()
197 from = (u64)cursor->al.idx; in annotate_browser__draw_current_jump()
206 from, to); in annotate_browser__draw_current_jump()
211 from - 1, in annotate_browser__draw_current_jump()
212 to > from); in annotate_browser__draw_current_jump()
401 * This can be called from external jumps, i.e. jumps from one functon
402 * to another, like from the kernel's entry_SYSCALL_64 function to the
406 * go to that function and when exiting from it
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgf100.c142 int from, mode; in gf100_ram_calc() local
185 from = !!(ram_rd32(fuc, 0x1373f0) & 0x00000002); /*XXX: ok? */ in gf100_ram_calc()
213 if (mode == 1 && from == 0) { in gf100_ram_calc()
246 if (from == 0) { in gf100_ram_calc()
263 if (from == 0) { in gf100_ram_calc()
286 if (from == 0) { in gf100_ram_calc()
/kernel/linux/linux-6.6/include/trace/events/
H A Dcachefiles.h532 loff_t from, loff_t to, enum cachefiles_trunc_trace why),
534 TP_ARGS(obj, backer, from, to, why),
540 __field(loff_t, from )
547 __entry->from = from;
556 __entry->from,
/kernel/linux/linux-6.6/arch/x86/kernel/
H A De820.c237 * The return value from e820__update_table() is zero if it
378 /* Remove entry from list (order independent, so swap with last): */ in e820__update_table()
540 /* Remove a range of memory from the E820 table: */
619 * Search for a gap in the E820 memory space from 0 to MAX_GAP_END (4GB).
800 * This allows kexec to fake a new mptable, as if it came from the real
951 enum e820_type from = 0, to = 0; in parse_memmap_one() local
955 from = simple_strtoull(p + 1, &p, 0); in parse_memmap_one()
960 if (from && to) in parse_memmap_one()
961 e820__range_update(start_at, mem_size, from, to); in parse_memmap_one()
964 else if (from) in parse_memmap_one()
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/kprobes/
H A Dcore.c8 * Probes initial implementation ( includes contributions from
13 * <prasanna@in.ibm.com> adapted for x86_64 from i386.
73 * This is non-const and volatile to keep gcc from statically
110 __synthesize_relative_insn(void *dest, void *from, void *to, u8 op) in __synthesize_relative_insn() argument
118 insn->raddr = (s32)((long)(to) - ((long)(from) + 5)); in __synthesize_relative_insn()
122 /* Insert a jump instruction at address 'from', which jumps to address 'to'.*/
123 void synthesize_reljump(void *dest, void *from, void *to) in synthesize_reljump() argument
125 __synthesize_relative_insn(dest, from, to, JMP32_INSN_OPCODE); in synthesize_reljump()
129 /* Insert a call instruction at address 'from', which calls address 'to'.*/
130 void synthesize_relcall(void *dest, void *from, voi argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_drv.h97 * from the PCI config. On Broadwell+, this is further restricted to
99 * functions and similarly removed from the accessible range.
430 #define IS_GRAPHICS_VER(i915, from, until) \
431 (GRAPHICS_VER(i915) >= (from) && GRAPHICS_VER(i915) <= (until))
436 #define IS_MEDIA_VER(i915, from, until) \
437 (MEDIA_VER(i915) >= (from) && MEDIA_VER(i915) <= (until))
440 #define IS_DISPLAY_VER(i915, from, until) \
441 (DISPLAY_VER(i915) >= (from) && DISPLAY_VER(i915) <= (until))
735 * All later gens can run the final buffer from the ppgtt
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dramgf100.c142 int from, mode; in gf100_ram_calc() local
185 from = !!(ram_rd32(fuc, 0x1373f0) & 0x00000002); /*XXX: ok? */ in gf100_ram_calc()
213 if (mode == 1 && from == 0) { in gf100_ram_calc()
246 if (from == 0) { in gf100_ram_calc()
263 if (from == 0) { in gf100_ram_calc()
286 if (from == 0) { in gf100_ram_calc()
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dannotate.c156 unsigned int from, to; in annotate_browser__draw_current_jump() local
199 from = cursor->al.idx_asm; in annotate_browser__draw_current_jump()
202 from = (u64)cursor->al.idx; in annotate_browser__draw_current_jump()
211 from, to); in annotate_browser__draw_current_jump()
217 from - diff, diff, to > from); in annotate_browser__draw_current_jump()
450 * This can be called from external jumps, i.e. jumps from one function
451 * to another, like from the kernel's entry_SYSCALL_64 function to the
455 * go to that function and when exiting from it
[all...]
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dstrrchr.S39 andnot t1, t4, t1 # .. e1 : clear garbage from null test
40 andnot t3, t4, t3 # e0 : clear garbage from char test
H A Dev67-strrchr.S12 * Much of the information about 21264 scheduling/coding comes from:
61 andnot t1, t4, t1 # E : clear garbage from null test
62 andnot t3, t4, t3 # E : clear garbage from char test
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
H A Dkup.h106 static __always_inline void allow_user_access(void __user *to, const void __user *from,
128 static __always_inline void prevent_user_access(void __user *to, const void __user *from,
/kernel/linux/linux-5.10/arch/nds32/kernel/
H A Dex-exit.S115 * enter the slow path returning from syscall, while pending work.
118 swi $r0, [$sp+(#R0_OFFSET)] ! what is different from ret_from_exception
155 restore_user_regs ! return from iret
180 * This is how we return from a fork.

Completed in 25 milliseconds

1...<<41424344454647484950>>...100