Searched refs:chain (Results 151 - 175 of 279) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_sched.c196 struct dma_fence_chain *chain = job->out_sync.chains[i]; local
201 if (chain)
202 dma_fence_chain_free(chain);
/linux-master/net/ipv6/
H A Dinet6_hashtables.c69 sk_nulls_for_each_rcu(sk, node, &head->chain) {
285 sk_nulls_for_each(sk2, node, &head->chain) {
308 __sk_nulls_add_node_rcu(sk, &head->chain);
/linux-master/tools/testing/selftests/net/netfilter/
H A Dnft_nat_zones.sh141 chain prerouting {
151 chain nat_postrouting {
156 chain mangle_prerouting {
H A Dnft_zones_many.sh40 chain output {
/linux-master/drivers/dma/
H A Dmv_xor.h94 * @chain: device chain view of the descriptors
111 struct list_head chain; member in struct:mv_xor_chan
134 * @hw_desc: virtual address of the hardware descriptor chain
135 * @phys: hardware address of the hardware descriptor chain
H A Dtxx9dmac.c441 /* Make chain-completion interrupt happen */
538 dma_addr_t chain; local
544 chain = channel64_read_CHAR(dc);
548 chain = channel32_readl(dc, CHAR);
552 /* For dynamic chain, we should look at XFACT instead of NCHNC */
559 chain = 0; /* last descriptor of this chain */
562 (u64)chain);
565 if (desc_read_CHAR(dc, desc) == chain) {
573 if (desc_read_CHAR(dc, child) == chain) {
[all...]
/linux-master/fs/ocfs2/
H A Docfs2_ioctl.h44 __u16 chain; /* Chain for this group */ member in struct:ocfs2_new_group_input
/linux-master/kernel/locking/
H A Dlockdep_internals.h134 struct lock_class *lock_chain_get_class(struct lock_chain *chain, int i);
H A Dlockdep_proc.c151 struct lock_chain *chain = v; local
169 seq_printf(m, "irq_context: %s\n", irq_strs[chain->irq_context]);
171 for (i = 0; i < chain->depth; i++) {
172 class = lock_chain_get_class(chain, i);
205 seq_printf(m, " chain lookup misses: %11llu\n",
207 seq_printf(m, " chain lookup hits: %11llu\n",
308 seq_printf(m, " dependency chain hlocks used: %11lu [max: %lu]\n",
312 seq_printf(m, " dependency chain hlocks lost: %11u\n",
388 seq_printf(m, " large chain blocks: %11u\n",
/linux-master/net/netfilter/
H A Dnft_reject_netdev.c151 return nft_chain_validate_hooks(ctx->chain, (1 << NF_NETDEV_INGRESS));
H A Dnft_osf.c128 return nft_chain_validate_hooks(ctx->chain, hooks);
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_wait.c8 #include <linux/dma-fence-chain.h>
133 /* The chain is ordered; if we boost the last, we boost all */
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dpost_act.c124 post_attr->chain = 0;
/linux-master/tools/perf/util/
H A Dsession.h100 struct ip_callchain *chain,
H A Dmachine.c2317 struct ip_callchain *chain = sample->callchain; local
2324 root_al, &cpumode, chain->ips[i],
2334 root_al, &cpumode, chain->ips[i],
2611 * Resolve LBR callstack chain sample
2626 struct ip_callchain *chain = sample->callchain; local
2627 int chain_nr = min(max_stack, (int)chain->nr), i;
2634 if (chain->ips[i] == PERF_CONTEXT_USER)
2700 static int find_prev_cpumode(struct ip_callchain *chain, struct thread *thread, argument
2709 u64 ip = chain->ips[ent];
2740 struct ip_callchain *chain local
[all...]
/linux-master/kernel/futex/
H A Dcore.c446 plist_for_each_entry(this, &hb->chain, list) {
521 plist_del(&q->list, &hb->chain);
571 plist_add(&q->list, &hb->chain);
1167 plist_head_init(&futex_queues[i].chain);
/linux-master/fs/ufs/
H A Dinode.c132 Indirect chain[4], *q = chain; local
150 if (!grow_chain32(ufsi, NULL, &ufsi->i_u1.i_data[*p++], chain, q))
164 if (!grow_chain32(ufsi, bh, ptr, chain, ++q))
173 if (!grow_chain64(ufsi, NULL, &ufsi->i_u1.u2_i_data[*p++], chain, q))
188 if (!grow_chain64(ufsi, bh, ptr, chain, ++q))
197 while (q > chain) {
204 while (q > chain) {
/linux-master/drivers/bus/mhi/
H A Dcommon.h188 #define MHI_TRE_DATA_DWORD1(bei, ieot, ieob, chain) cpu_to_le32(FIELD_PREP(GENMASK(23, 16), \
193 FIELD_PREP(BIT(0), chain))
/linux-master/include/net/
H A Dsch_generic.h371 struct tcf_chain *chain,
375 void (*tmplt_reoffload)(struct tcf_chain *chain,
421 struct tcf_chain *chain; member in struct:tcf_proto
451 u32 index; /* chain index */
484 struct tcf_chain *chain; member in struct:tcf_block::__anon2822
494 static inline bool lockdep_tcf_chain_is_locked(struct tcf_chain *chain) argument
496 return lockdep_is_held(&chain->filter_chain_lock);
504 #define tcf_chain_dereference(p, chain) \
505 rcu_dereference_protected(p, lockdep_tcf_chain_is_locked(chain))
H A Dpkt_cls.h49 void tcf_chain_put_by_act(struct tcf_chain *chain);
51 struct tcf_chain *chain);
52 struct tcf_proto *tcf_get_next_proto(struct tcf_chain *chain,
182 struct Qdisc *q = tp->chain->block->q;
206 struct Qdisc *q = tp->chain->block->q;
715 "Driver supports only offload of chain 0");
755 cls_common->chain_index = tp->chain->index;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cs.c517 p->post_deps[i].chain = NULL;
548 dep->chain = NULL;
550 dep->chain = dma_fence_chain_alloc();
551 if (!dep->chain)
558 dma_fence_chain_free(dep->chain);
1241 if (p->post_deps[i].chain && p->post_deps[i].point) {
1243 p->post_deps[i].chain,
1245 p->post_deps[i].chain = NULL;
1366 kfree(parser->post_deps[i].chain);
/linux-master/drivers/s390/scsi/
H A Dzfcp_fc.c809 int chain, max_entries, buf_num, max_bytes; local
813 chain = adapter->adapter_features & FSF_FEATURE_ELS_CT_CHAINED_SBALS;
814 buf_num = chain ? ZFCP_FC_GPN_FT_NUM_BUFS : 1;
815 max_entries = chain ? ZFCP_FC_GPN_FT_MAX_ENT : ZFCP_FC_GPN_FT_ENT_PAGE;
816 max_bytes = chain ? ZFCP_FC_GPN_FT_MAX_SIZE : ZFCP_FC_CT_SIZE_PAGE;
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_atomic_plane.c34 #include <linux/dma-fence-chain.h>
1030 struct dma_fence_chain *chain = dma_fence_chain_alloc(); local
1032 if (!chain) {
1037 dma_fence_chain_init(chain, fence, new, 1);
1038 fence = &chain->base;
/linux-master/drivers/firmware/arm_scmi/
H A Dnotify.c42 * and is served by its own dedicated notification chain; information contained
59 * queued items into the proper notification-chain: notifications processing can
350 * @chain: The notification chain dedicated to this specific event tuple
364 struct blocking_notifier_head chain; member in struct:scmi_event_handler
379 * scmi_lookup_and_call_event_chain() - Lookup the proper chain and call it
381 * @evt_key: The key to use to lookup the related notification chain
402 ret = blocking_notifier_call_chain(&hndl->chain,
405 /* Notifiers are NOT supposed to cut the chain ... */
520 * - > call the related notification chain passin
[all...]
/linux-master/net/sched/
H A Dcls_flower.c103 struct tcf_chain *chain; member in struct:fl_flow_tmplt
441 struct tcf_block *block = tp->chain->block;
457 struct tcf_block *block = tp->chain->block;
501 struct tcf_block *block = tp->chain->block;
2422 if (!fl_mask_fits_tmplt(tp->chain->tmplt_priv, mask)) {
2629 struct tcf_block *block = tp->chain->block;
2712 static int fl_hw_create_tmplt(struct tcf_chain *chain, argument
2716 struct tcf_block *block = chain->block;
2722 cls_flower.common.chain_index = chain->index;
2738 static void fl_hw_destroy_tmplt(struct tcf_chain *chain, argument
2751 fl_tmplt_create(struct net *net, struct tcf_chain *chain, struct nlattr **tca, struct netlink_ext_ack *extack) argument
2804 fl_tmplt_reoffload(struct tcf_chain *chain, bool add, flow_setup_cb_t *cb, void *cb_priv) argument
[all...]

Completed in 403 milliseconds

1234567891011>>