Home
last modified time | relevance | path

Searched refs:next_entry (Results 1 – 25 of 39) sorted by relevance

12

/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/dvm/
A Dmain.c477 next_entry = 0; in iwl_continuous_event_trace()
486 if (unlikely(next_entry < priv->event_log.next_entry && in iwl_continuous_event_trace()
493 next_entry - priv->event_log.next_entry, in iwl_continuous_event_trace()
505 next_entry, priv->event_log.next_entry); in iwl_continuous_event_trace()
507 if (next_entry < priv->event_log.next_entry) { in iwl_continuous_event_trace()
517 priv, base, next_entry, in iwl_continuous_event_trace()
518 capacity - next_entry, in iwl_continuous_event_trace()
527 priv->event_log.next_entry = next_entry; in iwl_continuous_event_trace()
1775 next_entry, mode, in iwl_print_last_event_logs()
1842 next_entry, logsize); in iwl_dump_nic_event_log()
[all …]
/linux-6.3-rc2/net/wireless/
A Dradiotap.c226 goto next_entry; /* arg not present */ in ieee80211_radiotap_iterator_next()
254 goto next_entry; in ieee80211_radiotap_iterator_next()
337 goto next_entry; in ieee80211_radiotap_iterator_next()
342 goto next_entry; in ieee80211_radiotap_iterator_next()
360 next_entry: in ieee80211_radiotap_iterator_next()
/linux-6.3-rc2/security/selinux/ss/
A Dpolicydb.c976 rc = next_entry(buf, fp, sizeof(u32)); in mls_read_range_helper()
1036 rc = next_entry(buf, fp, sizeof buf); in context_read_and_validate()
1081 rc = next_entry(str, fp, len); in str_read()
1104 rc = next_entry(buf, fp, sizeof buf); in perm_read()
1137 rc = next_entry(buf, fp, sizeof buf); in common_read()
1185 rc = next_entry(buf, fp, sizeof(u32)); in type_set_read()
1499 rc = next_entry(buf, fp, sizeof buf); in mls_read_level()
1576 rc = next_entry(buf, fp, sizeof buf); in sens_read()
1617 rc = next_entry(buf, fp, sizeof buf); in cat_read()
1817 rc = next_entry(buf, fp, sizeof(u32)); in range_read()
[all …]
A Davtab.c419 rc = next_entry(buf32, fp, sizeof(u32)); in avtab_read_item()
430 rc = next_entry(buf32, fp, sizeof(u32)*items2); in avtab_read_item()
491 rc = next_entry(buf16, fp, sizeof(u16)*4); in avtab_read_item()
528 rc = next_entry(&xperms.specified, fp, sizeof(u8)); in avtab_read_item()
533 rc = next_entry(&xperms.driver, fp, sizeof(u8)); in avtab_read_item()
538 rc = next_entry(buf32, fp, sizeof(u32)*ARRAY_SIZE(xperms.perms.p)); in avtab_read_item()
547 rc = next_entry(buf32, fp, sizeof(u32)); in avtab_read_item()
575 rc = next_entry(buf, fp, sizeof(u32)); in avtab_read()
A Dconditional.c220 rc = next_entry(buf, fp, sizeof(buf)); in cond_read_bool()
239 rc = next_entry(key, fp, len); in cond_read_bool()
333 rc = next_entry(buf, fp, sizeof(u32)); in cond_read_av_list()
382 rc = next_entry(buf, fp, sizeof(u32) * 2); in cond_read_node()
399 rc = next_entry(buf, fp, sizeof(u32) * 2); in cond_read_node()
422 rc = next_entry(buf, fp, sizeof(buf)); in cond_read_list()
A Debitmap.c377 rc = next_entry(buf, fp, sizeof buf); in ebitmap_read()
405 rc = next_entry(&ebitmap_start, fp, sizeof(u32)); in ebitmap_read()
447 rc = next_entry(&mapbits, fp, sizeof(u64)); in ebitmap_read()
A Dpolicydb.h358 static inline int next_entry(void *buf, struct policy_file *fp, size_t bytes) in next_entry() function
/linux-6.3-rc2/kernel/futex/
A Dcore.c776 struct robust_list __user *entry, *next_entry, *pending; in exit_robust_list() local
800 next_entry = NULL; /* avoid warning with gcc */ in exit_robust_list()
806 rc = fetch_robust_entry(&next_entry, &entry->next, &next_pi); in exit_robust_list()
818 entry = next_entry; in exit_robust_list()
870 struct robust_list __user *entry, *next_entry, *pending; in compat_exit_robust_list() local
896 next_entry = NULL; /* avoid warning with gcc */ in compat_exit_robust_list()
902 rc = compat_fetch_robust_entry(&next_uentry, &next_entry, in compat_exit_robust_list()
918 entry = next_entry; in compat_exit_robust_list()
/linux-6.3-rc2/scripts/gdb/linux/
A Dmm.py73 def next_entry(self, va): member in Cr3
136 def next_entry(self, va): member in PageHierarchyEntry
216 page_entry = page_entry.next_entry(vm_address)
/linux-6.3-rc2/net/atm/
A Dmpoa_caches.c228 in_cache_entry *entry, *next_entry; in clear_count_and_expired() local
237 next_entry = entry->next; in clear_count_and_expired()
243 entry = next_entry; in clear_count_and_expired()
502 eg_cache_entry *entry, *next_entry; in clear_expired() local
511 next_entry = entry->next; in clear_expired()
520 entry = next_entry; in clear_expired()
/linux-6.3-rc2/drivers/md/
A Ddm-bio-prison-v1.c377 unsigned int next_entry; in dm_deferred_set_add_work() local
385 next_entry = ds_next(ds->current_entry); in dm_deferred_set_add_work()
386 if (!ds->entries[next_entry].count) in dm_deferred_set_add_work()
387 ds->current_entry = next_entry; in dm_deferred_set_add_work()
/linux-6.3-rc2/drivers/pcmcia/
A Dpcmcia_cis.c107 goto next_entry; in pccard_loop_tuple()
111 goto next_entry; in pccard_loop_tuple()
117 next_entry: in pccard_loop_tuple()
/linux-6.3-rc2/arch/alpha/kernel/
A Dpci_iommu.c87 arena->next_entry = 0; in iommu_arena_new_node()
120 p = ALIGN(arena->next_entry, mask + 1); in iommu_arena_find_pages()
185 arena->next_entry = p + n; in iommu_arena_alloc()
401 if (dma_ofs >= arena->next_entry) in alpha_pci_unmap_page()
783 if ((fend - arena->dma_base) >> PAGE_SHIFT >= arena->next_entry) in alpha_pci_unmap_sg()
853 arena->next_entry = p + pg_count; in iommu_reserve()
A Dpci_impl.h142 unsigned int next_entry; member
/linux-6.3-rc2/net/ipv4/
A Dipmr_base.c315 goto next_entry; in mr_table_dump()
318 goto next_entry; in mr_table_dump()
324 next_entry: in mr_table_dump()
/linux-6.3-rc2/drivers/accel/ivpu/
A Divpu_job.c186 u32 next_entry = (tail + 1) % cmdq->entry_count; in ivpu_cmdq_push_job() local
189 if (next_entry == header->head) { in ivpu_cmdq_push_job()
200 header->tail = next_entry; in ivpu_cmdq_push_job()
/linux-6.3-rc2/include/net/tc_act/
A Dtc_gate.h47 struct tcfg_gate_entry *next_entry; member
/linux-6.3-rc2/drivers/net/ethernet/microchip/lan966x/
A Dlan966x_taprio.c310 u32 next_entry) in lan966x_taprio_gcl_setup_entry() argument
321 QSYS_TAS_GCL_CT_CFG2_NEXT_GCL_SET(next_entry), in lan966x_taprio_gcl_setup_entry()
/linux-6.3-rc2/net/sched/
A Dact_gate.c78 next = gact->next_entry; in gate_timer_func()
108 gact->next_entry = next; in gate_timer_func()
431 gact->next_entry = list_first_entry(&p->entries, in tcf_gate_init()
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Def100.c99 u64 next_entry) in ef100_pci_does_bar_overflow() argument
101 return next_entry + ESE_GZ_CFGBAR_ENTRY_HEADER_SIZE > in ef100_pci_does_bar_overflow()
/linux-6.3-rc2/drivers/scsi/pcmcia/
A Dnsp_cs.c1559 goto next_entry; in nsp_cs_config_check()
1568 goto next_entry; in nsp_cs_config_check()
1571 goto next_entry; in nsp_cs_config_check()
1577 goto next_entry; in nsp_cs_config_check()
1584 next_entry: in nsp_cs_config_check()
/linux-6.3-rc2/drivers/misc/vmw_vmci/
A Dvmci_context.c549 struct vmci_datagram_queue_entry *next_entry; in vmci_ctx_dequeue_datagram() local
552 next_entry = in vmci_ctx_dequeue_datagram()
560 rv = (int)next_entry->dg_size; in vmci_ctx_dequeue_datagram()
/linux-6.3-rc2/drivers/infiniband/hw/mlx4/
A Dalias_GUID.c342 goto next_entry; in aliasguid_query_handler()
390 goto next_entry; in aliasguid_query_handler()
406 next_entry: in aliasguid_query_handler()
/linux-6.3-rc2/fs/f2fs/
A Dextent_cache.c268 struct rb_entry **next_entry, in f2fs_lookup_rb_tree_ret() argument
280 *next_entry = NULL; in f2fs_lookup_rb_tree_ret()
315 *next_entry = rb_entry_safe(tmp_node, struct rb_entry, rb_node); in f2fs_lookup_rb_tree_ret()
332 *next_entry = rb_entry_safe(tmp_node, struct rb_entry, rb_node); in f2fs_lookup_rb_tree_ret()
/linux-6.3-rc2/drivers/net/ethernet/engleder/
A Dtsnep_main.c273 struct tsnep_tx_entry *next_entry; in tsnep_tx_ring_init() local
296 next_entry = &tx->entry[(i + 1) % TSNEP_RING_SIZE]; in tsnep_tx_ring_init()
297 entry->desc->next = __cpu_to_le64(next_entry->desc_dma); in tsnep_tx_ring_init()
804 struct tsnep_rx_entry *next_entry; in tsnep_rx_ring_init() local
843 next_entry = &rx->entry[(i + 1) % TSNEP_RING_SIZE]; in tsnep_rx_ring_init()
844 entry->desc->next = __cpu_to_le64(next_entry->desc_dma); in tsnep_rx_ring_init()

Completed in 57 milliseconds

12