Home
last modified time | relevance | path

Searched refs:start (Results 8026 - 8050 of 18084) sorted by relevance

1...<<321322323324325326327328329330>>...724

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_sim_common.c495 int eap_sim_parse_attr(const u8 *start, const u8 *end, in eap_sim_parse_attr() argument
498 const u8 *pos = start, *apos; in eap_sim_parse_attr()
1057 u8 *start; in eap_sim_msg_add_full() local
1066 start = wpabuf_put(msg->buf, 0); in eap_sim_msg_add_full()
1072 return start; in eap_sim_msg_add_full()
1081 u8 *start; in eap_sim_msg_add() local
1090 start = wpabuf_put(msg->buf, 0); in eap_sim_msg_add()
1100 return start; in eap_sim_msg_add()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dhostapd_cli.c1705 "<freq in MHz> = start DPP listen" },
1724 "[tcp_port=<port>] [role=..] = start DPP controller" },
1728 "own=<BI ID> iter=<count> = start DPP chirp" },
1825 const char *start, *s; in cli_event() local
1827 start = os_strchr(str, '>'); in cli_event()
1828 if (start == NULL) in cli_event()
1831 start++; in cli_event()
1833 if (str_starts(start, AP_STA_CONNECTED)) { in cli_event()
1834 s = os_strchr(start, ' '); in cli_event()
1841 if (str_starts(start, AP_STA_DISCONNECTE in cli_event()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_sim_common.c499 int eap_sim_parse_attr(const u8 *start, const u8 *end, in eap_sim_parse_attr() argument
502 const u8 *pos = start, *apos; in eap_sim_parse_attr()
1067 u8 *start; in eap_sim_msg_add_full() local
1076 start = wpabuf_put(msg->buf, 0); in eap_sim_msg_add_full()
1082 return start; in eap_sim_msg_add_full()
1091 u8 *start; in eap_sim_msg_add() local
1100 start = wpabuf_put(msg->buf, 0); in eap_sim_msg_add()
1110 return start; in eap_sim_msg_add()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dhostapd_cli.c1662 "<freq in MHz> = start DPP listen" },
1768 const char *start, *s; in cli_event() local
1770 start = os_strchr(str, '>'); in cli_event()
1771 if (start == NULL) in cli_event()
1774 start++; in cli_event()
1776 if (str_starts(start, AP_STA_CONNECTED)) { in cli_event()
1777 s = os_strchr(start, ' '); in cli_event()
1784 if (str_starts(start, AP_STA_DISCONNECTED)) { in cli_event()
1785 s = os_strchr(start, ' '); in cli_event()
/kernel/linux/linux-5.10/arch/s390/mm/
H A Dgmap.c758 * @start: start virtual address in the guest address space
761 static void gmap_call_notifier(struct gmap *gmap, unsigned long start, in gmap_call_notifier() argument
767 nb->notifier_call(gmap, start, end); in gmap_call_notifier()
1303 * @pgt: pointer to the start of a shadow page table
1349 * @sgt: pointer to the start of a shadow segment table
1406 * @r3t: pointer to the start of a shadow region-3 table
1463 * @r2t: pointer to the start of a shadow region-2 table
1520 * @r1t: pointer to the start of a shadow region-1 table
2178 unsigned long start, en in gmap_shadow_notify() local
2526 __zap_zero_pages(pmd_t *pmd, unsigned long start, unsigned long end, struct mm_walk *walk) __zap_zero_pages() argument
2616 unsigned long start, end; __s390_enable_skey_hugetlb() local
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-bufio.c106 sector_t start; member
668 sector += c->start; in block_to_sector()
971 * If we are over threshold_buffers, start freeing buffers.
1215 unsigned start, unsigned end) in dm_bufio_mark_partial_buffer_dirty()
1219 BUG_ON(start >= end); in dm_bufio_mark_partial_buffer_dirty()
1227 b->dirty_start = start; in dm_bufio_mark_partial_buffer_dirty()
1231 if (start < b->dirty_start) in dm_bufio_mark_partial_buffer_dirty()
1232 b->dirty_start = start; in dm_bufio_mark_partial_buffer_dirty()
1529 if (s >= c->start) in dm_bufio_get_device_size()
1530 s -= c->start; in dm_bufio_get_device_size()
1214 dm_bufio_mark_partial_buffer_dirty(struct dm_buffer *b, unsigned start, unsigned end) dm_bufio_mark_partial_buffer_dirty() argument
1886 dm_bufio_set_sector_offset(struct dm_bufio_client *c, sector_t start) dm_bufio_set_sector_offset() argument
[all...]
/kernel/linux/linux-5.10/net/sched/
H A Dsch_taprio.c338 * in the cycle, set the txtime of packet to the interval start.
540 * start yet, so force all gates to be open, this is in in taprio_dequeue_soft()
989 ktime_t *start) in taprio_get_start_time()
999 *start = base; in taprio_get_start_time()
1013 /* Schedule the start time for the beginning of the next in taprio_get_start_time()
1017 *start = ktime_add_ns(base, (n + 1) * cycle); in taprio_get_start_time()
1041 ktime_t start, struct sched_gate_list *new) in taprio_start_sched()
1057 start = min_t(ktime_t, start, expires); in taprio_start_sched()
1059 hrtimer_start(&q->advance_timer, start, HRTIMER_MODE_AB in taprio_start_sched()
987 taprio_get_start_time(struct Qdisc *sch, struct sched_gate_list *sched, ktime_t *start) taprio_get_start_time() argument
1040 taprio_start_sched(struct Qdisc *sch, ktime_t start, struct sched_gate_list *new) taprio_start_sched() argument
1454 ktime_t start; taprio_change() local
[all...]
/kernel/linux/linux-5.10/fs/ext4/
H A Dextents_status.c248 * @lblk - logical block defining start of range
335 * @lblk - logical block defining start of range
346 ext4_lblk_t start, ext4_lblk_t end) in __es_scan_range()
350 __es_find_extent_range(inode, matching_fn, start, end, &es); in __es_scan_range()
353 else if (es.es_lblk <= start && in __es_scan_range()
354 start < es.es_lblk + es.es_len) in __es_scan_range()
356 else if (start <= es.es_lblk && es.es_lblk <= end) in __es_scan_range()
1154 * doesn't start with it, count it and stop tracking in count_rsvd()
1162 * if the first cluster doesn't start on a cluster boundary but in count_rsvd()
1184 * start trackin in count_rsvd()
344 __es_scan_range(struct inode *inode, int (*matching_fn)(struct extent_status *es), ext4_lblk_t start, ext4_lblk_t end) __es_scan_range() argument
1819 ext4_lblk_t start = ei->i_es_shrink_lblk; es_reclaim_extents() local
2154 __es_delayed_clu(struct inode *inode, ext4_lblk_t start, ext4_lblk_t end) __es_delayed_clu() argument
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dextents_status.c246 * @lblk - logical block defining start of range
331 * @lblk - logical block defining start of range
342 ext4_lblk_t start, ext4_lblk_t end) in __es_scan_range()
346 __es_find_extent_range(inode, matching_fn, start, end, &es); in __es_scan_range()
349 else if (es.es_lblk <= start && in __es_scan_range()
350 start < es.es_lblk + es.es_len) in __es_scan_range()
352 else if (start <= es.es_lblk && es.es_lblk <= end) in __es_scan_range()
1147 * doesn't start with it, count it and stop tracking in count_rsvd()
1155 * if the first cluster doesn't start on a cluster boundary but in count_rsvd()
1177 * start trackin in count_rsvd()
340 __es_scan_range(struct inode *inode, int (*matching_fn)(struct extent_status *es), ext4_lblk_t start, ext4_lblk_t end) __es_scan_range() argument
1813 ext4_lblk_t start = ei->i_es_shrink_lblk; es_reclaim_extents() local
2144 __es_delayed_clu(struct inode *inode, ext4_lblk_t start, ext4_lblk_t end) __es_delayed_clu() argument
[all...]
/kernel/linux/linux-6.6/fs/
H A Dbuffer.c594 * @start: start offset in bytes
602 int generic_buffers_fsync_noflush(struct file *file, loff_t start, loff_t end, in generic_buffers_fsync_noflush() argument
609 err = file_write_and_wait_range(file, start, end); in generic_buffers_fsync_noflush()
637 * @start: start offset in bytes
646 int generic_buffers_fsync(struct file *file, loff_t start, loff_t end, in generic_buffers_fsync() argument
652 ret = generic_buffers_fsync_noflush(file, start, end, datasync); in generic_buffers_fsync()
1577 * @offset: start of the range to invalidate
1994 size_t start, xen in folio_zero_new_buffers() local
2245 size_t start = pos - folio_pos(folio); block_write_end() local
[all...]
/kernel/linux/linux-6.6/fs/smb/server/
H A Dvfs.c319 * @start: lock start byte offset
325 static int check_lock_range(struct file *filp, loff_t start, loff_t end, in check_lock_range() argument
338 if (flock->fl_end >= start && end >= flock->fl_start) { in check_lock_range()
989 int ksmbd_vfs_fqar_lseek(struct ksmbd_file *fp, loff_t start, loff_t length, in ksmbd_vfs_fqar_lseek() argument
999 if (start > maxbytes) in ksmbd_vfs_fqar_lseek()
1008 if (length > maxbytes || (maxbytes - length) < start) in ksmbd_vfs_fqar_lseek()
1009 length = maxbytes - start; in ksmbd_vfs_fqar_lseek()
1011 if (start + length > inode->i_size) in ksmbd_vfs_fqar_lseek()
1012 length = inode->i_size - start; in ksmbd_vfs_fqar_lseek()
[all...]
/kernel/linux/linux-6.6/drivers/vhost/
H A Dvdpa.c69 struct vhost_iotlb *iotlb, u64 start,
542 * with a value of 1 will not make the device start processing buffers.
802 ops->dma_unmap(vdpa, asid, map->start, map->size); in vhost_vdpa_general_unmap()
804 iommu_unmap(v->domain, map->start, map->size); in vhost_vdpa_general_unmap()
809 u64 start, u64 last, u32 asid) in vhost_vdpa_pa_unmap()
816 while ((map = vhost_iotlb_itree_first(iotlb, start, last)) != NULL) { in vhost_vdpa_pa_unmap()
832 u64 start, u64 last, u32 asid) in vhost_vdpa_va_unmap()
837 while ((map = vhost_iotlb_itree_first(iotlb, start, last)) != NULL) { in vhost_vdpa_va_unmap()
847 struct vhost_iotlb *iotlb, u64 start, in vhost_vdpa_iotlb_unmap()
853 return vhost_vdpa_va_unmap(v, iotlb, start, las in vhost_vdpa_iotlb_unmap()
808 vhost_vdpa_pa_unmap(struct vhost_vdpa *v, struct vhost_iotlb *iotlb, u64 start, u64 last, u32 asid) vhost_vdpa_pa_unmap() argument
831 vhost_vdpa_va_unmap(struct vhost_vdpa *v, struct vhost_iotlb *iotlb, u64 start, u64 last, u32 asid) vhost_vdpa_va_unmap() argument
846 vhost_vdpa_iotlb_unmap(struct vhost_vdpa *v, struct vhost_iotlb *iotlb, u64 start, u64 last, u32 asid) vhost_vdpa_iotlb_unmap() argument
992 u64 start = iova; vhost_vdpa_pa_map() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H A Drtw_security.c60 /* start to encrypt each fragment */ in rtw_wep_encrypt()
108 /* start to decrypt recvframe */ in rtw_wep_decrypt()
485 /* 4 start to encrypt each fragment */ in rtw_tkip_encrypt()
553 /* 4 start to decrypt recvframe */ in rtw_tkip_decrypt()
558 static unsigned long start; in rtw_tkip_decrypt() local
565 if (start == 0) in rtw_tkip_decrypt()
566 start = jiffies; in rtw_tkip_decrypt()
573 if (jiffies_to_msecs(jiffies - start) > 1000) { in rtw_tkip_decrypt()
581 start = jiffies; in rtw_tkip_decrypt()
595 start in rtw_tkip_decrypt()
1309 static unsigned long start; rtw_aes_decrypt() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Datom.c66 uint16_t start; member
748 if (ctx->last_jump == (ctx->start + target)) { in atom_op_jump()
762 ctx->last_jump = ctx->start + target; in atom_op_jump()
765 *ptr = ctx->start + target; in atom_op_jump()
876 ctx->ctx->data_block = ctx->start; in atom_op_setdatablock()
1023 *ptr = ctx->start + target; in atom_op_switch()
1227 ectx.start = base; in amdgpu_atom_execute_table_locked()
1381 static unsigned char *atom_find_str_in_rom(struct atom_context *ctx, char *str, int start, in atom_find_str_in_rom() argument
1392 for (; start <= end; ++start) { in atom_find_str_in_rom()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.c206 * from the start of the buffer. For now the in otx2_skb_add_frag()
258 void *end, *start; in otx2_free_rcv_seg() local
262 start = (void *)sg; in otx2_free_rcv_seg()
263 end = start + ((cqe->parse.desc_sizem1 + 1) * 16); in otx2_free_rcv_seg()
264 while (start < end) { in otx2_free_rcv_seg()
265 sg = (struct nix_rx_sg_s *)start; in otx2_free_rcv_seg()
270 start += sizeof(*sg); in otx2_free_rcv_seg()
346 void *end, *start; in otx2_rcv_pkt_handler() local
364 start = (void *)sg; in otx2_rcv_pkt_handler()
365 end = start in otx2_rcv_pkt_handler()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_vma.c80 vma->node.start, vma->node.size, reason); in vma_print_allocator()
87 vma->node.start, vma->node.size, reason, buf); in vma_print_allocator()
229 * We put the GGTT vma at the start of the vma-list, followed in vma_create()
454 if (GEM_DEBUG_WARN_ON(range_overflows(vma->node.start, in i915_vma_bind()
484 vma->node.start, in i915_vma_bind()
491 ret = i915_vma_resource_bind_dep_sync(vma->vm, vma->node.start, in i915_vma_bind()
760 u64 start, end; in i915_vma_insert() local
786 * node.start + guard, the easiest way to make that work is in i915_vma_insert()
791 start = flags & PIN_OFFSET_BIAS ? flags & PIN_OFFSET_MASK : 0; in i915_vma_insert()
792 GEM_BUG_ON(!IS_ALIGNED(start, I915_GTT_PAGE_SIZ in i915_vma_insert()
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dint64-lowering.cc323 // not even have to do the default lowering because the the start node, in LowerNode()
344 graph()->start()); in LowerNode()
409 common()->Projection(new_index + 1), node, graph()->start()); in LowerNode()
652 GetReplacementHigh(input), graph()->start(), graph()->start()); in LowerNode()
661 GetReplacementLow(input), store_high_word, graph()->start()); in LowerNode()
666 store_low_word, graph()->start()); in LowerNode()
684 graph()->start(), graph()->start()); in LowerNode()
690 store, graph()->start()); in LowerNode()
[all...]
/third_party/python/Lib/
H A Denum.py685 def __call__(cls, value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None):
698 (values will start at `start`), or an iterator/mapping of name, value pairs.
719 start=start,
838 def _create_(cls, class_name, names, *, module=None, qualname=None, type=None, start=1, boundary=None):
845 commas. Values are incremented by 1 from `start`.
846 * An iterable of member names. Values are incremented by 1 from `start`.
862 value = first_enum._generate_next_value_(name, start, count, last_values[:])
1145 def _generate_next_value_(name, start, coun
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc128 // Name must start with an upper case character. in IsUpperCamelCase()
1103 // As a hack for backwards-compatibility, we force the group name to start in ParseMessageFieldNoLabel()
1108 "Group names must start with a capital letter."); in ParseMessageFieldNoLabel()
1607 int start, end; in ParseExtensions() local
1614 DO(ConsumeInteger(&start, "Expected field number range.")); in ParseExtensions()
1633 end = start; in ParseExtensions()
1640 range->set_start(start); in ParseExtensions()
1729 int start, end; in ParseReservedNumbers() local
1735 DO(ConsumeInteger(&start, (first ? "Expected field name or number range." in ParseReservedNumbers()
1755 end = start; in ParseReservedNumbers()
1807 int start, end; ParseReservedNumbers() local
[all...]
/third_party/python/Modules/
H A D_collectionsmodule.c10 [clinic start generated code]*/
1044 Py_ssize_t i, n, start=0, stop=Py_SIZE(deque); in deque_index() local
1052 _PyEval_SliceIndexNotNone, &start, in deque_index()
1057 if (start < 0) { in deque_index()
1058 start += Py_SIZE(deque); in deque_index()
1059 if (start < 0) in deque_index()
1060 start = 0; in deque_index()
1069 if (start > stop) in deque_index()
1070 start = stop; in deque_index()
1071 assert(0 <= start in deque_index()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc232 absl::Time start = absl::Now(); in TestTime() local
239 absl::Duration elapsed = absl::Now() - start; in TestTime()
245 start = absl::Now(); in TestTime()
252 elapsed = absl::Now() - start; in TestTime()
261 start = absl::Now(); in TestTime()
268 elapsed = absl::Now() - start; in TestTime()
274 start = absl::Now(); in TestTime()
281 elapsed = absl::Now() - start; in TestTime()
289 start = absl::Now(); in TestTime()
296 elapsed = absl::Now() - start; in TestTime()
303 const absl::Time start = absl::Now(); TestTime() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dieee802_11_common.c67 * is used and they start with same data. in ieee802_11_parse_vendor_specific()
257 const u8 *start, size_t len) in ieee802_11_fragments_length()
262 for_each_element(elem, start, len) { in ieee802_11_fragments_length()
277 const u8 *start, size_t len, in ieee802_11_parse_extension()
432 elems, pos + elen, (start + len) - (pos + elen)); in ieee802_11_parse_extension()
469 * @start: Pointer to the start of IEs
475 ParseRes ieee802_11_parse_elems(const u8 *start, size_t len, in ieee802_11_parse_elems() argument
484 if (!start) in ieee802_11_parse_elems()
487 for_each_element(elem, start, le in ieee802_11_parse_elems()
256 ieee802_11_fragments_length(struct ieee802_11_elems *elems, const u8 *start, size_t len) ieee802_11_fragments_length() argument
274 ieee802_11_parse_extension(const u8 *pos, size_t elen, struct ieee802_11_elems *elems, const u8 *start, size_t len, int show_errors) ieee802_11_parse_extension() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/platform/intel-mid/device_libs/
H A Dplatform_mrfld_power_btn.c66 res->start = res->end = pentry->irq; in mrfld_power_btn_platform_data()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/
H A Dgeneric.h18 mi->bank[__nr].start = (__start), \
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dnuma.h36 int __init numa_add_memblk(int nodeid, u64 start, u64 end);

Completed in 53 milliseconds

1...<<321322323324325326327328329330>>...724