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

1234567891011>>

/linux-master/kernel/futex/
H A Dwaitwake.c181 plist_for_each_entry_safe(this, next, &hb->chain, list) {
301 plist_for_each_entry_safe(this, next, &hb1->chain, list) {
315 plist_for_each_entry_safe(this, next, &hb2->chain, list) {
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/net/netfilter/
H A Dnft_nat.c151 err = nft_chain_validate_dependency(ctx->chain, NFT_CHAIN_T_NAT);
157 err = nft_chain_validate_hooks(ctx->chain,
162 err = nft_chain_validate_hooks(ctx->chain,
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/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.c68 sk_nulls_for_each_rcu(sk, node, &head->chain) {
284 sk_nulls_for_each(sk2, node, &head->chain) {
306 __sk_nulls_add_node_rcu(sk, &head->chain);
/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/tools/testing/selftests/netfilter/
H A Dnft_zones_many.sh53 chain output {
/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/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/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 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,
173 struct Qdisc *q = tp->chain->block->q;
197 struct Qdisc *q = tp->chain->block->q;
706 "Driver supports only offload of chain 0");
746 cls_common->chain_index = tp->chain->index;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c140 if (!attr->chain && esw_attr && esw_attr->int_port)
266 u32 chain, u32 prio, u32 level,
272 ft = mlx5_chains_get_table(chains, chain, prio, level);
420 esw_cleanup_chain_dest(struct mlx5_fs_chains *chains, u32 chain, u32 prio, u32 level) argument
422 mlx5_chains_put_table(chains, chain, prio, level);
734 fwd_attr.chain = attr->chain;
741 if (attr->chain || attr->prio)
742 fdb = mlx5_chains_get_table(chains, attr->chain,
778 else if (attr->chain || att
263 esw_setup_chain_dest(struct mlx5_flow_destination *dest, struct mlx5_flow_act *flow_act, struct mlx5_fs_chains *chains, u32 chain, u32 prio, u32 level, int i) argument
[all...]
/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/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.c102 struct tcf_chain *chain; member in struct:fl_flow_tmplt
440 struct tcf_block *block = tp->chain->block;
456 struct tcf_block *block = tp->chain->block;
500 struct tcf_block *block = tp->chain->block;
2345 if (!fl_mask_fits_tmplt(tp->chain->tmplt_priv, mask)) {
2552 struct tcf_block *block = tp->chain->block;
2635 static int fl_hw_create_tmplt(struct tcf_chain *chain, argument
2639 struct tcf_block *block = chain->block;
2645 cls_flower.common.chain_index = chain->index;
2661 static void fl_hw_destroy_tmplt(struct tcf_chain *chain, argument
2674 fl_tmplt_create(struct net *net, struct tcf_chain *chain, struct nlattr **tca, struct netlink_ext_ack *extack) argument
2727 fl_tmplt_reoffload(struct tcf_chain *chain, bool add, flow_setup_cb_t *cb, void *cb_priv) argument
[all...]

Completed in 294 milliseconds

1234567891011>>