/kernel/linux/linux-6.6/kernel/ |
H A D | relay.c | 42 page = vmalloc_to_page(buf->start + (pgoff << PAGE_SHIFT)); in relay_buf_fault() 162 buf->start = relay_alloc_buf(buf, &chan->alloc_size); in relay_create_buf() 163 if (!buf->start) in relay_create_buf() 198 if (likely(buf->start)) { in relay_destroy_buf() 199 vunmap(buf->start); in relay_destroy_buf() 299 buf->data = buf->start; in __relay_reset() 693 new = buf->start + new_subbuf * buf->chan->subbuf_size; in relay_switch_subbuf() 963 write_subbuf = (buf->data - buf->start) / subbuf_size; in relay_file_read_subbuf_avail() 1059 from = buf->start + read_start; in relay_file_read()
|
/kernel/linux/linux-6.6/samples/vfio-mdev/ |
H A D | mtty.c | 79 u64 start; member 671 mdev_state->region_info[index].start = ((u64)start_hi << 32) | in mdev_read_base() 708 if (!mdev_state->region_info[index].start) in mdev_access() 970 unsigned int index, unsigned int start, in mtty_set_irqs() 980 if (!is_intx(mdev_state) || start != 0 || count != 1) { in mtty_set_irqs() 997 if (!is_intx(mdev_state) || start != 0 || count != 1) { in mtty_set_irqs() 1021 start != 0 || count != 1) { in mtty_set_irqs() 1075 start != 0 || count != 1) { in mtty_set_irqs() 1305 ret = mtty_set_irqs(mdev_state, hdr.flags, hdr.index, hdr.start, in mtty_ioctl() 969 mtty_set_irqs(struct mdev_state *mdev_state, uint32_t flags, unsigned int index, unsigned int start, unsigned int count, void *data) mtty_set_irqs() argument
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | volumes.c | 1458 * Try to find a chunk that intersects [start, start + len] range and when one 1459 * such is found, record the end of it in *start 1461 static bool contains_pending_extent(struct btrfs_device *device, u64 *start, in contains_pending_extent() argument 1468 if (!find_first_extent_bit(&device->alloc_state, *start, in contains_pending_extent() 1472 if (in_range(physical_start, *start, len) || in contains_pending_extent() 1473 in_range(*start, physical_start, in contains_pending_extent() 1475 *start = physical_end + 1; in contains_pending_extent() 1482 static u64 dev_extent_search_start(struct btrfs_device *device, u64 start) in dev_extent_search_start() argument 1489 * make sure to start a in dev_extent_search_start() 1563 find_free_dev_extent_start(struct btrfs_device *device, u64 num_bytes, u64 search_start, u64 *start, u64 *len) find_free_dev_extent_start() argument 1709 find_free_dev_extent(struct btrfs_device *device, u64 num_bytes, u64 *start, u64 *len) find_free_dev_extent() argument 1716 btrfs_free_dev_extent(struct btrfs_trans_handle *trans, struct btrfs_device *device, u64 start, u64 *dev_extent_len) btrfs_free_dev_extent() argument 1775 btrfs_alloc_dev_extent(struct btrfs_trans_handle *trans, struct btrfs_device *device, u64 chunk_offset, u64 start, u64 num_bytes) btrfs_alloc_dev_extent() argument 4679 u64 start; btrfs_shrink_device() local 4916 u64 start; global() member 5159 u64 start = ctl->start; create_chunk() local 7160 u64 start; readahead_tree_node_children() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ncr53c8xx.c | 1326 ** start or restart the data structure (nexus). 1508 ** Mini-script used at CCB execution start-up. 1513 struct launch start; member 1684 ** SCRIPTS processor in order to start SCSI commands. 1689 u16 queuedccbs; /* Number of CCBs in start queue*/ 1792 ncrcmd start [ 5]; member 2177 ** start of the first MOVE of a DATA IN phase. 2330 PADDR (start), 2395 ** ... start the next command. 2398 PADDR(start), 3487 ncrcmd *start, *end; ncr_script_copy_and_bind() local [all...] |
/kernel/linux/linux-6.6/drivers/ptp/ |
H A D | ptp_ocp.c | 284 ktime_t start; member 1331 ktime_t start, end; in ptp_ocp_estimate_pci_timing() local 1340 start = ktime_get_ns(); in ptp_ocp_estimate_pci_timing() 1346 delay = end - start; in ptp_ocp_estimate_pci_timing() 1689 __ptp_ocp_get_mem(struct ptp_ocp *bp, resource_size_t start, int size) in __ptp_ocp_get_mem() argument 1691 struct resource res = DEFINE_RES_MEM_NAMED(start, size, "ptp_ocp"); in __ptp_ocp_get_mem() 1699 resource_size_t start; in ptp_ocp_get_mem() local 1701 start = pci_resource_start(bp->pdev, 0) + r->offset; in ptp_ocp_get_mem() 1702 return __ptp_ocp_get_mem(bp, start, r->size); in ptp_ocp_get_mem() 1713 ptp_ocp_set_mem_resource(struct resource *res, resource_size_t start, in argument 1726 resource_size_t start; ptp_ocp_register_spi() local 1753 resource_size_t start; ptp_ocp_i2c_bus() local [all...] |
/kernel/linux/linux-5.10/kernel/ |
H A D | module.c | 134 unsigned long start, end; in mod_tree_comp() local 136 start = __mod_tree_val(n); in mod_tree_comp() 137 if (val < start) in mod_tree_comp() 140 end = start + __mod_tree_size(n); in mod_tree_comp() 537 fsa->sym = &syms->start[symnum]; in check_exported_symbol() 583 sym = bsearch(fsa->name, syms->start, syms->stop - syms->start, in find_exported_symbol_in_section() 587 sym - syms->start, data)) in find_exported_symbol_in_section() 713 void *start = per_cpu_ptr(mod->percpu, cpu); in __is_module_percpu_address() local 716 if (va >= start in __is_module_percpu_address() 2021 frob_text(const struct module_layout *layout, int (*set_memory)(unsigned long start, int num_pages)) frob_text() argument 2040 frob_rodata(const struct module_layout *layout, int (*set_memory)(unsigned long start, int num_pages)) frob_rodata() argument 2050 frob_ro_after_init(const struct module_layout *layout, int (*set_memory)(unsigned long start, int num_pages)) frob_ro_after_init() argument 2060 frob_writable_data(const struct module_layout *layout, int (*set_memory)(unsigned long start, int num_pages)) frob_writable_data() argument 2668 lookup_exported_symbol(const char *name, const struct kernel_symbol *start, const struct kernel_symbol *stop) lookup_exported_symbol() argument 4231 within(unsigned long addr, void *start, unsigned long size) within() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | sta.c | 1651 * sets it now, FW reset will cause the seq num to start in iwl_mvm_realloc_queues_after_restart() 2633 * The fields assigned here are in the same location at the start in __iwl_mvm_remove_sta_key() 2766 bool start, int tid, u16 ssn, in iwl_mvm_fw_baid_op_sta() 2778 if (start) { in iwl_mvm_fw_baid_op_sta() 2798 start ? "start" : "stopp"); in iwl_mvm_fw_baid_op_sta() 2799 if (WARN_ON(start && iwl_mvm_has_new_rx_api(mvm) && in iwl_mvm_fw_baid_op_sta() 2808 start ? "start" : "stopp", status); in iwl_mvm_fw_baid_op_sta() 2815 bool start, in in iwl_mvm_fw_baid_op_cmd() 2764 iwl_mvm_fw_baid_op_sta(struct iwl_mvm *mvm, struct ieee80211_sta *sta, bool start, int tid, u16 ssn, u16 buf_size) iwl_mvm_fw_baid_op_sta() argument 2813 iwl_mvm_fw_baid_op_cmd(struct iwl_mvm *mvm, struct ieee80211_sta *sta, bool start, int tid, u16 ssn, u16 buf_size, int baid) iwl_mvm_fw_baid_op_cmd() argument 2862 iwl_mvm_fw_baid_op(struct iwl_mvm *mvm, struct ieee80211_sta *sta, bool start, int tid, u16 ssn, u16 buf_size, int baid) iwl_mvm_fw_baid_op() argument 2875 iwl_mvm_sta_rx_agg(struct iwl_mvm *mvm, struct ieee80211_sta *sta, int tid, u16 ssn, bool start, u16 buf_size, u16 timeout) iwl_mvm_sta_rx_agg() argument 3021 iwl_mvm_sta_tx_agg(struct iwl_mvm *mvm, struct ieee80211_sta *sta, int tid, u8 queue, bool start) iwl_mvm_sta_tx_agg() argument [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | omap_udc.c | 471 static u16 dma_src_len(struct omap_ep *ep, dma_addr_t start) in dma_src_len() argument 485 end |= start & (0xffff << 16); in dma_src_len() 486 if (end < start) in dma_src_len() 488 return end - start; in dma_src_len() 491 static u16 dma_dest_len(struct omap_ep *ep, dma_addr_t start) in dma_dest_len() argument 499 end |= start & (0xffff << 16); in dma_dest_len() 502 if (end < start) in dma_dest_len() 504 return end - start; in dma_dest_len() 582 /* set up this DMA transfer, enable the fifo, start */ in next_out_dma() 1548 /* update udc NOW since gadget driver may start in ep0_irq() [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/ |
H A D | ipu3-css.c | 285 dev_err(dev, "failed to start CSS\n"); in imgu_css_set_powerup() 566 dev_err(css->dev, "failed to start bootloader\n"); in imgu_css_hw_start() 1091 u8 size, start, end, end2; in imgu_css_queue_data() local 1095 start = readb(&q->host2sp_bufq_info[thread][queue].start); in imgu_css_queue_data() 1099 start = readb(&q->host2sp_evtq_info.start); in imgu_css_queue_data() 1107 if (end2 == start) in imgu_css_queue_data() 1129 u8 size, start, end, start2; in imgu_css_dequeue_data() local 1133 start in imgu_css_dequeue_data() [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/ |
H A D | ipu3-css.c | 272 dev_err(dev, "failed to start CSS\n"); in imgu_css_set_powerup() 553 dev_err(css->dev, "failed to start bootloader\n"); in imgu_css_hw_start() 1078 u8 size, start, end, end2; in imgu_css_queue_data() local 1082 start = readb(&q->host2sp_bufq_info[thread][queue].start); in imgu_css_queue_data() 1086 start = readb(&q->host2sp_evtq_info.start); in imgu_css_queue_data() 1094 if (end2 == start) in imgu_css_queue_data() 1116 u8 size, start, end, start2; in imgu_css_dequeue_data() local 1120 start in imgu_css_dequeue_data() [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | omap_udc.c | 474 static u16 dma_src_len(struct omap_ep *ep, dma_addr_t start) in dma_src_len() argument 488 end |= start & (0xffff << 16); in dma_src_len() 489 if (end < start) in dma_src_len() 491 return end - start; in dma_src_len() 494 static u16 dma_dest_len(struct omap_ep *ep, dma_addr_t start) in dma_dest_len() argument 502 end |= start & (0xffff << 16); in dma_dest_len() 505 if (end < start) in dma_dest_len() 507 return end - start; in dma_dest_len() 585 /* set up this DMA transfer, enable the fifo, start */ in next_out_dma() 1553 /* update udc NOW since gadget driver may start in ep0_irq() [all...] |
/base/inputmethod/imf/frameworks/cj/include/ |
H A D | input_method_ffi_structs.h | 78 int32_t start; member
|
/base/request/request/services/tests/ |
H A D | start.rs | 35 agent.start(task_id); in sdv_start_basic()
|
/base/security/device_auth/services/session_manager/inc/session/v2/auth_sub_session/protocol_lib/ |
H A D | base_protocol.h | 38 int32_t (*start)(BaseProtocol *, CJson **); member
|
/base/security/device_auth/services/session_manager/inc/session/v2/auth_sub_session/ |
H A D | auth_sub_session.h | 32 int32_t (*start)(AuthSubSession *self, CJson **returnSendMsg); member
|
/base/telephony/cellular_data/services/include/utils/ |
H A D | cellular_data_utils.h | 36 static int32_t GetPrefixLen(const std::vector<std::string> &netmask, const size_t start);
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_imf_adapter_impl.h | 42 void OnSelectionChange(ArkWebU16String& text, int start, int end) override;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_imfadapter_wrapper.h | 42 void OnSelectionChange(std::u16string text, int start, int end) override;
|
/kernel/linux/linux-5.10/arch/x86/platform/intel-mid/device_libs/ |
H A D | platform_mrfld_power_btn.c | 66 res->start = res->end = pentry->irq; in mrfld_power_btn_platform_data()
|
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/ |
H A D | generic.h | 18 mi->bank[__nr].start = (__start), \
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | numa.h | 36 int __init numa_add_memblk(int nodeid, u64 start, u64 end);
|
/kernel/linux/linux-5.10/arch/mips/vr41xx/common/ |
H A D | init.c | 22 iomem_resource.start = IO_MEM_RESOURCE_START; in iomem_resource_init()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | ps3stor.h | 19 u64 start; member
|
H A D | kasan.h | 48 int kasan_init_region(void *start, size_t size);
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
H A D | of_rtc.c | 52 (unsigned long long)res->start, in of_instantiate_rtc()
|