Searched refs:cookie (Results 51 - 75 of 872) sorted by relevance

1234567891011>>

/linux-master/include/net/tc_act/
H A Dtc_ct.h81 tcf_ct_flow_table_restore_skb(struct sk_buff *skb, unsigned long cookie) argument
83 enum ip_conntrack_info ctinfo = cookie & NFCT_INFOMASK;
86 ct = (struct nf_conn *)(cookie & NFCT_PTRMASK);
92 tcf_ct_flow_table_restore_skb(struct sk_buff *skb, unsigned long cookie) { } argument
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_cookie.c494 __u64 cookie; local
503 cookie = 0x10000000000000L;
505 link_opts.tracing.cookie = cookie;
510 cookie = 0x20000000000000L;
512 link_opts.tracing.cookie = cookie;
517 cookie = 0x30000000000000L;
519 link_opts.tracing.cookie = cookie;
547 __u64 cookie; local
578 __u64 cookie; local
640 __u64 cookie; local
[all...]
/linux-master/drivers/infiniband/core/
H A Droce_gid_mgmt.c148 struct net_device *rdma_ndev, void *cookie)
157 real_dev = rdma_vlan_dev_real_dev(cookie);
159 real_dev = cookie;
161 res = ((rdma_is_upper_dev_rcu(rdma_ndev, cookie) &&
172 struct net_device *rdma_ndev, void *cookie)
195 * @cookie: Netdevice to consider to form a default GID
202 struct net_device *rdma_ndev, void *cookie)
204 struct net_device *cookie_ndev = cookie;
216 * Additionally when event(cookie) netdevice is bond master device,
228 struct net_device *rdma_ndev, void *cookie)
147 is_eth_port_of_netdev_filter(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, void *cookie) argument
171 is_eth_port_inactive_slave_filter(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, void *cookie) argument
201 is_ndev_for_default_gid_filter(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, void *cookie) argument
227 pass_all_filter(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, void *cookie) argument
233 upper_device_filter(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, void *cookie) argument
264 is_upper_ndev_bond_master_filter(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, void *cookie) argument
429 add_netdev_ips(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, void *cookie) argument
435 del_netdev_ips(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, void *cookie) argument
450 del_default_gids(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, void *cookie) argument
462 add_default_gids(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, void *cookie) argument
473 enum_all_gids_of_dev_cb(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, void *cookie) argument
518 callback_for_addr_gid_device_scan(struct ib_device *device, u32 port, struct net_device *rdma_ndev, void *cookie) argument
551 handle_netdev_upper(struct ib_device *ib_dev, u32 port, void *cookie, void (*handle_netdev)(struct ib_device *ib_dev, u32 port, struct net_device *ndev)) argument
584 del_netdev_upper_ips(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, void *cookie) argument
590 add_netdev_upper_ips(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, void *cookie) argument
596 del_netdev_default_ips_join(struct ib_device *ib_dev, u32 port, struct net_device *rdma_ndev, void *cookie) argument
[all...]
/linux-master/include/linux/
H A Dasync.h17 typedef void (*async_func_t) (void *data, async_cookie_t cookie);
119 extern void async_synchronize_cookie(async_cookie_t cookie);
120 extern void async_synchronize_cookie_domain(async_cookie_t cookie,
H A Dbacking-dev.h273 * @cookie: output param, to be passed to the end function
281 * The caller must call unlocked_inode_to_wb_end() with *@cookie afterwards and
286 unlocked_inode_to_wb_begin(struct inode *inode, struct wb_lock_cookie *cookie) argument
294 cookie->locked = smp_load_acquire(&inode->i_state) & I_WB_SWITCH;
296 if (unlikely(cookie->locked))
297 xa_lock_irqsave(&inode->i_mapping->i_pages, cookie->flags);
309 * @cookie: @cookie from unlocked_inode_to_wb_begin()
312 struct wb_lock_cookie *cookie)
314 if (unlikely(cookie
311 unlocked_inode_to_wb_end(struct inode *inode, struct wb_lock_cookie *cookie) argument
352 unlocked_inode_to_wb_begin(struct inode *inode, struct wb_lock_cookie *cookie) argument
357 unlocked_inode_to_wb_end(struct inode *inode, struct wb_lock_cookie *cookie) argument
[all...]
/linux-master/drivers/clocksource/
H A Dtimer-ti-dm.c119 struct omap_dm_timer cookie; member in struct:dmtimer
400 static struct dmtimer *to_dmtimer(struct omap_dm_timer *cookie) argument
402 if (!cookie)
405 return container_of(cookie, struct dmtimer, cookie);
408 static int omap_dm_timer_set_source(struct omap_dm_timer *cookie, int source) argument
416 timer = to_dmtimer(cookie);
466 static void omap_dm_timer_enable(struct omap_dm_timer *cookie) argument
468 struct dmtimer *timer = to_dmtimer(cookie);
477 static void omap_dm_timer_disable(struct omap_dm_timer *cookie) argument
647 omap_dm_timer_free(struct omap_dm_timer *cookie) argument
673 omap_dm_timer_get_irq(struct omap_dm_timer *cookie) argument
684 omap_dm_timer_get_fclk(struct omap_dm_timer *cookie) argument
724 omap_dm_timer_get_fclk(struct omap_dm_timer *cookie) argument
742 omap_dm_timer_start(struct omap_dm_timer *cookie) argument
768 omap_dm_timer_stop(struct omap_dm_timer *cookie) argument
786 omap_dm_timer_set_load(struct omap_dm_timer *cookie, unsigned int load) argument
809 omap_dm_timer_set_match(struct omap_dm_timer *cookie, int enable, unsigned int match) argument
839 omap_dm_timer_set_pwm(struct omap_dm_timer *cookie, int def_on, int toggle, int trigger, int autoreload) argument
873 omap_dm_timer_get_pwm_status(struct omap_dm_timer *cookie) argument
896 omap_dm_timer_set_prescaler(struct omap_dm_timer *cookie, int prescaler) argument
926 omap_dm_timer_set_int_enable(struct omap_dm_timer *cookie, unsigned int value) argument
956 omap_dm_timer_set_int_disable(struct omap_dm_timer *cookie, u32 mask) argument
984 omap_dm_timer_read_status(struct omap_dm_timer *cookie) argument
1000 omap_dm_timer_write_status(struct omap_dm_timer *cookie, unsigned int value) argument
1013 omap_dm_timer_read_counter(struct omap_dm_timer *cookie) argument
1026 omap_dm_timer_write_counter(struct omap_dm_timer *cookie, unsigned int value) argument
[all...]
/linux-master/arch/arm/mach-omap2/
H A Dpdata-quirks.c332 struct ti_sysc_cookie *cookie)
335 cookie->clkdm = ti_sysc_find_one_clockdomain(fck);
336 if (cookie->clkdm)
339 cookie->clkdm = ti_sysc_find_one_clockdomain(ick);
340 if (cookie->clkdm)
347 const struct ti_sysc_cookie *cookie)
349 if (cookie->clkdm)
350 clkdm_deny_idle(cookie->clkdm);
354 const struct ti_sysc_cookie *cookie)
356 if (cookie
330 ti_sysc_clkdm_init(struct device *dev, struct clk *fck, struct clk *ick, struct ti_sysc_cookie *cookie) argument
346 ti_sysc_clkdm_deny_idle(struct device *dev, const struct ti_sysc_cookie *cookie) argument
353 ti_sysc_clkdm_allow_idle(struct device *dev, const struct ti_sysc_cookie *cookie) argument
361 ti_sysc_enable_module(struct device *dev, const struct ti_sysc_cookie *cookie) argument
370 ti_sysc_idle_module(struct device *dev, const struct ti_sysc_cookie *cookie) argument
379 ti_sysc_shutdown_module(struct device *dev, const struct ti_sysc_cookie *cookie) argument
[all...]
/linux-master/include/linux/qed/
H A Dqed_ll2_if.h81 void *cookie; member in struct:qed_ll2_comp_rx_data
114 void *cookie,
121 void *cookie,
129 void *cookie,
143 void *cookie; member in struct:qed_ll2_cbs
173 void *cookie; member in struct:qed_ll2_tx_pkt_info
246 * @cookie: to be passed to the callback functions.
253 void *cookie);
/linux-master/fs/netfs/
H A Dmisc.c107 struct fscache_cookie *cookie = netfs_i_cookie(ictx); local
114 if (!fscache_cookie_valid(cookie))
126 fscache_use_cookie(cookie, true);
134 * @inode: The inode on which the cookie resides
142 struct fscache_cookie *cookie = netfs_i_cookie(netfs_inode(inode)); local
145 fscache_unuse_cookie(cookie, NULL, NULL);
160 struct fscache_cookie *cookie = netfs_i_cookie(netfs_inode(inode)); local
164 fscache_unuse_cookie(cookie, aux, &i_size);
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dp2p.c127 u64 *cookie)
147 *cookie = ++p2p->cookie;
169 cfg80211_ready_on_channel(wdev, *cookie, chan, duration,
196 int wil_p2p_cancel_listen(struct wil6210_vif *vif, u64 cookie) argument
204 if (cookie != p2p->cookie) {
206 p2p->cookie, cookie);
222 p2p->cookie,
125 wil_p2p_listen(struct wil6210_priv *wil, struct wireless_dev *wdev, unsigned int duration, struct ieee80211_channel *chan, u64 *cookie) argument
[all...]
/linux-master/net/ceph/
H A Dcls_lock_client.c18 * @cookie: user-defined identifier for this instance of the lock
28 char *lock_name, u8 type, char *cookie,
33 int cookie_len = strlen(cookie);
64 ceph_encode_string(&p, end, cookie, cookie_len);
73 dout("%s lock_name %s type %d cookie %s tag %s desc %s flags 0x%x\n",
74 __func__, lock_name, type, cookie, tag, desc, flags);
91 * @cookie: user-defined identifier for this instance of the lock
96 char *lock_name, char *cookie)
100 int cookie_len = strlen(cookie);
122 ceph_encode_string(&p, end, cookie, cookie_le
25 ceph_cls_lock(struct ceph_osd_client *osdc, struct ceph_object_id *oid, struct ceph_object_locator *oloc, char *lock_name, u8 type, char *cookie, char *tag, char *desc, u8 flags) argument
93 ceph_cls_unlock(struct ceph_osd_client *osdc, struct ceph_object_id *oid, struct ceph_object_locator *oloc, char *lock_name, char *cookie) argument
144 ceph_cls_break_lock(struct ceph_osd_client *osdc, struct ceph_object_id *oid, struct ceph_object_locator *oloc, char *lock_name, char *cookie, struct ceph_entity_name *locker) argument
389 ceph_cls_assert_locked(struct ceph_osd_request *req, int which, char *lock_name, u8 type, char *cookie, char *tag) argument
[all...]
/linux-master/fs/cachefiles/
H A Dxattr.c44 unsigned int len = object->cookie->aux_len;
57 buf->object_size = cpu_to_be64(object->cookie->object_size);
61 if (test_bit(FSCACHE_COOKIE_LOCAL_WRITE, &object->cookie->flags))
64 memcpy(buf->data, fscache_get_aux(object->cookie), len);
92 * check the consistency between the backing cache and the FS-Cache cookie
98 unsigned int len = object->cookie->aux_len, tlen;
99 const void *p = fscache_get_aux(object->cookie);
125 } else if (be64_to_cpu(buf->object_size) != object->cookie->object_size) {
173 void cachefiles_prepare_to_write(struct fscache_cookie *cookie) argument
176 struct cachefiles_object *object = cookie
[all...]
/linux-master/kernel/
H A Dasync.c25 a "sequence cookie" (which, although it has an abstracted type, can be
28 The async core will assign each scheduled event such a sequence cookie and
33 async_synchronize_cookie() function and pass in its own cookie. The
36 cookie have completed.
62 #define ASYNC_COOKIE_MAX ULLONG_MAX /* infinity cookie */
73 async_cookie_t cookie; member in struct:async_entry
108 ret = first->cookie;
125 pr_debug("calling %lli_%pS @ %i\n", (long long)entry->cookie,
129 entry->func(entry->data, entry->cookie);
132 (long long)entry->cookie, entr
310 async_synchronize_cookie_domain(async_cookie_t cookie, struct async_domain *domain) argument
331 async_synchronize_cookie(async_cookie_t cookie) argument
[all...]
/linux-master/drivers/staging/rtl8723bs/include/
H A Dioctl_cfg80211.h113 #define rtw_cfg80211_mgmt_tx_status(adapter, cookie, buf, len, ack, gfp) cfg80211_mgmt_tx_status((adapter)->rtw_wdev, cookie, buf, len, ack, gfp)
114 #define rtw_cfg80211_ready_on_channel(adapter, cookie, chan, channel_type, duration, gfp) cfg80211_ready_on_channel((adapter)->rtw_wdev, cookie, chan, duration, gfp)
115 #define rtw_cfg80211_remain_on_channel_expired(adapter, cookie, chan, chan_type, gfp) cfg80211_remain_on_channel_expired((adapter)->rtw_wdev, cookie, chan, gfp)
/linux-master/net/core/
H A Ddst_cache.c20 u32 cookie; member in struct:dst_cache_pcpu
28 struct dst_entry *dst, u32 cookie)
34 dst_cache->cookie = cookie;
52 (dst->obsolete && !dst->ops->check(dst, idst->cookie)))) {
179 idst->cookie = 0;
27 dst_cache_per_cpu_dst_set(struct dst_cache_pcpu *dst_cache, struct dst_entry *dst, u32 cookie) argument
/linux-master/samples/bpf/
H A Dtrace_output_user.c26 __u64 cookie; member in struct:__anon4791
29 if (e->cookie != 0x12345678) {
30 printf("BUG pid %llx cookie %llx sized %d\n",
31 e->pid, e->cookie, size);
/linux-master/fs/ceph/
H A Dcache.h37 struct fscache_cookie *cookie = ceph_fscache_cookie(ci); local
39 if (cookie) {
41 fscache_resize_cookie(cookie, to);
/linux-master/arch/sparc/include/asm/
H A Debus_dma.h16 void (*callback)(struct ebus_dma_info *p, int event, void *cookie);
/linux-master/drivers/scsi/cxlflash/
H A Dcxl_hw.c38 irq_handler_t handler, void *cookie, char *name)
40 return cxl_map_afu_irq(ctx_cookie, num, handler, cookie, name);
43 static void cxlflash_unmap_afu_irq(void *ctx_cookie, int num, void *cookie) argument
45 cxl_unmap_afu_irq(ctx_cookie, num, cookie);
37 cxlflash_map_afu_irq(void *ctx_cookie, int num, irq_handler_t handler, void *cookie, char *name) argument
/linux-master/arch/arm/include/asm/
H A DbL_switcher.h15 typedef void (*bL_switch_completion_handler)(void *cookie);
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dramht.h27 void nvkm_ramht_remove(struct nvkm_ramht *, int cookie);
/linux-master/fs/lockd/
H A Dclntxdr.c128 * netobj cookie;
131 const struct nlm_cookie *cookie)
133 encode_netobj(xdr, (u8 *)&cookie->data, cookie->len);
137 struct nlm_cookie *cookie)
154 cookie->len = length;
155 memcpy(cookie->data, p, length);
158 cookie->len = 4;
159 memset(cookie->data, 0, 4);
162 dprintk("NFS: returned cookie wa
130 encode_cookie(struct xdr_stream *xdr, const struct nlm_cookie *cookie) argument
136 decode_cookie(struct xdr_stream *xdr, struct nlm_cookie *cookie) argument
[all...]
H A Dclnt4xdr.c131 * netobj cookie;
134 const struct nlm_cookie *cookie)
136 encode_netobj(xdr, (u8 *)&cookie->data, cookie->len);
140 struct nlm_cookie *cookie)
157 cookie->len = length;
158 memcpy(cookie->data, p, length);
161 cookie->len = 4;
162 memset(cookie->data, 0, 4);
165 dprintk("NFS: returned cookie wa
133 encode_cookie(struct xdr_stream *xdr, const struct nlm_cookie *cookie) argument
139 decode_cookie(struct xdr_stream *xdr, struct nlm_cookie *cookie) argument
[all...]
/linux-master/fs/bcachefs/
H A Drebalance.c39 struct bkey_i_cookie *cookie; local
52 ? le64_to_cpu(bkey_s_c_to_cookie(k).v->cookie)
55 cookie = bch2_trans_kmalloc(trans, sizeof(*cookie));
56 ret = PTR_ERR_OR_ZERO(cookie);
60 bkey_cookie_init(&cookie->k_i);
61 cookie->k.p = iter.pos;
62 cookie->v.cookie = cpu_to_le64(v + 1);
64 ret = bch2_trans_update(trans, &iter, &cookie
83 bch2_clear_rebalance_needs_scan(struct btree_trans *trans, u64 inum, u64 cookie) argument
269 do_rebalance_scan(struct moving_context *ctxt, u64 inum, u64 cookie) argument
[all...]
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_rcfw.c102 * @cookie: cookie to track the command
112 u16 cookie)
117 crsqe = &rcfw->crsqe_tbl[cookie];
124 __func__, cookie, crsqe->opcode,
137 * @cookie: cookie to track the command
145 static int __wait_for_resp(struct bnxt_qplib_rcfw *rcfw, u16 cookie) argument
152 crsqe = &rcfw->crsqe_tbl[cookie];
173 ret = bnxt_re_is_fw_stalled(rcfw, cookie);
111 bnxt_re_is_fw_stalled(struct bnxt_qplib_rcfw *rcfw, u16 cookie) argument
192 __block_for_resp(struct bnxt_qplib_rcfw *rcfw, u16 cookie) argument
243 u16 cookie; local
294 u16 cookie; local
388 __poll_for_resp(struct bnxt_qplib_rcfw *rcfw, u16 cookie) argument
490 u16 cookie; local
628 u16 cookie, blocked = 0; local
[all...]

Completed in 466 milliseconds

1234567891011>>