Searched refs:entry (Results 226 - 250 of 2782) sorted by relevance

1234567891011>>

/linux-master/drivers/ntb/
H A Dntb_transport.c109 struct list_head entry; member in struct:ntb_queue_entry
128 unsigned int entry; member in struct:ntb_rx_info
217 struct list_head entry; member in struct:ntb_transport_client_dev
223 struct list_head entry; member in struct:ntb_transport_ctx
280 struct ntb_queue_entry *entry);
281 static void ntb_memcpy_tx(struct ntb_queue_entry *entry, void __iomem *offset);
282 static int ntb_async_rx_submit(struct ntb_queue_entry *entry, void *offset);
283 static void ntb_memcpy_rx(struct ntb_queue_entry *entry, void *offset);
328 list_add_tail(&nt->entry, &ntb_transport_list);
336 list_for_each_entry_safe(client_dev, cd, &nt->client_devs, entry) {
562 ntb_list_add(spinlock_t *lock, struct list_head *entry, struct list_head *list) argument
575 struct ntb_queue_entry *entry; local
596 struct ntb_queue_entry *entry; local
619 struct ntb_queue_entry *entry; local
1446 struct ntb_queue_entry *entry; local
1481 struct ntb_queue_entry *entry = data; local
1514 ntb_memcpy_rx(struct ntb_queue_entry *entry, void *offset) argument
1527 ntb_async_rx_submit(struct ntb_queue_entry *entry, void *offset) argument
1595 ntb_async_rx(struct ntb_queue_entry *entry, void *offset) argument
1624 struct ntb_queue_entry *entry; local
1735 struct ntb_queue_entry *entry = data; local
1788 ntb_memcpy_tx(struct ntb_queue_entry *entry, void __iomem *offset) argument
1806 ntb_async_tx_submit(struct ntb_transport_qp *qp, struct ntb_queue_entry *entry) argument
1865 ntb_async_tx(struct ntb_transport_qp *qp, struct ntb_queue_entry *entry) argument
1901 ntb_process_tx(struct ntb_transport_qp *qp, struct ntb_queue_entry *entry) argument
1931 struct ntb_queue_entry *entry; local
1988 struct ntb_queue_entry *entry; local
2116 struct ntb_queue_entry *entry; local
2207 struct ntb_queue_entry *entry; local
2241 struct ntb_queue_entry *entry; local
2283 struct ntb_queue_entry *entry; local
[all...]
/linux-master/tools/perf/util/
H A Drblist.h26 int (*node_cmp)(struct rb_node *rbn, const void *entry);
36 struct rb_node *rblist__find(struct rblist *rblist, const void *entry);
37 struct rb_node *rblist__findnew(struct rblist *rblist, const void *entry);
/linux-master/security/tomoyo/
H A Dmemory.c121 struct tomoyo_group *entry = tomoyo_commit_ok(&e, sizeof(e)); local
123 if (entry) {
124 INIT_LIST_HEAD(&entry->member_list);
125 atomic_set(&entry->head.users, 1);
126 list_add_tail_rcu(&entry->head.list, list);
127 group = entry;
167 if (hash != ptr->entry.hash || strcmp(name, ptr->entry.name) ||
175 ptr->entry.name = ((char *) ptr) + sizeof(*ptr);
176 memmove((char *) ptr->entry
[all...]
/linux-master/drivers/sh/intc/
H A Dvirq-debugfs.c26 struct intc_map_entry *entry = intc_irq_xlate_get(i); local
27 struct intc_desc_int *desc = entry->desc;
33 seq_printf(m, "0x%05x ", entry->enum_id);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_wm_types.h62 static inline u16 skl_ddb_entry_size(const struct skl_ddb_entry *entry) argument
64 return entry->end - entry->start;
/linux-master/drivers/watchdog/
H A Dwatchdog_pretimeout.c26 struct list_head entry; member in struct:watchdog_pretimeout
37 struct list_head entry; member in struct:governor_priv
44 list_for_each_entry(priv, &governor_list, entry)
58 list_for_each_entry(priv, &governor_list, entry)
133 list_add(&priv->entry, &governor_list);
140 list_for_each_entry(p, &pretimeout_list, entry)
159 list_for_each_entry_safe(priv, t, &governor_list, entry) {
161 list_del(&priv->entry);
168 list_for_each_entry(p, &pretimeout_list, entry)
189 list_add(&p->entry,
[all...]
/linux-master/arch/x86/platform/uv/
H A Duv_irq.c30 struct uv_IO_APIC_route_entry *entry; local
36 entry = (struct uv_IO_APIC_route_entry *)&mmr_value;
37 entry->vector = cfg->vector;
38 entry->delivery_mode = APIC_DELIVERY_MODE_FIXED;
39 entry->dest_mode = apic->dest_mode_logical;
40 entry->polarity = 0;
41 entry->trigger = 0;
42 entry->mask = 0;
43 entry->dest = cfg->dest_apicid;
140 struct uv_IO_APIC_route_entry *entry; local
[all...]
/linux-master/drivers/base/power/
H A Dtrace.c205 struct list_head *entry; local
208 entry = dpm_list.prev;
209 while (entry != &dpm_list) {
210 struct device * dev = to_device(entry);
216 entry = entry->prev;
228 struct list_head *entry; local
235 entry = dpm_list.prev;
236 while (size && entry != &dpm_list) {
237 struct device *dev = to_device(entry);
[all...]
/linux-master/fs/btrfs/
H A Dlru_cache.h12 * A cache entry. This is meant to be embedded in a structure of a user of
17 * it needs to free an entry.
34 * entry itself, as a u64, and the values inserted into the maple tree
36 * that list always has a single entry, while on 32 bits systems it
37 * may have more than one, with each entry having the same value for
52 #define btrfs_lru_cache_for_each_entry_safe(cache, entry, tmp) \
53 list_for_each_entry_safe_reverse((entry), (tmp), &(cache)->lru_list, lru_list)
69 struct btrfs_lru_cache_entry *entry);
/linux-master/tools/testing/selftests/powerpc/primitives/
H A Dload_unaligned_zeropad.c74 struct extbl_entry *entry = (struct extbl_entry *)__start___ex_table; local
76 while (entry < (struct extbl_entry *)__stop___ex_table) {
79 insn = (unsigned long)&entry->insn + entry->insn;
80 fixup = (unsigned long)&entry->fixup + entry->fixup;
/linux-master/sound/firewire/tascam/
H A Dtascam-proc.c10 static void proc_read_firmware(struct snd_info_entry *entry, argument
13 struct snd_tscm *tscm = entry->private_data;
57 struct snd_info_entry *entry; local
59 entry = snd_info_create_card_entry(tscm->card, name, root);
60 if (entry)
61 snd_info_set_text_ops(entry, tscm, op);
/linux-master/sound/firewire/oxfw/
H A Doxfw-proc.c10 static void proc_read_formation(struct snd_info_entry *entry, argument
13 struct snd_oxfw *oxfw = entry->private_data;
82 struct snd_info_entry *entry; local
84 entry = snd_info_create_card_entry(oxfw->card, name, root);
85 if (entry)
86 snd_info_set_text_ops(entry, oxfw, op);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.h243 struct cudbg_qdesc_entry *entry)
245 entry->qtype = type;
246 entry->qid = txq->cntxt_id;
247 entry->desc_size = sizeof(struct tx_desc);
248 entry->num_desc = txq->size;
249 entry->data_size = txq->size * sizeof(struct tx_desc);
250 memcpy(entry->data, txq->desc, entry->data_size);
255 struct cudbg_qdesc_entry *entry)
257 entry
241 cudbg_fill_qdesc_txq(const struct sge_txq *txq, enum cudbg_qdesc_qtype type, struct cudbg_qdesc_entry *entry) argument
253 cudbg_fill_qdesc_rxq(const struct sge_rspq *rxq, enum cudbg_qdesc_qtype type, struct cudbg_qdesc_entry *entry) argument
265 cudbg_fill_qdesc_flq(const struct sge_fl *flq, enum cudbg_qdesc_qtype type, struct cudbg_qdesc_entry *entry) argument
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/
H A Diwl-phy-db.c113 struct iwl_phy_db_entry *entry = local
115 if (!entry)
118 kfree(entry->data);
119 entry->data = NULL;
120 entry->size = 0;
153 struct iwl_phy_db_entry *entry; local
198 entry = iwl_phy_db_get_section(phy_db, type, chg_id);
199 if (!entry)
202 kfree(entry->data);
203 entry
283 struct iwl_phy_db_entry *entry; local
342 struct iwl_phy_db_entry *entry; local
[all...]
/linux-master/net/sched/
H A Dact_gate.c176 static int fill_gate_entry(struct nlattr **tb, struct tcfg_gate_entry *entry, argument
181 entry->gate_state = nla_get_flag(tb[TCA_GATE_ENTRY_GATE]);
187 NL_SET_ERR_MSG(extack, "Invalid interval for schedule entry");
191 entry->interval = interval;
194 entry->ipv = nla_get_s32(tb[TCA_GATE_ENTRY_IPV]);
196 entry->ipv = -1;
199 entry->maxoctets = nla_get_s32(tb[TCA_GATE_ENTRY_MAX_OCTETS]);
201 entry->maxoctets = -1;
206 static int parse_gate_entry(struct nlattr *n, struct tcfg_gate_entry *entry, argument
214 NL_SET_ERR_MSG(extack, "Could not parse nested entry");
225 struct tcfg_gate_entry *entry, *e; local
237 struct tcfg_gate_entry *entry; local
405 struct tcfg_gate_entry *entry; local
472 dumping_entry(struct sk_buff *skb, struct tcfg_gate_entry *entry) argument
513 struct tcfg_gate_entry *entry; local
593 tcf_gate_get_entries(struct flow_action_entry *entry, const struct tc_action *act) argument
614 struct flow_action_entry *entry = entry_data; local
[all...]
/linux-master/mm/
H A Dzswap.c69 /* Store failed because the entry metadata could not be allocated (rare) */
183 * swpentry - associated swap entry, the offset indexes into the red-black tree
187 * pool - the zswap_pool the entry's data is in
695 static inline struct mem_cgroup *mem_cgroup_from_entry(struct zswap_entry *entry) argument
697 return entry->objcg ? obj_cgroup_memcg(entry->objcg) : NULL;
700 static inline struct mem_cgroup *mem_cgroup_from_entry(struct zswap_entry *entry) argument
706 static inline int entry_to_nid(struct zswap_entry *entry) argument
708 return page_to_nid(virt_to_page(entry));
711 static void zswap_lru_add(struct list_lru *list_lru, struct zswap_entry *entry) argument
751 zswap_lru_del(struct list_lru *list_lru, struct zswap_entry *entry) argument
794 struct zswap_entry *entry; local
801 zswap_entry_cache_free(struct zswap_entry *entry) argument
806 zswap_find_zpool(struct zswap_entry *entry) argument
815 zswap_entry_free(struct zswap_entry *entry) argument
902 zswap_compress(struct folio *folio, struct zswap_entry *entry) argument
974 zswap_decompress(struct zswap_entry *entry, struct page *page) argument
1028 zswap_writeback_entry(struct zswap_entry *entry, swp_entry_t swpentry) argument
1103 struct zswap_entry *entry = container_of(item, struct zswap_entry, lru); local
1417 struct zswap_entry *entry, *old; local
1557 struct zswap_entry *entry; local
1606 struct zswap_entry *entry; local
[all...]
H A Dpage_vma_mapped.c46 swp_entry_t entry; local
53 * a special swap entry, nonetheless it still does
63 entry = pte_to_swp_entry(ptent);
64 if (!is_device_private_entry(entry) &&
65 !is_device_exclusive_entry(entry))
88 * entry that points to [pvmw->pfn, @pvmw->pfn + @pvmw->nr_pages)
102 swp_entry_t entry; local
105 entry = pte_to_swp_entry(ptent);
107 if (!is_migration_entry(entry) &&
108 !is_device_exclusive_entry(entry))
113 swp_entry_t entry; local
243 swp_entry_t entry; local
[all...]
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dcommon_baco.h58 const struct baco_cmd_entry *entry,
61 const struct soc15_baco_cmd_entry *entry,
/linux-master/arch/xtensa/include/asm/
H A Dtlbflush.h93 static inline void invalidate_itlb_entry_no_isync (unsigned entry) argument
96 __asm__ __volatile__ ("iitlb %0\n" : : "a" (entry) );
99 static inline void invalidate_dtlb_entry_no_isync (unsigned entry) argument
102 __asm__ __volatile__ ("idtlb %0\n" : : "a" (entry) );
130 static inline void write_dtlb_entry (pte_t entry, int way) argument
133 : : "r" (way), "r" (entry) );
136 static inline void write_itlb_entry (pte_t entry, int way) argument
139 : : "r" (way), "r" (entry) );
/linux-master/net/mptcp/
H A Dsyncookies.c59 static void mptcp_join_store_state(struct join_entry *entry, argument
62 entry->token = subflow_req->token;
63 entry->remote_nonce = subflow_req->remote_nonce;
64 entry->local_nonce = subflow_req->local_nonce;
65 entry->backup = subflow_req->backup;
66 entry->join_id = subflow_req->remote_id;
67 entry->local_id = subflow_req->local_id;
68 entry->valid = 1;
/linux-master/arch/csky/kernel/probes/
H A Dkprobes_trampoline.S5 #include <abi/entry.h>
/linux-master/arch/powerpc/perf/
H A Dcallchain.h5 void perf_callchain_user_64(struct perf_callchain_entry_ctx *entry,
7 void perf_callchain_user_32(struct perf_callchain_entry_ctx *entry,
/linux-master/arch/arm64/kvm/hyp/vhe/
H A DMakefile10 obj-y += ../vgic-v3-sr.o ../aarch32.o ../vgic-v2-cpuif-proxy.o ../entry.o \
11 ../fpsimd.o ../hyp-entry.o ../exception.o
/linux-master/drivers/infiniband/hw/hfi1/
H A Deprom.c257 struct hfi1_eprom_table_entry *entry; local
301 for (entry = NULL, i = 0; i < footer->num_table_entries; i++) {
303 entry = &table[i];
307 if (!entry) {
316 if (entry->size > (4 * 1024)) {
318 entry->size);
324 if (entry->offset + entry->size < entry->offset) {
327 entry
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dsoc15.h94 #define SOC15_REG_ENTRY_OFFSET(entry) (adev->reg_offset[entry.hwip][entry.inst][entry.seg] + entry.reg_offset)
103 #define SOC15_RAS_REG_FIELD_VAL(val, entry, field) SOC15_REG_FIELD_VAL((val), (entry).field##_count_mask, (entry).field##_count_shift)

Completed in 313 milliseconds

1234567891011>>