Home
last modified time | relevance | path

Searched refs:end (Results 2501 - 2525 of 18131) sorted by relevance

1...<<101102103104105106107108109110>>...726

/kernel/linux/linux-6.6/include/asm-generic/
H A Dtlb.h56 * - tlb_start_vma() / tlb_end_vma(); marks the start / end of a VMA
99 * - We can ignore tlb_{start,end}_vma(); because we don't
116 * - mmu_gather::start / mmu_gather::end
302 unsigned long end; member
360 tlb->end = max(tlb->end, address + range_size); in __tlb_adjust_range()
366 tlb->start = tlb->end = ~0; in __tlb_reset_range()
369 tlb->end = 0; in __tlb_reset_range()
399 if (tlb->end) in tlb_flush()
415 } else if (tlb->end) { in tlb_flush()
[all...]
/kernel/linux/linux-6.6/io_uring/
H A Dtctx.c212 int start, int end) in io_ring_add_registered_file()
215 for (offset = start; offset < end; offset++) { in io_ring_add_registered_file()
227 int start, int end) in io_ring_add_registered_fd()
239 offset = io_ring_add_registered_file(tctx, file, start, end); in io_ring_add_registered_fd()
272 int start, end; in io_ringfd_register() local
286 end = IO_RINGFD_REG_MAX; in io_ringfd_register()
293 end = start + 1; in io_ringfd_register()
296 ret = io_ring_add_registered_fd(tctx, reg.data, start, end); in io_ringfd_register()
211 io_ring_add_registered_file(struct io_uring_task *tctx, struct file *file, int start, int end) io_ring_add_registered_file() argument
226 io_ring_add_registered_fd(struct io_uring_task *tctx, int fd, int start, int end) io_ring_add_registered_fd() argument
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/orinoco/
H A Dfw.c108 const void *end; in orinoco_dl_firmware() local
162 end = fw_entry->data + fw_entry->size; in orinoco_dl_firmware()
164 err = hermes_program(hw, first_block, end); in orinoco_dl_firmware()
174 err = hermes_apply_pda_with_defaults(hw, first_block, end, pda, in orinoco_dl_firmware()
182 dev_dbg(dev, "Program end returned %d\n", err); in orinoco_dl_firmware()
206 const unsigned char *image, const void *end, in symbol_dl_image()
241 ret = hermes_program(hw, first_block, end); in symbol_dl_image()
247 size_t len = hermes_blocks_length(first_block, end); in symbol_dl_image()
249 ret = hermes_apply_pda(hw, ptr, end, pda, in symbol_dl_image()
205 symbol_dl_image(struct orinoco_private *priv, const struct fw_info *fw, const unsigned char *image, const void *end, int secondary) symbol_dl_image() argument
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpci-thunder-pem.c143 bus->number > cfg->busr.end) in thunder_pem_config_read()
292 bus->number > cfg->busr.end) in thunder_pem_config_write()
327 pem_pci->ea_entry[1] = lower_32_bits(res_pem->end - bar4_start) & ~3u; in thunder_pem_init()
345 resource_size_t start = r->start, end = r->end; in thunder_pem_reserve_range() local
353 res = request_mem_region(start, end - start + 1, regionid); in thunder_pem_reserve_range()
403 res_pem->end = res_pem->start + SZ_64K - 1; in thunder_pem_acpi_init()
405 res_pem->end = res_pem->start + SZ_16M - 1; in thunder_pem_acpi_init()
/kernel/linux/linux-6.6/drivers/pcmcia/
H A Dpcmcia_cis.c201 p_dev->resource[0]->start = p_dev->resource[0]->end = 0; in pcmcia_do_loop_config()
202 p_dev->resource[1]->start = p_dev->resource[1]->end = 0; in pcmcia_do_loop_config()
216 p_dev->resource[1]->end = io->win[1-i].len; in pcmcia_do_loop_config()
219 p_dev->resource[0]->end = io->win[i].len; in pcmcia_do_loop_config()
228 p_dev->resource[2]->start = p_dev->resource[2]->end = 0; in pcmcia_do_loop_config()
233 p_dev->resource[2]->end = mem->win[0].len; in pcmcia_do_loop_config()
234 if (p_dev->resource[2]->end < 0x1000) in pcmcia_do_loop_config()
235 p_dev->resource[2]->end = 0x1000; in pcmcia_do_loop_config()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dcallthunks.c58 unsigned long end; member
66 .end = (unsigned long)_etext,
94 return ct->base <= p && p < ct->end; in within_coretext()
232 patch_call_sites(s32 *start, s32 *end, const struct core_text *ct) in patch_call_sites() argument
236 for (s = start; s < end; s++) in patch_call_sites()
242 struct paravirt_patch_site *end, in patch_paravirt_call_sites()
247 for (p = start; p < end; p++) in patch_paravirt_call_sites()
333 .end = (unsigned long)mod->mem[MOD_TEXT].base + mod->mem[MOD_TEXT].size, in callthunks_patch_module_calls()
241 patch_paravirt_call_sites(struct paravirt_patch_site *start, struct paravirt_patch_site *end, const struct core_text *ct) patch_paravirt_call_sites() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H A Dscatterlist.c34 unsigned long start, end; member
72 if (pfn != pt->end) { in expect_pfn_sg()
74 __func__, who, pt->end, pfn); in expect_pfn_sg()
103 if (pfn != pt->end) { in expect_pfn_sg_page_iter()
105 __func__, who, pt->end, pfn); in expect_pfn_sg_page_iter()
133 if (pfn != pt->end) { in expect_pfn_sgtiter()
135 __func__, who, pt->end, pfn); in expect_pfn_sgtiter()
264 pt->end = pfn; in alloc_table()
/kernel/linux/linux-6.6/drivers/gpu/host1x/hw/
H A Dcdma_hw.c18 * Put the restart at the end of pushbuffer memory
46 u64 start, end; in cdma_start() local
53 end = cdma->push_buffer.size + 4; in cdma_start()
58 /* set base, put and end pointer */ in cdma_start()
67 host1x_ch_writel(ch, lower_32_bits(end), HOST1X_CHANNEL_DMAEND); in cdma_start()
69 host1x_ch_writel(ch, upper_32_bits(end), HOST1X_CHANNEL_DMAEND_HI); in cdma_start()
93 u64 start, end; in cdma_timeout_restart() local
104 end = cdma->push_buffer.size + 4; in cdma_timeout_restart()
106 /* set base, end pointer (all of memory) */ in cdma_timeout_restart()
111 host1x_ch_writel(ch, lower_32_bits(end), HOST1X_CHANNEL_DMAEN in cdma_timeout_restart()
[all...]
/kernel/linux/linux-6.6/rust/kernel/
H A Dstr.rs59 /// end.
138 /// `bytes` *must* end with a `NUL` byte, and should only have a single
241 /// Formats printable ASCII characters with a double quote on either end, escaping the rest.
388 /// It does not fail if callers write past the end of the buffer so that they can calculate the
393 /// The memory region between `pos` (inclusive) and `end` (exclusive) is valid for writes if `pos`
394 /// is less than `end`.
399 end: usize,
409 end: 0, in new()
417 /// If `pos` is less than `end`, then the region between `pos` (inclusive) and `end`
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtesting_helpers.c16 int i, set_len = 0, new_len, num, start = 0, end = -1; in parse_num_list() local
27 end = num; in parse_num_list()
38 end = num; in parse_num_list()
42 end = num; in parse_num_list()
47 if (start > end) in parse_num_list()
50 if (end + 1 > set_len) { in parse_num_list()
51 new_len = end + 1; in parse_num_list()
62 for (i = start; i <= end; i++) in parse_num_list()
/kernel/linux/linux-6.6/sound/firewire/
H A Dfcp.c75 goto end; in avc_general_set_sig_fmt()
78 end: in avc_general_set_sig_fmt()
122 goto end; in avc_general_get_sig_fmt()
128 goto end; in avc_general_get_sig_fmt()
133 end: in avc_general_get_sig_fmt()
172 goto end; in avc_general_get_plug_info()
180 end: in avc_general_get_plug_info()
385 .end = CSR_REGISTER_BASE + CSR_FCP_END, in fcp_module_init()
/kernel/linux/linux-6.6/sound/firewire/fireworks/
H A Dfireworks_transaction.c137 goto end; in copy_resp_to_buf()
160 end: in copy_resp_to_buf()
189 goto end; in handle_resp_for_user()
192 end: in handle_resp_for_user()
237 goto end; in efw_response()
240 goto end; in efw_response()
254 end: in efw_response()
313 .end = MEMORY_SPACE_EFW_RESPONSE + in snd_efw_transaction_register()
/kernel/linux/linux-6.6/drivers/scsi/arm/
H A Dcumana_1.c61 goto end; in cumanascsi_pwrite()
85 goto end; in cumanascsi_pwrite()
95 goto end; in cumanascsi_pwrite()
103 end: in cumanascsi_pwrite()
127 goto end; in cumanascsi_pread()
151 goto end; in cumanascsi_pread()
161 goto end; in cumanascsi_pread()
169 end: in cumanascsi_pread()
/third_party/ffmpeg/doc/examples/
H A Ddemuxing_decoding.c264 goto end; in main()
275 goto end; in main()
286 goto end; in main()
296 goto end; in main()
303 goto end; in main()
310 goto end; in main()
361 goto end; in main()
369 end: in main()
/third_party/ffmpeg/libavresample/tests/
H A Davresample.c245 goto end; in main()
248 goto end; in main()
254 goto end; in main()
270 goto end; in main()
291 goto end; in main()
306 goto end; in main()
315 goto end; in main()
337 end: in main()
/third_party/cJSON/tests/unity/extras/fixture/src/
H A Dunity_fixture.c179 static const char end[] = "END"; variable
185 size_t total_size = size + sizeof(Guard) + sizeof(end); in unity_malloc()
213 memcpy(&mem[size], end, sizeof(end)); in unity_malloc()
224 return guard->guard_space != 0 || strcmp(&memAsChar[guard->size], end) != 0; in isOverrun()
234 if (mem == unity_heap + heap_index - guard->size - sizeof(end)) in release_memory()
236 heap_index -= (guard->size + sizeof(Guard) + sizeof(end)); in release_memory()
291 if (oldMem == unity_heap + heap_index - guard->size - sizeof(end) && in unity_realloc()
/third_party/PyYAML/examples/pygments-lexer/
H A Dyaml.py39 context.pos = match.end()
51 context.pos = match.end()
73 context.pos = match.end()
86 context.pos = match.end()
103 context.pos = match.end()
120 context.pos = match.end()
140 context.pos = match.end()
153 context.pos = match.end()
181 # document start and document end indicators
230 # the line end
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Duset.h271 * start..end, inclusive. If <code>start > end</code>
274 * @param end last character of the range, inclusive
280 uset_open(UChar32 start, UChar32 end);
394 * Causes the USet object to represent the range <code>start - end</code>.
395 * If <code>start > end</code> then this USet is set to an empty range.
399 * @param end last character in the set, inclusive
404 UChar32 start, UChar32 end);
562 * uset_contains(set, start, end) will return true.
566 * @param end th
[all...]
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_regalloc.c111 size_t end = reg_data->offset + reg_data->count; in rogue_ra_init() local
114 for (size_t r = offset; r < end; r += stride) in rogue_ra_init()
129 size_t end; member
175 range->end = ip; in rogue_ra_alloc()
188 /* Subsequent uses: update live range end. */ in rogue_ra_alloc()
190 range->end = MAX2(range->end, ip); in rogue_ra_alloc()
230 if (!(range_first->start >= range_second->end || in rogue_ra_alloc()
231 range_second->start >= range_first->end)) { in rogue_ra_alloc()
/third_party/node/lib/internal/
H A Dblob.js231 * @param {number} [end]
235 slice(start = 0, end = this[kLength], contentType = '') {
245 if (end < 0) {
246 end = MathMax(this[kLength] + end, 0);
248 end = MathMin(end, this[kLength]);
250 end |= 0;
259 const span = MathMax(end - start, 0);
/third_party/node/lib/
H A Dquerystring.js363 const end = i - sepIdx + 1;
366 if (lastPos < end) {
368 key += StringPrototypeSlice(qs, lastPos, end);
377 } else if (lastPos < end) {
378 value += StringPrototypeSlice(qs, lastPos, end);
398 const end = i - eqIdx + 1;
399 if (lastPos < end)
400 key += StringPrototypeSlice(qs, lastPos, end);
/third_party/node/deps/v8/src/zone/
H A Dzone-handle-set.h92 return std::find(cached_list->begin(), cached_list->end(), in contains()
93 other.singleton()) != cached_list->end(); in contains()
98 if (std::find(cached_list->begin(), cached_list->end(), in contains()
99 other.list()->at(i)) == cached_list->end()) { in contains()
113 return std::find(list()->begin(), list()->end(), other_address) != in contains()
114 list()->end(); in contains()
157 inline const_iterator end() const;
235 typename ZoneHandleSet<T>::const_iterator ZoneHandleSet<T>::end() const {
/third_party/nghttp2/src/
H A Dshrpx_config_test.cc184 CU_ASSERT(std::equal(std::begin(key->data.name), std::end(key->data.name), in test_shrpx_config_read_tls_ticket_key_file()
194 CU_ASSERT(std::equal(std::begin(key->data.name), std::end(key->data.name), in test_shrpx_config_read_tls_ticket_key_file()
229 CU_ASSERT(std::equal(std::begin(key->data.name), std::end(key->data.name), in test_shrpx_config_read_tls_ticket_key_file_aes_256()
232 std::end(key->data.enc_key), in test_shrpx_config_read_tls_ticket_key_file_aes_256()
235 std::end(key->data.hmac_key), in test_shrpx_config_read_tls_ticket_key_file_aes_256()
239 CU_ASSERT(std::equal(std::begin(key->data.name), std::end(key->data.name), in test_shrpx_config_read_tls_ticket_key_file_aes_256()
242 std::end(key->data.enc_key), in test_shrpx_config_read_tls_ticket_key_file_aes_256()
245 std::end(key->data.hmac_key), in test_shrpx_config_read_tls_ticket_key_file_aes_256()
/third_party/ninja/src/
H A Dclean.cc74 return (i != removed_.end()); in IsAlreadyRemoved()
109 e != state_->edges_.end(); ++e) { in CleanAll()
117 out_node != (*e)->outputs_.end(); ++out_node) { in CleanAll()
131 for (BuildLog::Entries::const_iterator i = entries.begin(); i != entries.end(); ++i) { in CleanDead()
157 for (vector<Node*>::iterator n = e->inputs_.begin(); n != e->inputs_.end(); in DoCleanTarget()
227 e != state_->edges_.end(); ++e) { in DoCleanRule()
230 out_node != (*e)->outputs_.end(); ++out_node) { in DoCleanRule()
295 e != state_->edges_.end(); ++e) { in LoadDyndeps()
/third_party/node/deps/icu-small/source/common/unicode/
H A Duset.h296 * start..end, inclusive. If <code>start > end</code>
299 * @param end last character of the range, inclusive
305 uset_open(UChar32 start, UChar32 end);
421 * Causes the USet object to represent the range <code>start - end</code>.
422 * If <code>start > end</code> then this USet is set to an empty range.
426 * @param end last character in the set, inclusive
431 UChar32 start, UChar32 end);
592 * uset_contains(set, start, end) will return true.
596 * @param end th
[all...]

Completed in 20 milliseconds

1...<<101102103104105106107108109110>>...726