/kernel/linux/linux-5.10/fs/fuse/ |
H A D | file.c | 515 * enabled, i_blocks from cached attr may not be accurate. in fuse_flush() 654 * transferred data starting from the beginning of IO request. 1283 static ssize_t fuse_cache_write_iter(struct kiocb *iocb, struct iov_iter *from) in fuse_cache_write_iter() argument 1299 return generic_file_write_iter(iocb, from); in fuse_cache_write_iter() 1307 err = generic_write_checks(iocb, from); in fuse_cache_write_iter() 1321 written = generic_file_direct_write(iocb, from); in fuse_cache_write_iter() 1322 if (written < 0 || !iov_iter_count(from)) in fuse_cache_write_iter() 1327 written_buffered = fuse_perform_write(iocb, mapping, from, pos); in fuse_cache_write_iter() 1346 written = fuse_perform_write(iocb, mapping, from, iocb->ki_pos); in fuse_cache_write_iter() 1556 static ssize_t fuse_direct_write_iter(struct kiocb *iocb, struct iov_iter *from) in fuse_direct_write_iter() argument 1599 fuse_file_write_iter(struct kiocb *iocb, struct iov_iter *from) fuse_file_write_iter() argument [all...] |
/third_party/openGLES/xml/ |
H A D | readme.tex | 35 generated from the current authoritative copy of the XML files, can be 36 obtained from the OpenGL-Registry github repository at 393 Khronos Registrar on request from implementers following the enum 447 Separated from the \attr{value} field since this eases parsing and 453 Eventually all \tag{group} tags will be removed from the XML 459 enumerants which are promoted from extension to core API status 546 promoting a function from extension to ARB or ARB to API status. A 688 set of interfaces that is respectively required for, or removed from, 773 set of interfaces that is respectively required for, or removed from, 915 and array length information from th [all...] |
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 186 // Creates some basic objects. Used for creating a context from scratch. 188 // Creates the empty function. Used for creating a context from scratch. 207 // context from scratch or using a deserialized one from the context snapshot 216 // passed through the API. The global from the snapshot is detached from the 220 // replace the global object from the deserialized native context. 226 // New context initialization. Used for creating a context from scratch. 270 // Used both for deserialized and from-scratch contexts to add the extensions 292 // Migrates all properties from th 6104 TransferNamedProperties(Handle<JSObject> from, Handle<JSObject> to) TransferNamedProperties() argument 6223 TransferIndexedProperties(Handle<JSObject> from, Handle<JSObject> to) TransferIndexedProperties() argument 6232 TransferObject(Handle<JSObject> from, Handle<JSObject> to) TransferObject() argument 6491 RestoreState(char* from) RestoreState() argument [all...] |
/kernel/linux/linux-5.10/arch/sparc/mm/ |
H A D | init_64.c | 74 * It would be nice to determine this from the machine description 126 prom_printf("Couldn't get %s property from /memory.\n", in read_obp_memory() 131 /* Sanitize what we got from the firmware, by page aligning in read_obp_memory() 423 /* Transfer bits [32:22] from address to resolve in update_mmu_cache() 779 * If a new mm is stored after we took this mm from the array, in mmu_context_wrap() 1056 * correct data from get_pfn_range_for_nid(). 1341 int __node_distance(int from, int to) in __node_distance() argument 1343 if ((from >= MAX_NUMNODES) || (to >= MAX_NUMNODES)) { in __node_distance() 1345 from, to); in __node_distance() 1346 return (from in __node_distance() 3118 copy_user_highpage(struct page *to, struct page *from, unsigned long vaddr, struct vm_area_struct *vma) copy_user_highpage() argument 3153 copy_highpage(struct page *to, struct page *from) copy_highpage() argument [all...] |
/kernel/linux/linux-6.6/arch/sparc/mm/ |
H A D | init_64.c | 75 * It would be nice to determine this from the machine description 127 prom_printf("Couldn't get %s property from /memory.\n", in read_obp_memory() 132 /* Sanitize what we got from the firmware, by page aligning in read_obp_memory() 432 /* Transfer bits [32:22] from address to resolve in update_mmu_cache_range() 795 * If a new mm is stored after we took this mm from the array, in mmu_context_wrap() 1072 * correct data from get_pfn_range_for_nid(). 1357 int __node_distance(int from, int to) in __node_distance() argument 1359 if ((from >= MAX_NUMNODES) || (to >= MAX_NUMNODES)) { in __node_distance() 1361 from, to); in __node_distance() 1362 return (from in __node_distance() 3152 copy_user_highpage(struct page *to, struct page *from, unsigned long vaddr, struct vm_area_struct *vma) copy_user_highpage() argument 3187 copy_highpage(struct page *to, struct page *from) copy_highpage() argument [all...] |
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_user.c | 56 * order to prevent other issues we must only ever read *data* from 132 /* Offset of data area from start of mb */ 515 /* try to get new page from the mm */ in tcmu_get_empty_block() 678 /* Keep 1 byte unused or we can't tell full from empty */ in spc_free() 697 void *from, *to = NULL; in scatter_data_area() local 704 from = kmap_atomic(sg_page(sg)) + sg->offset; in scatter_data_area() 723 memcpy(to + offset, from + sg->length - sg_remaining, in scatter_data_area() 729 kunmap_atomic(from - sg->offset); in scatter_data_area() 744 void *from = NULL, *to; in gather_data_area() local 773 if (from) in gather_data_area() [all...] |
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | file.c | 67 * ack from the OSD. 127 * Attempt to get up to @maxsize bytes worth of pages from @iter. 334 * the open request locally (no need to request new caps from the 424 /* Clone the layout from a synchronous create, if the dir now has Dc caps */ 857 * Completely synchronous read and write methods. Direct from __user 863 * If we get a short result from the OSD, check against i_size; we need to 1408 * Synchronous write, straight from __user pointer or user pages. 1415 ceph_sync_write(struct kiocb *iocb, struct iov_iter *from, loff_t pos, in ceph_sync_write() argument 1432 size_t count = iov_iter_count(from); in ceph_sync_write() 1453 while ((len = iov_iter_count(from)) > in ceph_sync_write() 1700 ceph_write_iter(struct kiocb *iocb, struct iov_iter *from) ceph_write_iter() argument [all...] |
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | attrib.c | 224 * and locked (called from ni_write_frame()). 525 /* MFT allocates clusters from MFT zone. */ in attr_set_size() 540 /* Get the last LCN to allocate from. */ in attr_set_size() 1032 /* Get the last LCN to allocate from. */ in attr_data_get_block() 1087 /* Stored [vcn : next_svcn) from [vcn : end). */ in attr_data_get_block() 1340 * attr_load_runs_range - Load runs for given range [from to). 1344 u64 from, u64 to) in attr_load_runs_range() 1353 for (vcn = from >> cluster_bits; vcn <= vcn_last; vcn += clen) { in attr_load_runs_range() 1454 u64 from = vbo[i] & ~(u64)(PAGE_SIZE - 1); in attr_wof_frame_info() local 1455 u64 to = min(from in attr_wof_frame_info() 1342 attr_load_runs_range(struct ntfs_inode *ni, enum ATTR_TYPE type, const __le16 *name, u8 name_len, struct runs_tree *run, u64 from, u64 to) attr_load_runs_range() argument 2129 u32 from, to; attr_punch_hole() local [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.c | 117 if (h->branch_info->from.ms.sym) { in hists__calc_col_len() 118 symlen = (int)h->branch_info->from.ms.sym->namelen + 4; in hists__calc_col_len() 123 symlen = dso__name_len(map__dso(h->branch_info->from.ms.map)); in hists__calc_col_len() 458 * This branch info is (a part of) allocated from in hist_entry__init() 469 he->branch_info->from.ms.map = map__get(he->branch_info->from.ms.map); in hist_entry__init() 518 map__put(he->branch_info->from.ms.map); in hist_entry__init() 625 * This mem info was allocated from sample__resolve_mem in hists__findnew_entry() 851 * sorting from hists__collapse_resort() which is solely in iter_add_single_mem_entry() 953 if (iter->hide_unresolved && !(bi[i].from in iter_add_next_branch_entry() [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | graph-builder-interface.cc | 900 // If the tags match we extract the values from the exception object and in CatchException() 1314 void Forward(FullDecoder* decoder, const Value& from, Value* to) { in Forward() 1315 to->node = from.node; in Forward() 1566 // Start a new merge from the instance cache. in Goto() 1600 // Create a complete copy of {from}. 1601 SsaEnv* Split(Zone* zone, SsaEnv* from) { in Split() 1602 DCHECK_NOT_NULL(from); in Split() 1603 if (from == ssa_env_) { in Split() 1607 SsaEnv* result = zone->New<SsaEnv>(*from); in Split() 1612 // Create a copy of {from} tha [all...] |
/device/soc/hisilicon/common/platform/i2c/ |
H A D | i2c_hi35xx.c | 452 static int HdfCopyFromUser(void *to, const void *from, unsigned long n) in HdfCopyFromUser() argument 455 ret = LOS_CopyToKernel(to, n, from, n); in HdfCopyFromUser() 457 HDF_LOGE("%s: copy from kernel fail:%d", __func__, ret); in HdfCopyFromUser() 463 static int HdfCopyToUser(void *to, const void *from, unsigned long n) in HdfCopyToUser() argument 466 ret = LOS_CopyFromKernel(to, n, from, n); in HdfCopyToUser() 468 HDF_LOGE("%s: copy from kernel fail:%d", __func__, ret); in HdfCopyToUser()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | fpsp.h | 44 | Positive offsets from A6 refer to the exception frame. Negative 46 | The fsave frame is also accessible from the top via A7. 70 | restored from the "local variable" area and can be used as 124 | Offsets are defined from the end of an fsave because the last 10
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | perf_asm.S | 84 ;* This routine shifts data in from the RDR in arg0 and returns 95 ;* ret0 = next 64 bits of rdr data from staging register 118 ; shifting is done, from or to, remote diagnose registers. 573 ; shifting is done, from or to, the remote diagnose registers. 982 ;* This routine shifts data in from the RDR in arg0 and returns 993 ;* ret0 = next 64 bits of rdr data from staging register 1012 ; shifting is done, from or to, remote diagnose registers. 1368 ; shifting is done, from or to, the remote diagnose registers.
|
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | setup.c | 42 /* Number of pages released from the initial allocation. */ 322 * This function updates the p2m and m2p tables with an identity map from 497 * the resulting mapping will be independent from the order. 678 void *from, *to; in xen_phys_memcpy() local 691 from = early_memremap(src - src_off, src_len + src_off); in xen_phys_memcpy() 692 memcpy(to, from, len); in xen_phys_memcpy() 694 early_memunmap(from, src_len + src_off); in xen_phys_memcpy() 886 pr_info("initrd moved from [mem %#010llx-%#010llx] to [mem %#010llx-%#010llx]\n", in xen_memory_setup()
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | applicom.c | 2 /* Derived from Applicom driver ac.c for SCO Unix */ 45 memcpy_{from,to}io throughout this driver. This is because 465 unsigned char *from = (unsigned char *) &tmpmailbox; in ac_write() local 470 writeb(*(from++), to++); in ac_write() 487 void __iomem *from = apbs[IndexCard].RamIO + RAM_TO_PC; in do_ac_read() local 501 *(to++) = readb(from++); in do_ac_read() 514 printk("Read from applicom card #%d. struct st_ram_io follows:", NumCard); in do_ac_read()
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | fpsp.h | 44 | Positive offsets from A6 refer to the exception frame. Negative 46 | The fsave frame is also accessible from the top via A7. 70 | restored from the "local variable" area and can be used as 124 | Offsets are defined from the end of an fsave because the last 10
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | perf_asm.S | 84 ;* This routine shifts data in from the RDR in arg0 and returns 95 ;* ret0 = next 64 bits of rdr data from staging register 118 ; shifting is done, from or to, remote diagnose registers. 573 ; shifting is done, from or to, the remote diagnose registers. 982 ;* This routine shifts data in from the RDR in arg0 and returns 993 ;* ret0 = next 64 bits of rdr data from staging register 1012 ; shifting is done, from or to, remote diagnose registers. 1368 ; shifting is done, from or to, the remote diagnose registers.
|
/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | iova.c | 289 * searching top-down from limit_pfn to iovad->start_pfn. If the size_aligned 388 * frees the iova from that domain. 402 * alloc_iova_fast - allocates an iova from rcache 407 * This function tries to satisfy an iova allocation from the rcache, 560 * First remove all entries from the flush queue that have already been in queue_iova() 657 * This function allocates reserves the address range from pfn_lo to pfn_hi so 700 * @from: - source doamin from where to copy 702 * This function copies reserved iova's from one doamin to 706 copy_reserved_iova(struct iova_domain *from, struc argument [all...] |
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | sdhci-acpi.c | 309 struct pci_dev *dev, *parent, *from = NULL; in sdhci_acpi_cht_pci_wifi() local 312 dev = pci_get_device(vendor, device, from); in sdhci_acpi_cht_pci_wifi() 313 pci_dev_put(from); in sdhci_acpi_cht_pci_wifi() 323 from = dev; in sdhci_acpi_cht_pci_wifi()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | uverbs_ioctl.c | 6 * General Public License (GPL) Version 2, available from the file 400 /* Reject duplicate attributes from user-space */ in uverbs_set_attr() 724 const void *from, size_t size) in uverbs_copy_to() 733 if (copy_to_user(u64_to_user_ptr(attr->ptr_attr.data), from, min_size)) in uverbs_copy_to() 779 size_t idx, const void *from, size_t size) in uverbs_copy_to_struct_or_zero() 791 return uverbs_copy_to(bundle, idx, from, size); in uverbs_copy_to_struct_or_zero() 723 uverbs_copy_to(const struct uverbs_attr_bundle *bundle, size_t idx, const void *from, size_t size) uverbs_copy_to() argument 778 uverbs_copy_to_struct_or_zero(const struct uverbs_attr_bundle *bundle, size_t idx, const void *from, size_t size) uverbs_copy_to_struct_or_zero() argument
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | map.c | 206 * Constructor variant for modules (where we know from /proc/modules where 379 struct map *map__clone(struct map *from) in map__clone() argument 384 if (from->dso && from->dso->kernel) in map__clone() 387 map = memdup(from, size); in map__clone() 498 * Closely related to map__rip_2objdump(), this function takes an address from 537 * Free everything to try to do it from the rbtree in the next search in __maps__free_maps_by_name()
|
/kernel/linux/linux-5.10/fs/hostfs/ |
H A D | hostfs_kern.c | 479 unsigned from = pos & (PAGE_SIZE - 1); in hostfs_write_end() local 483 err = write_file(FILE_HOSTFS_I(file)->fd, &pos, buffer + from, copied); in hostfs_write_end() 622 struct dentry *from) in hostfs_link() 627 if ((from_name = dentry_name(from)) == NULL) in hostfs_link() 621 hostfs_link(struct dentry *to, struct inode *ino, struct dentry *from) hostfs_link() argument
|
/kernel/linux/linux-5.10/kernel/time/ |
H A D | clocksource.c | 25 * @from: frequency to convert from 32 * @to and @from are frequency values in HZ. For clock sources @to is 33 * NSEC_PER_SEC == 1GHz and @from is the counter frequency. For clock 34 * event @to is the counter frequency and @from is NSEC_PER_SEC. 45 clocks_calc_mult_shift(u32 *mult, u32 *shift, u32 from, u32 to, u32 maxsec) in clocks_calc_mult_shift() argument 54 tmp = ((u64)maxsec * from) >> 32; in clocks_calc_mult_shift() 66 tmp += from / 2; in clocks_calc_mult_shift() 67 do_div(tmp, from); in clocks_calc_mult_shift() 147 * stop_machine(). One cannot use stop_machine() from in clocksource_watchdog_work() [all...] |
/kernel/linux/linux-6.6/fs/hostfs/ |
H A D | hostfs_kern.c | 481 unsigned from = pos & (PAGE_SIZE - 1); in hostfs_write_end() local 485 err = write_file(FILE_HOSTFS_I(file)->fd, &pos, buffer + from, copied); in hostfs_write_end() 647 struct dentry *from) in hostfs_link() 652 if ((from_name = dentry_name(from)) == NULL) in hostfs_link() 646 hostfs_link(struct dentry *to, struct inode *ino, struct dentry *from) hostfs_link() argument
|
/kernel/linux/linux-6.6/drivers/char/ |
H A D | applicom.c | 2 /* Derived from Applicom driver ac.c for SCO Unix */ 45 memcpy_{from,to}io throughout this driver. This is because 465 unsigned char *from = (unsigned char *) &tmpmailbox; in ac_write() local 470 writeb(*(from++), to++); in ac_write() 487 void __iomem *from = apbs[IndexCard].RamIO + RAM_TO_PC; in do_ac_read() local 501 *(to++) = readb(from++); in do_ac_read() 514 printk("Read from applicom card #%d. struct st_ram_io follows:", NumCard); in do_ac_read()
|