Searched refs:entry (Results 251 - 275 of 2782) sorted by relevance

<<11121314151617181920>>

/linux-master/kernel/trace/
H A Dtrace_syscalls.c26 struct syscall_metadata *entry = call->data; local
28 return &entry->enter_fields;
117 struct syscall_metadata *entry; local
119 entry = syscall_nr_to_meta(syscall);
120 if (!entry)
123 return entry->name;
134 struct syscall_metadata *entry; local
139 entry = syscall_nr_to_meta(syscall);
141 if (!entry)
144 if (entry
181 struct syscall_metadata *entry; local
210 __set_enter_print_fmt(struct syscall_metadata *entry, char *buf, int len) argument
241 struct syscall_metadata *entry = call->data; local
264 struct syscall_metadata *entry = call->data; local
295 struct syscall_trace_enter *entry; local
336 struct syscall_trace_exit *entry; local
[all...]
/linux-master/net/mptcp/
H A Dpm_netlink.c150 struct mptcp_pm_addr_entry *entry, *ret = NULL; local
155 list_for_each_entry_rcu(entry, &pernet->local_addr_list, list) {
156 if (!(entry->flags & MPTCP_PM_ADDR_FLAG_SUBFLOW))
159 if (!test_bit(entry->addr.id, msk->pm.id_avail_bitmap))
162 ret = entry;
172 struct mptcp_pm_addr_entry *entry, *ret = NULL; local
180 list_for_each_entry_rcu(entry, &pernet->local_addr_list, list) {
181 if (!test_bit(entry->addr.id, msk->pm.id_avail_bitmap))
184 if (!(entry->flags & MPTCP_PM_ADDR_FLAG_SIGNAL))
187 ret = entry;
243 struct mptcp_pm_add_entry *entry; local
257 struct mptcp_pm_add_entry *entry; local
278 struct mptcp_pm_add_entry *entry = from_timer(entry, timer, add_timer); local
324 struct mptcp_pm_add_entry *entry; local
378 struct mptcp_pm_add_entry *entry, *tmp; local
493 struct mptcp_pm_addr_entry *entry; local
505 struct mptcp_pm_addr_entry *entry; local
532 struct mptcp_pm_addr_entry *entry; local
626 struct mptcp_pm_addr_entry *entry; local
890 address_use_port(struct mptcp_pm_addr_entry *entry) argument
898 __mptcp_pm_release_addr_entry(struct mptcp_pm_addr_entry *entry) argument
905 mptcp_pm_nl_append_new_local_addr(struct pm_nl_pernet *pernet, struct mptcp_pm_addr_entry *entry, bool needs_id) argument
1003 mptcp_pm_nl_create_listen_socket(struct sock *sk, struct mptcp_pm_addr_entry *entry) argument
1070 struct mptcp_pm_addr_entry *entry; local
1232 mptcp_pm_parse_entry(struct nlattr *attr, struct genl_info *info, bool require_family, struct mptcp_pm_addr_entry *entry) argument
1307 struct mptcp_pm_addr_entry addr, *entry; local
1362 struct mptcp_pm_addr_entry *entry; local
1380 struct mptcp_pm_add_entry *entry; local
1410 mptcp_nl_remove_subflow_and_signal_addr(struct net *net, const struct mptcp_pm_addr_entry *entry) argument
1489 struct mptcp_pm_addr_entry addr, *entry; local
1536 struct mptcp_pm_addr_entry *entry; local
1556 struct mptcp_pm_addr_entry *entry; local
1638 mptcp_nl_fill_addr(struct sk_buff *skb, struct mptcp_pm_addr_entry *entry) argument
1681 struct mptcp_pm_addr_entry addr, *entry; local
1736 struct mptcp_pm_addr_entry *entry; local
1902 struct mptcp_pm_addr_entry *entry; local
[all...]
/linux-master/drivers/firmware/efi/
H A Desrt.c74 /* entry attribute */
77 ssize_t (*show)(struct esre_entry *entry, char *buf);
78 ssize_t (*store)(struct esre_entry *entry,
95 struct esre_entry *entry = to_entry(kobj); local
98 return attr->show(entry, buf);
106 static ssize_t fw_class_show(struct esre_entry *entry, char *buf) argument
110 efi_guid_to_str(&entry->esre.esre1->fw_class, str);
120 static ssize_t name##_show(struct esre_entry *entry, char *buf) \
123 le##size##_to_cpu(entry->esre.esre1->name)); \
149 struct esre_entry *entry local
167 struct esre_entry *entry; local
363 struct esre_entry *entry, *next; local
[all...]
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_datagram.c36 struct datagram_entry *entry; member in struct:delayed_datagram_info
48 * Create a datagram entry given a handle pointer.
59 struct datagram_entry *entry; local
74 entry = kmalloc(sizeof(*entry), GFP_KERNEL);
75 if (!entry) {
76 pr_warn("Failed allocating memory for datagram entry\n");
80 entry->run_delayed = (flags & VMCI_FLAG_DG_DELAYED_CB) ? true : false;
81 entry->flags = flags;
82 entry
463 struct datagram_entry *entry; local
[all...]
/linux-master/tools/perf/ui/browsers/
H A Dannotate-data.c43 struct browser_entry *entry,
46 struct annotated_member *member = entry->data;
57 update_hist_entry(&entry->hists[k], &h->addr[offset]);
69 struct browser_entry *entry; local
72 entry = zalloc(sizeof(*entry));
73 if (entry == NULL)
76 entry->hists = calloc(browser->nr_events, sizeof(*entry->hists));
77 if (entry
42 get_member_overhead(struct annotated_data_type *adt, struct browser_entry *entry, struct evsel *leader) argument
197 browser__write(struct ui_browser *uib, void *entry, int row) argument
[all...]
/linux-master/net/netfilter/
H A Dnfnetlink_queue.c195 __enqueue_entry(struct nfqnl_instance *queue, struct nf_queue_entry *entry) argument
197 list_add_tail(&entry->list, &queue->queue_list);
202 __dequeue_entry(struct nfqnl_instance *queue, struct nf_queue_entry *entry) argument
204 list_del(&entry->list);
211 struct nf_queue_entry *entry = NULL, *i; local
217 entry = i;
222 if (entry)
223 __dequeue_entry(queue, entry);
227 return entry;
274 static int nf_ip_reroute(struct sk_buff *skb, const struct nf_queue_entry *entry) argument
293 nf_reroute(struct sk_buff *skb, struct nf_queue_entry *entry) argument
312 nf_reinject(struct nf_queue_entry *entry, unsigned int verdict) argument
372 nfqnl_reinject(struct nf_queue_entry *entry, unsigned int verdict) argument
405 struct nf_queue_entry *entry, *next; local
490 nfqnl_get_bridge_size(struct nf_queue_entry *entry) argument
509 nfqnl_put_bridge(struct nf_queue_entry *entry, struct sk_buff *skb) argument
544 nfqnl_build_packet_message(struct net *net, struct nfqnl_instance *queue, struct nf_queue_entry *entry, __be32 **packet_id_ptr) argument
819 nf_ct_drop_unconfirmed(const struct nf_queue_entry *entry) argument
832 __nfqnl_enqueue_packet(struct net *net, struct nfqnl_instance *queue, struct nf_queue_entry *entry) argument
894 struct nf_queue_entry *entry = kmemdup(e, e->size, GFP_ATOMIC); local
928 __nfqnl_enqueue_packet_gso(struct net *net, struct nfqnl_instance *queue, struct sk_buff *skb, struct nf_queue_entry *entry) argument
958 nfqnl_enqueue_packet(struct nf_queue_entry *entry, unsigned int queuenum) argument
1085 dev_cmp(struct nf_queue_entry *entry, unsigned long ifindex) argument
1261 struct nf_queue_entry *entry, *tmp; local
1305 nfqnl_ct_parse(const struct nfnl_ct_hook *nfnl_ct, const struct nlmsghdr *nlh, const struct nlattr * const nfqa[], struct nf_queue_entry *entry, enum ip_conntrack_info *ctinfo) argument
1331 nfqa_parse_bridge(struct nf_queue_entry *entry, const struct nlattr * const nfqa[]) argument
1376 struct nf_queue_entry *entry; local
[all...]
/linux-master/net/netlabel/
H A Dnetlabel_mgmt.c87 struct netlbl_dom_map *entry = kzalloc(sizeof(*entry), GFP_KERNEL); local
89 if (!entry)
91 entry->def.type = nla_get_u32(info->attrs[NLBL_MGMT_A_PROTOCOL]);
94 entry->domain = kmalloc(tmp_size, GFP_KERNEL);
95 if (entry->domain == NULL) {
99 nla_strscpy(entry->domain,
103 /* NOTE: internally we allow/use a entry->def.type value of
108 switch (entry->def.type) {
111 entry
281 netlbl_mgmt_listentry(struct sk_buff *skb, struct netlbl_dom_map *entry) argument
479 netlbl_mgmt_listall_cb(struct netlbl_dom_map *entry, void *arg) argument
601 struct netlbl_dom_map *entry; local
[all...]
H A Dnetlabel_kapi.c102 struct netlbl_dom_map *entry; local
107 entry = kzalloc(sizeof(*entry), GFP_ATOMIC);
108 if (entry == NULL)
111 entry->domain = kstrdup(domain, GFP_ATOMIC);
112 if (entry->domain == NULL)
115 entry->family = family;
118 entry->def.type = NETLBL_NLTYPE_UNLABELED;
169 entry->def.addrsel = addrmap;
170 entry
331 struct netlbl_dom_map *entry; local
457 struct netlbl_dom_map *entry; local
1138 struct netlbl_dommap_def *entry; local
1214 struct netlbl_dommap_def *entry; local
1312 struct netlbl_dommap_def *entry; local
[all...]
/linux-master/drivers/acpi/apei/
H A Dapei-base.c57 int __apei_exec_read_register(struct acpi_whea_header *entry, u64 *val) argument
61 rc = apei_read(val, &entry->register_region);
64 *val >>= entry->register_region.bit_offset;
65 *val &= entry->mask;
71 struct acpi_whea_header *entry)
76 rc = __apei_exec_read_register(entry, &val);
86 struct acpi_whea_header *entry)
90 rc = apei_exec_read_register(ctx, entry);
93 ctx->value = (ctx->value == entry->value);
99 int __apei_exec_write_register(struct acpi_whea_header *entry, u6 argument
70 apei_exec_read_register(struct apei_exec_context *ctx, struct acpi_whea_header *entry) argument
85 apei_exec_read_register_value(struct apei_exec_context *ctx, struct acpi_whea_header *entry) argument
118 apei_exec_write_register(struct apei_exec_context *ctx, struct acpi_whea_header *entry) argument
125 apei_exec_write_register_value(struct apei_exec_context *ctx, struct acpi_whea_header *entry) argument
134 apei_exec_noop(struct apei_exec_context *ctx, struct acpi_whea_header *entry) argument
150 struct acpi_whea_header *entry; local
202 struct acpi_whea_header *entry; local
224 pre_map_gar_callback(struct apei_exec_context *ctx, struct acpi_whea_header *entry, void *data) argument
257 post_unmap_gar_callback(struct apei_exec_context *ctx, struct acpi_whea_header *entry, void *data) argument
710 collect_res_callback(struct apei_exec_context *ctx, struct acpi_whea_header *entry, void *data) argument
[all...]
/linux-master/security/tomoyo/
H A Ddomain.c20 * tomoyo_update_policy - Update an entry for exception policy.
25 * @check_duplicate: Callback function to find duplicated entry.
39 struct tomoyo_acl_head *entry; local
44 list_for_each_entry_rcu(entry, list, list,
46 if (entry->is_deleted == TOMOYO_GC_IN_PROGRESS)
48 if (!check_duplicate(entry, new_entry))
50 entry->is_deleted = param->is_delete;
55 entry = tomoyo_commit_ok(new_entry, size);
56 if (entry) {
57 list_add_tail_rcu(&entry
104 struct tomoyo_acl_info *entry; local
465 struct tomoyo_policy_namespace *entry; local
526 struct tomoyo_domain_info *entry = tomoyo_find_domain(domainname); local
[all...]
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_switchdev.c106 * Don't change entry port mask, since that represents
190 /* Remove standalone port entry */
439 struct sparx5_mdb_entry *entry; local
443 entry = kzalloc(sizeof(*entry), GFP_KERNEL);
444 if (!entry)
449 kfree(entry);
453 memcpy(entry->addr, addr, ETH_ALEN);
454 entry->vid = vid;
455 entry
469 struct sparx5_mdb_entry *entry, *tmp; local
519 struct sparx5_mdb_entry *entry; local
576 struct sparx5_mdb_entry *entry; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dpipe.c124 static int mlxsw_sp_erif_entry_prepare(struct devlink_dpipe_entry *entry, argument
130 entry->match_values = match_value;
131 entry->match_values_count = 1;
133 entry->action_values = action_value;
134 entry->action_values_count = 1;
155 struct devlink_dpipe_entry *entry,
165 rif_value = entry->match_values->value;
167 entry->match_values->mapping_value = mlxsw_sp_rif_dev_ifindex(rif);
168 entry->match_values->mapping_valid = true;
171 action_value = entry
154 mlxsw_sp_erif_entry_get(struct mlxsw_sp *mlxsw_sp, struct devlink_dpipe_entry *entry, struct mlxsw_sp_rif *rif, bool counters_enabled) argument
198 struct devlink_dpipe_entry entry = {0}; local
401 mlxsw_sp_dpipe_table_host_entry_prepare(struct devlink_dpipe_entry *entry, struct devlink_dpipe_value *match_values, struct devlink_dpipe_match *matches, struct devlink_dpipe_value *action_value, struct devlink_dpipe_action *action, int type) argument
456 __mlxsw_sp_dpipe_table_host_entry_fill(struct devlink_dpipe_entry *entry, struct mlxsw_sp_rif *rif, unsigned char *ha, void *dip) argument
483 mlxsw_sp_dpipe_table_host4_entry_fill(struct devlink_dpipe_entry *entry, struct mlxsw_sp_neigh_entry *neigh_entry, struct mlxsw_sp_rif *rif) argument
496 mlxsw_sp_dpipe_table_host6_entry_fill(struct devlink_dpipe_entry *entry, struct mlxsw_sp_neigh_entry *neigh_entry, struct mlxsw_sp_rif *rif) argument
510 mlxsw_sp_dpipe_table_host_entry_fill(struct mlxsw_sp *mlxsw_sp, struct devlink_dpipe_entry *entry, struct mlxsw_sp_neigh_entry *neigh_entry, struct mlxsw_sp_rif *rif, int type) argument
537 mlxsw_sp_dpipe_table_host_entries_get(struct mlxsw_sp *mlxsw_sp, struct devlink_dpipe_entry *entry, bool counters_enabled, struct devlink_dpipe_dump_ctx *dump_ctx, int type) argument
625 struct devlink_dpipe_entry entry = {0}; local
968 mlxsw_sp_dpipe_table_adj_entry_prepare(struct devlink_dpipe_entry *entry, struct devlink_dpipe_value *match_values, struct devlink_dpipe_match *matches, struct devlink_dpipe_value *action_values, struct devlink_dpipe_action *actions) argument
1033 __mlxsw_sp_dpipe_table_adj_entry_fill(struct devlink_dpipe_entry *entry, u32 adj_index, u32 adj_size, u32 adj_hash_index, unsigned char *ha, struct mlxsw_sp_rif *rif) argument
1064 mlxsw_sp_dpipe_table_adj_entry_fill(struct mlxsw_sp *mlxsw_sp, struct mlxsw_sp_nexthop *nh, struct devlink_dpipe_entry *entry) argument
1084 mlxsw_sp_dpipe_table_adj_entries_get(struct mlxsw_sp *mlxsw_sp, struct devlink_dpipe_entry *entry, bool counters_enabled, struct devlink_dpipe_dump_ctx *dump_ctx) argument
1152 struct devlink_dpipe_entry entry = {0}; local
[all...]
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac5.c352 struct stmmac_tc_entry *entry,
357 for (i = 0; i < (sizeof(entry->val) / sizeof(u32)); i++) {
358 int real_pos = pos * (sizeof(entry->val) / sizeof(u32)) + i;
368 val = *((u32 *)&entry->val + i);
397 struct stmmac_tc_entry *entry; local
403 entry = &entries[i];
406 if (!entry->in_use)
409 if (entry->in_hw)
411 /* Let last entry be updated last */
412 if (entry
351 dwmac5_rxp_update_single_entry(void __iomem *ioaddr, struct stmmac_tc_entry *entry, int pos) argument
436 struct stmmac_tc_entry *entry, *frag; local
[all...]
/linux-master/include/linux/
H A Dswap.h73 * When a page is migrated from CPU to device, we set the CPU page table entry
74 * to a special SWP_DEVICE_{READ|WRITE} entry.
243 * free clusters are organized into a list. We fetch an entry from the list to
265 * bad to prevent it from being allocated as an entry. This also prevents the
278 * We assign a cluster to each CPU, so each CPU can allocate swap entry from
298 struct plist_node list; /* entry in swap_active_head */
337 * entry per node.
350 swp_entry_t entry = folio->swap; local
352 entry.val += folio_page_idx(folio, page);
353 return entry;
503 swp_swap_info(swp_entry_t entry) argument
508 get_swap_device(swp_entry_t entry) argument
531 free_swap_and_cache_nr(swp_entry_t entry, int nr) argument
566 __swap_count(swp_entry_t entry) argument
571 swap_swapcount(struct swap_info_struct *si, swp_entry_t entry) argument
576 swp_swapcount(swp_entry_t entry) argument
583 swp_entry_t entry; local
601 free_swap_and_cache(swp_entry_t entry) argument
643 mem_cgroup_try_charge_swap(struct folio *folio, swp_entry_t entry) argument
652 mem_cgroup_uncharge_swap(swp_entry_t entry, unsigned int nr_pages) argument
662 mem_cgroup_swapout(struct folio *folio, swp_entry_t entry) argument
666 mem_cgroup_try_charge_swap(struct folio *folio, swp_entry_t entry) argument
672 mem_cgroup_uncharge_swap(swp_entry_t entry, unsigned int nr_pages) argument
[all...]
/linux-master/net/dccp/
H A Dfeat.c279 static void dccp_feat_print_entry(struct dccp_feat_entry const *entry) argument
281 dccp_debug(" * %s %s = ", entry->is_local ? "local" : "remote",
282 dccp_feat_fname(entry->feat_num));
283 dccp_feat_printval(entry->feat_num, &entry->val);
284 dccp_pr_debug_cat(", state=%s %s\n", dccp_feat_sname[entry->state],
285 entry->needs_confirm ? "(Confirm pending)" : "");
411 static void dccp_feat_entry_destructor(struct dccp_feat_entry *entry) argument
413 if (entry != NULL) {
414 dccp_feat_val_destructor(entry
431 struct dccp_feat_entry *entry; local
453 struct dccp_feat_entry *entry; local
535 dccp_feat_list_pop(struct dccp_feat_entry *entry) argument
543 struct dccp_feat_entry *entry, *next; local
554 struct dccp_feat_entry *entry, *new; local
779 struct dccp_feat_entry *entry; local
809 struct dccp_feat_entry *entry; local
975 struct dccp_feat_entry *entry; local
1007 struct dccp_feat_entry *entry; local
1112 struct dccp_feat_entry *entry; local
1223 struct dccp_feat_entry *entry = dccp_feat_list_lookup(fn, feat, local); local
1320 struct dccp_feat_entry *entry; local
[all...]
/linux-master/drivers/clk/bcm/
H A Dclk-bcm63268-timer.c151 const struct bcm63268_tclk_table_entry *entry; local
157 for (entry = bcm63268_timer_clocks; entry->name; entry++)
158 maxbit = max(maxbit, entry->bit);
178 for (entry = bcm63268_timer_clocks; entry->name; entry++) {
179 clk = devm_clk_hw_register_gate(dev, entry->name, NULL, 0,
180 hw->regs, entry
[all...]
/linux-master/virt/kvm/
H A Ddirty_ring.c110 struct kvm_dirty_gfn *entry; local
117 entry = &ring->dirty_gfns[ring->reset_index & (ring->size - 1)];
119 if (!kvm_dirty_gfn_harvested(entry))
122 next_slot = READ_ONCE(entry->slot);
123 next_offset = READ_ONCE(entry->offset);
126 kvm_dirty_gfn_set_invalid(entry);
172 struct kvm_dirty_gfn *entry; local
177 entry = &ring->dirty_gfns[ring->dirty_index & (ring->size - 1)];
179 entry->slot = slot;
180 entry
[all...]
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00dev.c246 void rt2x00lib_dmastart(struct queue_entry *entry) argument
248 set_bit(ENTRY_OWNER_DEVICE_DATA, &entry->flags);
249 rt2x00queue_index_inc(entry, Q_INDEX);
253 void rt2x00lib_dmadone(struct queue_entry *entry) argument
255 set_bit(ENTRY_DATA_STATUS_PENDING, &entry->flags);
256 clear_bit(ENTRY_OWNER_DEVICE_DATA, &entry->flags);
257 rt2x00queue_index_inc(entry, Q_INDEX_DMA_DONE);
261 static inline int rt2x00lib_txdone_bar_status(struct queue_entry *entry) argument
263 struct rt2x00_dev *rt2x00dev = entry->queue->rt2x00dev;
264 struct ieee80211_bar *bar = (void *) entry
384 rt2x00lib_clear_entry(struct rt2x00_dev *rt2x00dev, struct queue_entry *entry) argument
410 rt2x00lib_txdone_nomatch(struct queue_entry *entry, struct txdone_entry_desc *txdesc) argument
460 rt2x00lib_txdone(struct queue_entry *entry, struct txdone_entry_desc *txdesc) argument
548 rt2x00lib_txdone_noinfo(struct queue_entry *entry, u32 status) argument
601 struct rt2x00_bar_list_entry *entry; local
737 rt2x00lib_rxdone(struct queue_entry *entry, gfp_t gfp) argument
966 rt2x00lib_channel(struct ieee80211_channel *entry, const int channel, const int tx_power, const int value) argument
979 rt2x00lib_rate(struct ieee80211_rate *entry, const u16 index, const struct rt2x00_rate *rate) argument
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_vma_manager.c248 struct drm_vma_offset_file *new, *entry; local
251 /* Preallocate entry to avoid atomic allocations below. It is quite
253 * don't optimize for this case. OOM is checked below only if the entry
255 new = kmalloc(sizeof(*entry), GFP_KERNEL);
263 entry = rb_entry(*iter, struct drm_vma_offset_file, vm_rb);
265 if (tag == entry->vm_tag) {
267 entry->vm_count++;
269 } else if (tag > entry->vm_tag) {
360 struct drm_vma_offset_file *entry; local
367 entry
401 struct drm_vma_offset_file *entry; local
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dhashmap.c46 struct hashmap_entry *entry, *tmp; local
92 hashmap__for_each_entry(map, entry, bkt) {
93 long k = entry->key;
94 long v = entry->value;
140 hashmap__for_each_entry_safe(map, entry, tmp, bkt) {
141 long k = entry->key;
142 long v = entry->value;
154 hashmap__for_each_key_entry(map, entry, 0) {
163 hashmap__for_each_key_entry_safe(map, entry, tmp, 0) {
167 k = entry
342 struct hashmap_entry *entry; local
413 struct hashmap_entry *entry; local
[all...]
/linux-master/net/sched/
H A Dsch_ingress.c82 struct bpf_mprog_entry *entry; local
91 entry = tcx_entry_fetch_or_create(dev, true, &created);
92 if (!entry)
94 tcx_miniq_set_active(entry, true);
95 mini_qdisc_pair_init(&q->miniqp, sch, &tcx_entry(entry)->miniq);
97 tcx_entry_update(dev, entry, true);
116 struct bpf_mprog_entry *entry = rtnl_dereference(dev->tcx_ingress); local
123 if (entry) {
124 tcx_miniq_set_active(entry, false);
125 if (!tcx_entry_is_active(entry)) {
247 struct bpf_mprog_entry *entry; local
[all...]
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c160 int entry)
163 return buf->queue.direct.buf + (entry * MTHCA_CQ_ENTRY_SIZE);
165 return buf->queue.page_list[entry * MTHCA_CQ_ENTRY_SIZE / PAGE_SIZE].buf
166 + (entry * MTHCA_CQ_ENTRY_SIZE) % PAGE_SIZE;
169 static inline struct mthca_cqe *get_cqe(struct mthca_cq *cq, int entry) argument
171 return get_cqe_from_buf(&cq->buf, entry);
375 struct ib_wc *entry, int *free_cqe)
394 entry->status = IB_WC_LOC_LEN_ERR;
397 entry->status = IB_WC_LOC_QP_OP_ERR;
400 entry
159 get_cqe_from_buf(struct mthca_cq_buf *buf, int entry) argument
372 handle_error_cqe(struct mthca_dev *dev, struct mthca_cq *cq, struct mthca_qp *qp, int wqe_index, int is_send, struct mthca_err_cqe *cqe, struct ib_wc *entry, int *free_cqe) argument
478 mthca_poll_one(struct mthca_dev *dev, struct mthca_cq *cq, struct mthca_qp **cur_qp, int *freed, struct ib_wc *entry) argument
654 mthca_poll_cq(struct ib_cq *ibcq, int num_entries, struct ib_wc *entry) argument
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwsignal.c359 * @mac_handle: handle for mac entry determined by firmware.
362 * @suppressed: mac entry is suppressed.
415 * struct brcmf_fws_hanger_item - single entry for tx pending packet.
417 * @state: entry is either free or occupied.
432 * @failed_slotfind: packets for which failed to find an entry.
433 * @slot_pos: last returned item index for a free entry.
607 brcmf_err("entry not in use\n");
654 brcmf_err("entry not in use\n");
730 struct brcmf_fws_mac_descriptor *entry; local
736 entry
749 struct brcmf_fws_mac_descriptor *entry; local
771 brcmf_fws_macdesc_closed(struct brcmf_fws_info *fws, struct brcmf_fws_mac_descriptor *entry, int fifo) argument
796 brcmf_fws_macdesc_cleanup(struct brcmf_fws_info *fws, struct brcmf_fws_mac_descriptor *entry, int ifidx) argument
859 struct brcmf_fws_mac_descriptor *entry = brcmf_skbcb(skb)->mac; local
909 brcmf_fws_tim_update(struct brcmf_fws_info *fws, struct brcmf_fws_mac_descriptor *entry, int fifo, bool send_immediately) argument
988 struct brcmf_fws_mac_descriptor *entry, *existing; local
1049 struct brcmf_fws_mac_descriptor *entry; local
1081 struct brcmf_fws_mac_descriptor *entry; local
1126 struct brcmf_fws_mac_descriptor *entry; local
1152 brcmf_fws_macdesc_use_req_credit(struct brcmf_fws_mac_descriptor *entry, struct sk_buff *skb) argument
1175 struct brcmf_fws_mac_descriptor *entry = brcmf_skbcb(skb)->mac; local
1239 struct brcmf_fws_mac_descriptor *entry; local
1330 struct brcmf_fws_mac_descriptor *entry; local
1398 struct brcmf_fws_mac_descriptor *entry = brcmf_skbcb(skb)->mac; local
1446 struct brcmf_fws_mac_descriptor *entry = NULL; local
1968 struct brcmf_fws_mac_descriptor *entry = skcb->mac; local
1989 struct brcmf_fws_mac_descriptor *entry; local
2054 struct brcmf_fws_mac_descriptor *entry; local
2156 struct brcmf_fws_mac_descriptor *entry = ifp->fws_desc; local
2168 struct brcmf_fws_mac_descriptor *entry; local
2184 struct brcmf_fws_mac_descriptor *entry = ifp->fws_desc; local
[all...]
/linux-master/fs/bcachefs/
H A Djournal_io.c66 for_each_jset_entry_type(entry, &j->j, BCH_JSET_ENTRY_datetime) {
68 container_of(entry, struct jset_entry_datetime, entry);
134 * Given a journal entry we just read, add it to the list of journal entries to
152 /* Is this entry older than the range we need? */
214 "duplicate journal entry on same device\n %s",
257 struct jset_entry *entry; local
259 for (entry = start; entry != end; entry
267 journal_entry_err_msg(struct printbuf *out, u32 version, struct jset *jset, struct jset_entry *entry) argument
325 journal_validate_key(struct bch_fs *c, struct jset *jset, struct jset_entry *entry, unsigned level, enum btree_id btree_id, struct bkey_i *k, unsigned version, int big_endian, enum bch_validate_flags flags) argument
402 journal_entry_btree_keys_validate(struct bch_fs *c, struct jset *jset, struct jset_entry *entry, unsigned version, int big_endian, enum bch_validate_flags flags) argument
425 journal_entry_btree_keys_to_text(struct printbuf *out, struct bch_fs *c, struct jset_entry *entry) argument
442 journal_entry_btree_root_validate(struct bch_fs *c, struct jset *jset, struct jset_entry *entry, unsigned version, int big_endian, enum bch_validate_flags flags) argument
475 journal_entry_btree_root_to_text(struct printbuf *out, struct bch_fs *c, struct jset_entry *entry) argument
481 journal_entry_prio_ptrs_validate(struct bch_fs *c, struct jset *jset, struct jset_entry *entry, unsigned version, int big_endian, enum bch_validate_flags flags) argument
491 journal_entry_prio_ptrs_to_text(struct printbuf *out, struct bch_fs *c, struct jset_entry *entry) argument
496 journal_entry_blacklist_validate(struct bch_fs *c, struct jset *jset, struct jset_entry *entry, unsigned version, int big_endian, enum bch_validate_flags flags) argument
514 journal_entry_blacklist_to_text(struct printbuf *out, struct bch_fs *c, struct jset_entry *entry) argument
523 journal_entry_blacklist_v2_validate(struct bch_fs *c, struct jset *jset, struct jset_entry *entry, unsigned version, int big_endian, enum bch_validate_flags flags) argument
554 journal_entry_blacklist_v2_to_text(struct printbuf *out, struct bch_fs *c, struct jset_entry *entry) argument
565 journal_entry_usage_validate(struct bch_fs *c, struct jset *jset, struct jset_entry *entry, unsigned version, int big_endian, enum bch_validate_flags flags) argument
588 journal_entry_usage_to_text(struct printbuf *out, struct bch_fs *c, struct jset_entry *entry) argument
599 journal_entry_data_usage_validate(struct bch_fs *c, struct jset *jset, struct jset_entry *entry, unsigned version, int big_endian, enum bch_validate_flags flags) argument
633 journal_entry_data_usage_to_text(struct printbuf *out, struct bch_fs *c, struct jset_entry *entry) argument
643 journal_entry_clock_validate(struct bch_fs *c, struct jset *jset, struct jset_entry *entry, unsigned version, int big_endian, enum bch_validate_flags flags) argument
674 journal_entry_clock_to_text(struct printbuf *out, struct bch_fs *c, struct jset_entry *entry) argument
683 journal_entry_dev_usage_validate(struct bch_fs *c, struct jset *jset, struct jset_entry *entry, unsigned version, int big_endian, enum bch_validate_flags flags) argument
716 journal_entry_dev_usage_to_text(struct printbuf *out, struct bch_fs *c, struct jset_entry *entry) argument
734 journal_entry_log_validate(struct bch_fs *c, struct jset *jset, struct jset_entry *entry, unsigned version, int big_endian, enum bch_validate_flags flags) argument
743 journal_entry_log_to_text(struct printbuf *out, struct bch_fs *c, struct jset_entry *entry) argument
752 journal_entry_overwrite_validate(struct bch_fs *c, struct jset *jset, struct jset_entry *entry, unsigned version, int big_endian, enum bch_validate_flags flags) argument
762 journal_entry_overwrite_to_text(struct printbuf *out, struct bch_fs *c, struct jset_entry *entry) argument
768 journal_entry_write_buffer_keys_validate(struct bch_fs *c, struct jset *jset, struct jset_entry *entry, unsigned version, int big_endian, enum bch_validate_flags flags) argument
778 journal_entry_write_buffer_keys_to_text(struct printbuf *out, struct bch_fs *c, struct jset_entry *entry) argument
784 journal_entry_datetime_validate(struct bch_fs *c, struct jset *jset, struct jset_entry *entry, unsigned version, int big_endian, enum bch_validate_flags flags) argument
806 journal_entry_datetime_to_text(struct printbuf *out, struct bch_fs *c, struct jset_entry *entry) argument
832 bch2_journal_entry_validate(struct bch_fs *c, struct jset *jset, struct jset_entry *entry, unsigned version, int big_endian, enum bch_validate_flags flags) argument
844 bch2_journal_entry_to_text(struct printbuf *out, struct bch_fs *c, struct jset_entry *entry) argument
[all...]
/linux-master/fs/smb/server/mgmt/
H A Duser_session.c44 struct ksmbd_session_rpc *entry)
48 resp = ksmbd_rpc_close(sess, entry->id);
50 pr_err("Unable to close RPC pipe %d\n", entry->id);
53 ksmbd_rpc_id_free(entry->id);
54 kfree(entry);
59 struct ksmbd_session_rpc *entry; local
62 xa_for_each(&sess->rpc_handle_list, index, entry) {
64 __session_rpc_close(sess, entry);
93 struct ksmbd_session_rpc *entry; local
101 entry
43 __session_rpc_close(struct ksmbd_session *sess, struct ksmbd_session_rpc *entry) argument
127 struct ksmbd_session_rpc *entry; local
136 struct ksmbd_session_rpc *entry; local
[all...]

Completed in 513 milliseconds

<<11121314151617181920>>