/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2800lib.c | 793 void rt2800_write_tx_data(struct queue_entry *entry, in rt2800_write_tx_data() argument 796 __le32 *txwi = rt2800_drv_get_txwi(entry); in rt2800_write_tx_data() 836 rt2x00_set_field32(&word, TXWI_W1_PACKETID_QUEUE, entry->queue->qid); in rt2800_write_tx_data() 837 rt2x00_set_field32(&word, TXWI_W1_PACKETID_ENTRY, (entry->entry_idx % 3) + 1); in rt2800_write_tx_data() 845 * crypto entry in the registers should be used to encrypt the frame. in rt2800_write_tx_data() 849 for (i = 2; i < entry->queue->winfo_size / sizeof(__le32); i++) in rt2800_write_tx_data() 897 void rt2800_process_rxwi(struct queue_entry *entry, in rt2800_process_rxwi() argument 900 __le32 *rxwi = (__le32 *) entry->skb->data; in rt2800_process_rxwi() 934 rxdesc->rssi = rt2800_agc_to_rssi(entry->queue->rt2x00dev, word); in rt2800_process_rxwi() 938 skb_pull(entry in rt2800_process_rxwi() 975 rt2800_txdone_entry_check(struct queue_entry *entry, u32 reg) rt2800_txdone_entry_check() argument 1016 rt2800_txdone_entry(struct queue_entry *entry, u32 status, __le32 *txwi, bool match) rt2800_txdone_entry() argument 1121 struct queue_entry *entry; rt2800_txdone() local 1155 rt2800_entry_txstatus_timeout(struct rt2x00_dev *rt2x00dev, struct queue_entry *entry) rt2800_entry_txstatus_timeout() argument 1180 struct queue_entry *entry; rt2800_txstatus_timeout() local 1212 struct queue_entry *entry; rt2800_txdone_nostatus() local 1324 struct queue_entry *entry; rt2800_update_beacons_setup() local 1353 rt2800_write_beacon(struct queue_entry *entry, struct txentry_desc *txdesc) rt2800_write_beacon() argument 1447 rt2800_clear_beacon(struct queue_entry *entry) rt2800_clear_beacon() argument 1893 struct queue_entry *entry; rt2800_pre_reset_hw() local [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_js.c | 192 * jsctx_queue_foreach_prio(): - Execute callback for each entry in the queue. 198 * Iterate over a queue and invoke @callback for each entry in the queue, and 199 * remove the entry from the queue. 216 struct kbase_jd_atom *entry = rb_entry(node, struct kbase_jd_atom, runnable_tree_node); in jsctx_queue_foreach_prio() local 219 callback(kctx->kbdev, entry); in jsctx_queue_foreach_prio() 225 if (entry->atom_flags & KBASE_KATOM_FLAG_JSCTX_IN_X_DEP_LIST) { in jsctx_queue_foreach_prio() 226 WARN_ON(!(entry->core_req & BASE_JD_REQ_END_RENDERPASS)); in jsctx_queue_foreach_prio() 227 dev_dbg(kctx->kbdev->dev, "Del runnable atom %p from X_DEP list\n", (void *)entry); in jsctx_queue_foreach_prio() 229 list_del(&entry->queue); in jsctx_queue_foreach_prio() 230 entry in jsctx_queue_foreach_prio() 235 struct kbase_jd_atom *entry = list_entry(queue->x_dep_head.next, struct kbase_jd_atom, queue); jsctx_queue_foreach_prio() local 365 struct kbase_jd_atom *entry = container_of(*new, struct kbase_jd_atom, runnable_tree_node); jsctx_tree_add() local [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-clt.c | 53 list_for_each_entry_rcu(sess, &clt->paths_list, s.entry) in rtrs_clt_is_connected() 785 typeof(*path), s.entry); in get_next_path_rr() 788 &path->s.entry, in get_next_path_rr() 790 s.entry); in get_next_path_rr() 813 list_for_each_entry_rcu(sess, &clt->paths_list, s.entry) { in get_next_path_min_inflight() 2105 list_del_rcu(&sess->s.entry); in rtrs_clt_remove_path_from_arr() 2146 next = list_next_or_null_rr_rcu(&clt->paths_list, &sess->s.entry, in rtrs_clt_remove_path_from_arr() 2147 typeof(*next), s.entry); in rtrs_clt_remove_path_from_arr() 2162 * entry from the list, thus IO code path cannot in rtrs_clt_remove_path_from_arr() 2195 list_add_tail_rcu(&sess->s.entry, in rtrs_clt_add_path_to_arr() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_debugfs.c | 66 * Function takes in attributes passed to debugfs write entry 380 * The usage can be referred to link_settings entry 928 struct dmub_debugfs_trace_entry *entry = &entries[i]; in dmub_tracebuffer_show() local 932 entry->trace_code, entry->tick_count, entry->param0, in dmub_tracebuffer_show() 933 entry->param1); in dmub_tracebuffer_show() 1315 * its respectful "trigger_hotplug" debugfs entry: 3007 uint32_t entry = 0; in edp_ilr_show() local 3017 (supported_link_rates[entry in edp_ilr_show() [all...] |
/kernel/linux/linux-6.6/arch/x86/events/ |
H A D | core.c | 1643 /* Delete the array entry. */ in x86_pmu_del() 2756 perf_callchain_kernel(struct perf_callchain_entry_ctx *entry, struct pt_regs *regs) in perf_callchain_kernel() argument 2766 if (perf_callchain_store(entry, regs->ip)) in perf_callchain_kernel() 2776 if (!addr || perf_callchain_store(entry, addr)) in perf_callchain_kernel() 2820 perf_callchain_user32(struct pt_regs *regs, struct perf_callchain_entry_ctx *entry) in perf_callchain_user32() argument 2835 while (entry->nr < entry->max_stack) { in perf_callchain_user32() 2844 perf_callchain_store(entry, cs_base + frame.return_address); in perf_callchain_user32() 2852 perf_callchain_user32(struct pt_regs *regs, struct perf_callchain_entry_ctx *entry) in perf_callchain_user32() argument 2859 perf_callchain_user(struct perf_callchain_entry_ctx *entry, struc argument [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | filemap.c | 134 /* hugetlb pages are represented by a single entry in the xarray */ in page_cache_delete() 292 /* A swap/dax/shadow entry got inserted? Skip it. */ in page_cache_delete_batch() 873 void *entry, *old = NULL; in __filemap_add_folio() local 879 xas_for_each_conflict(&xas, entry) { in __filemap_add_folio() 880 old = entry; in __filemap_add_folio() 881 if (!xa_is_value(entry)) { in __filemap_add_folio() 890 /* entry may have been split before we acquired lock */ in __filemap_add_folio() 1121 * and we can unconditionally remove the wait entry. in wake_page_function() 1125 * After this list_del_init(&wait->entry) the wait entry in wake_page_function() 1737 void *entry = xas_next(&xas); page_cache_next_miss() local 1773 void *entry = xas_prev(&xas); page_cache_prev_miss() local [all...] |
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_event_msg.h | 128 hi_list entry; member
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/based/ext_inc/ |
H A D | proc_ext.h | 87 typedef hi_s32 (*CMPI_PROC_READ)(struct osal_proc_dir_entry *entry);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | nat64.h | 150 /* entry api */ 153 * This API is used to add an entry of nat64 in the MBR, when receive DAO with mac: 165 err_t nat64_entry_remove(nat64_entry_t *entry);
|
/foundation/ability/ability_lite/interfaces/kits/ability_lite/ |
H A D | ability.h | 148 * The main route, also called main entry, refers to the default <b>AbilitySlice</b> to present for this ability. 152 * @param entry Indicates the main entry, which is the class name of the <b>AbilitySlice</b> instance to start. 154 void SetMainRoute(const std::string &entry);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | kv_store_result_set.h | 40 // or the read position is already past the last entry in the result set. 44 // or the read position is already before the first entry in the result set. 65 // Get a key-value entry. 66 DB_API virtual DBStatus GetEntry(Entry &entry) const = 0;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_result_set.h | 77 // Get the entry of current position. 78 int GetEntry(Entry &entry) const override;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
H A D | cloud_cursor_impl.h | 41 int32_t GetEntry(DBVBucket &entry) override;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/ |
H A D | relational_result_set_impl.h | 51 // or the read position is already past the last entry in the result set. 55 // or the read position is already before the first entry in the result set. 82 // Get a key-value entry. Just for kv delegate. Returns OK or NOT_SUPPORT. 83 DBStatus GetEntry(Entry &entry) const override;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/distributeddb/ |
H A D | result_set.h | 42 // or the read position is already past the last entry in the result set. 46 // or the read position is already before the first entry in the result set. 73 // Get a key-value entry. Just for kv delegate. Returns OK or NOT_SUPPORT. 74 DB_API virtual DBStatus GetEntry(Entry &entry) const = 0;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/ |
H A D | multi_ver_sync_task_context.h | 63 void GetEntry(int index, MultiVerKvEntry *&entry);
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_result_set_impl.h | 45 // the last entry in the result set. 49 // the first entry in the result set 70 // Get a key-value entry. 71 DBStatus GetEntry(Entry &entry) const override;
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/ |
H A D | nstackx_util.h | 73 NSTACKX_EXPORT int32_t PthreadCreate(pthread_t *tid, const pthread_attr_t *attr, void *(*entry)(void *), void *arg);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_irq.h | 78 struct amdgpu_iv_entry *entry);
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | btrtl.h | 47 struct rtl_vendor_config_entry entry[]; member
|
/kernel/linux/linux-5.10/drivers/crypto/chelsio/ |
H A D | chcr_core.h | 107 struct list_head entry; member
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | syscall.c | 9 #include <linux/entry-common.h>
|
/kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
H A D | processor.h | 14 #include <asm/entry.h>
|
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder_internal.h | 141 struct binder_transaction_log_entry entry[32]; member
|
/kernel/linux/linux-5.10/arch/mips/boot/ |
H A D | ecoff.h | 43 int32_t entry; /* entry pt. */ member
|