Searched refs:chain (Results 51 - 75 of 279) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/
H A Ddrm_gem_atomic_helper.c4 #include <linux/dma-fence-chain.h>
175 struct dma_fence_chain *chain = dma_fence_chain_alloc(); local
177 if (!chain) {
182 dma_fence_chain_init(chain, fence, new, 1);
183 fence = &chain->base;
/linux-master/arch/s390/include/asm/
H A Dphysmem_info.h37 struct reserved_range *chain; member in struct:reserved_range
138 range && range->end; range = range->chain ? __va(range->chain) : NULL, \
149 if (range->chain)
150 return __va(range->chain);
/linux-master/tools/testing/selftests/netfilter/
H A Dnft_queue.sh5 # 2. support running nfqueue from more than one base chain
96 chain nfq {
100 chain pre {
104 chain input {
108 chain forward {
113 chain output {
119 chain post {
132 chain pre {
136 chain input {
140 chain forwar
[all...]
H A Dconntrack_vrf.sh19 # `notracking`) in the prerouting chain before conntrack, based on real iif.
110 chain rawpre {
120 chain rawout {
164 chain rawout {
169 chain postrouting2 {
174 chain postrouting {
213 chain postrouting {
/linux-master/tools/perf/ui/stdio/
H A Dhist.c51 struct callchain_list *chain,
75 str = callchain_list__sym_name(chain, bf, sizeof(bf), false);
78 callchain_list_counts__printf_value(chain, NULL,
115 struct callchain_list *chain; local
153 list_for_each_entry(chain, &child->val, list) {
154 ret += ipchain__fprintf_graph(fp, child, chain, depth,
222 struct callchain_list *chain; local
233 list_for_each_entry(chain, &cnode->val, list) {
254 callchain_list__sym_name(chain, bf,
260 chain, f
50 ipchain__fprintf_graph(FILE *fp, struct callchain_node *node, struct callchain_list *chain, int depth, int depth_mask, int period, u64 total_samples, int left_margin) argument
285 struct callchain_list *chain; local
310 struct callchain_node *chain; local
333 struct callchain_list *chain; local
361 struct callchain_node *chain; local
[all...]
/linux-master/fs/ext2/
H A Dinode.c206 * ext2_get_branch - read the chain of indirect blocks leading to data
208 * @depth: depth of the chain (1 - direct pointer, etc.)
210 * @chain: place to store the result
215 * (incomplete one) otherwise. Upon the return chain[i].key contains
216 * the number of (i+1)-th block in the chain (as it is stored in memory,
217 * i.e. little-endian 32-bit), chain[i].p contains the address of that
219 * for i>0) and chain[i].bh points to the buffer_head of i-th indirect
221 * numbers of the chain, addresses they were taken from (and where we can
222 * verify that chain did not change) and buffer_heads hosting these
229 * or when it notices that chain ha
234 ext2_get_branch(struct inode *inode, int depth, int *offsets, Indirect chain[4], int *err) argument
631 Indirect chain[4]; local
1028 ext2_find_shared(struct inode *inode, int depth, int offsets[4], Indirect chain[4], __le32 *top) argument
1169 Indirect chain[4]; local
[all...]
/linux-master/net/netfilter/
H A Dnf_tables_api.c136 struct nft_chain *chain,
143 ctx->chain = chain;
222 struct nft_chain *chain, bool bind)
228 if (!nft_chain_binding(chain))
235 if (nft_trans_chain(trans) == chain)
239 if (trans->ctx.chain == chain)
247 struct nft_chain *chain)
249 __nft_chain_trans_bind(ctx, chain, tru
130 nft_ctx_init(struct nft_ctx *ctx, struct net *net, const struct sk_buff *skb, const struct nlmsghdr *nlh, u8 family, struct nft_table *table, struct nft_chain *chain, const struct nlattr * const *nla) argument
221 __nft_chain_trans_bind(const struct nft_ctx *ctx, struct nft_chain *chain, bool bind) argument
246 nft_chain_trans_bind(const struct nft_ctx *ctx, struct nft_chain *chain) argument
252 nf_tables_bind_chain(const struct nft_ctx *ctx, struct nft_chain *chain) argument
272 nf_tables_unbind_chain(const struct nft_ctx *ctx, struct nft_chain *chain) argument
318 nf_tables_register_hook(struct net *net, const struct nft_table *table, struct nft_chain *chain) argument
341 __nf_tables_unregister_hook(struct net *net, const struct nft_table *table, struct nft_chain *chain, bool release_netdev) argument
365 nf_tables_unregister_hook(struct net *net, const struct nft_table *table, struct nft_chain *chain) argument
1155 struct nft_chain *chain; local
1173 struct nft_chain *chain; local
1309 const struct nft_chain *chain = data; local
1317 const struct nft_chain *chain = ptr; local
1472 struct nft_chain *chain, *nc; local
1656 struct nft_chain *chain; local
1684 struct nft_chain *chain; local
1820 nf_tables_fill_chain_info(struct sk_buff *skb, struct net *net, u32 portid, u32 seq, int event, u32 flags, int family, const struct nft_table *table, const struct nft_chain *chain, const struct list_head *hook_list) argument
1927 const struct nft_chain *chain; local
1972 const struct nft_chain *chain; local
2054 struct nft_base_chain *chain = nft_base_chain(trans->ctx.chain); local
2067 nf_tables_chain_free_chain_rules(struct nft_chain *chain) argument
2083 struct nft_chain *chain = ctx->chain; local
2353 nft_last_rule(const struct nft_chain *chain, const void *ptr) argument
2365 nf_tables_chain_alloc_rules(const struct nft_chain *chain, unsigned int size) argument
2385 nft_basechain_hook_init(struct nf_hook_ops *ops, u8 family, const struct nft_chain_hook *hook, struct nft_chain *chain) argument
2400 struct nft_chain *chain; local
2427 nft_chain_add(struct nft_table *table, struct nft_chain *chain) argument
2454 struct nft_chain *chain; local
2596 struct nft_chain *chain = ctx->chain; local
2777 struct nft_chain *chain = trans->ctx.chain; local
2795 struct nft_chain *chain = NULL; local
2893 const struct nft_chain *chain = &basechain->chain; local
2951 struct nft_chain *chain; local
3363 __nft_rule_lookup(const struct nft_chain *chain, u64 handle) argument
3377 nft_rule_lookup(const struct nft_chain *chain, const struct nlattr *nla) argument
3402 nf_tables_fill_rule_info(struct sk_buff *skb, struct net *net, u32 portid, u32 seq, int event, u32 flags, int family, const struct nft_table *table, const struct nft_chain *chain, const struct nft_rule *rule, u64 handle, bool reset) argument
3519 char *chain; member in struct:nft_rule_dump_ctx
3523 __nf_tables_dump_rules(struct sk_buff *skb, unsigned int *idx, struct netlink_callback *cb, const struct nft_table *table, const struct nft_chain *chain) argument
3576 const struct nft_chain *chain; local
3692 const struct nft_chain *chain; local
3826 nft_chain_validate(const struct nft_ctx *ctx, const struct nft_chain *chain) argument
3859 struct nft_chain *chain; local
3957 struct nft_chain *chain; local
4181 nft_rule_lookup_byid(const struct net *net, const struct nft_chain *chain, const struct nlattr *nla) argument
4204 struct nft_chain *chain = NULL; local
7213 struct nft_chain *chain; local
9559 nf_tables_commit_chain_prepare(struct net *net, struct nft_chain *chain) argument
9641 struct nft_chain *chain = trans->ctx.chain; local
9669 nf_tables_commit_chain(struct net *net, struct nft_chain *chain) argument
9723 nft_chain_del(struct nft_chain *chain) argument
10150 struct nft_chain *chain; local
10777 nft_chain_validate_dependency(const struct nft_chain *chain, enum nft_chain_types type) argument
10791 nft_chain_validate_hooks(const struct nft_chain *chain, unsigned int hook_flags) argument
10879 nf_tables_check_loops(const struct nft_ctx *ctx, const struct nft_chain *chain) argument
11119 struct nft_chain *chain; local
11184 struct nft_chain *chain; local
11373 struct nft_chain *chain; local
11398 struct nft_chain *chain, *nc; local
[all...]
H A Dnft_chain_filter.c324 struct nft_base_chain *basechain = nft_base_chain(ctx->chain);
341 if (!(ctx->chain->table->flags & NFT_TABLE_F_DORMANT))
364 struct nft_chain *chain, *nr;
383 list_for_each_entry_safe(chain, nr, &table->chains, list) {
384 if (!nft_is_base_chain(chain))
387 basechain = nft_base_chain(chain);
392 ctx.chain = chain;
362 struct nft_chain *chain, *nr; local
/linux-master/tools/perf/arch/powerpc/util/
H A Dskip-callchain-idx.c234 * (chain->ips[3]) is undefined and must be ignored.
242 int arch_skip_callchain_idx(struct thread *thread, struct ip_callchain *chain) argument
250 if (!chain || chain->nr < 3)
254 ip = chain->ips[1];
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cs.h45 struct dma_fence_chain *chain; member in struct:amdgpu_cs_post_dep
/linux-master/tools/perf/util/
H A Dthread-stack.h86 void thread_stack__sample(struct thread *thread, int cpu, struct ip_callchain *chain,
89 struct ip_callchain *chain, size_t sz, u64 ip,
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_sync.c42 dma_fence_chain_free(sig_sync->chain);
75 sig_sync->chain = dma_fence_chain_alloc();
76 if (!sig_sync->chain) {
195 if (sig_sync->chain) {
196 drm_syncobj_add_point(sig_sync->syncobj, sig_sync->chain,
198 sig_sync->chain = NULL;
/linux-master/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dphy.c160 txp_0 = txp.chain[0].target_power + txp.chain[0].delta + delta;
161 txp_1 = txp.chain[1].target_power + txp.chain[1].delta + delta;
176 dev->target_power_delta[0] = txp_0 - txp.chain[0].target_power;
177 dev->target_power_delta[1] = txp_1 - txp.chain[0].target_power;
228 t.slope0 = txp.chain[0].tssi_slope;
229 t.offset0 = txp.chain[0].tssi_offset;
230 t.slope1 = txp.chain[1].tssi_slope;
231 t.offset1 = txp.chain[
[all...]
/linux-master/drivers/media/usb/uvc/
H A Duvcvideo.h168 struct list_head chain; /* Entity as part of a video device chain. */ member in struct:uvc_entity
335 u32 caps; /* V4L2 chain-wide caps */
430 struct uvc_video_chain *chain; member in struct:uvc_streaming
589 struct uvc_video_chain *chain; member in struct:uvc_device::uvc_ctrl_work
604 struct uvc_video_chain *chain; member in struct:uvc_fh
717 int uvc_mc_register_entities(struct uvc_video_chain *chain);
755 int uvc_query_v4l2_ctrl(struct uvc_video_chain *chain,
757 int uvc_query_v4l2_menu(struct uvc_video_chain *chain,
760 int uvc_ctrl_add_mapping(struct uvc_video_chain *chain,
[all...]
/linux-master/drivers/crypto/marvell/cesa/
H A Dhash.c317 if (base->chain.first->flags & CESA_TDMA_SET_STATE) {
363 (creq->base.chain.last->flags & CESA_TDMA_TYPE_MSK) ==
371 data = creq->base.chain.last->op->ctx.hash.hash;
492 mv_cesa_dma_add_frag(struct mv_cesa_tdma_chain *chain, argument
499 op = mv_cesa_dma_add_op(chain, tmpl, false, flags);
507 ret = mv_cesa_dma_add_dummy_launch(chain, flags);
520 mv_cesa_ahash_dma_add_cache(struct mv_cesa_tdma_chain *chain, argument
536 return mv_cesa_dma_add_data_transfer(chain,
545 mv_cesa_ahash_dma_last_req(struct mv_cesa_tdma_chain *chain, argument
560 op = mv_cesa_dma_add_frag(chain,
[all...]
H A Dcesa.h296 * TDMA descriptor used to create a transfer chain describing a crypto
328 * Iterator used to iterate over a scatterlist while creating a TDMA chain for
345 * Iterator used to create a TDMA chain for a given crypto operation.
354 * struct mv_cesa_tdma_chain - TDMA chain
355 * @first: first entry in the TDMA chain
356 * @last: last entry in the TDMA chain
358 * Stores a TDMA chain for a specific crypto operation.
437 * @max_req_len: maximum chunk length (useful to create the TDMA chain)
443 * @chain: list of the current tdma descriptors being processed
466 struct mv_cesa_tdma_chain chain; member in struct:mv_cesa_engine
537 struct mv_cesa_tdma_chain chain; member in struct:mv_cesa_req
849 mv_cesa_tdma_desc_iter_init(struct mv_cesa_tdma_chain *chain) argument
[all...]
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9003_paprd.c305 static unsigned int ar9003_get_desired_gain(struct ath_hw *ah, int chain, argument
333 switch (chain) {
348 "Invalid chainmask: %d\n", chain); local
753 int chain)
755 u32 *paprd_table_val = caldata->pa_table[chain];
756 u32 small_signal_gain = caldata->small_signal_gain[chain];
761 if (chain == 0)
763 else if (chain == 1)
765 else if (chain == 2)
773 if (chain
751 ar9003_paprd_populate_single_table(struct ath_hw *ah, struct ath9k_hw_cal_data *caldata, int chain) argument
799 ar9003_paprd_setup_gain_table(struct ath_hw *ah, int chain) argument
820 ar9003_paprd_retrain_pa_in(struct ath_hw *ah, struct ath9k_hw_cal_data *caldata, int chain) argument
916 ar9003_paprd_create_curve(struct ath_hw *ah, struct ath9k_hw_cal_data *caldata, int chain) argument
[all...]
/linux-master/drivers/scsi/esas2r/
H A Desas2r_io.c242 * the new SGL to make room for the chain entry.
251 /* Set the limit pointer and build the chain entry */
263 * Now, if there was a previous chain entry, then
265 * and size of this chain. otherwise this is the
268 if (sgc->sge.a64.chain) {
269 sgc->sge.a64.chain->length |=
297 * can update the length of this chain entry.
299 sgc->sge.a64.chain = sgc->sge.a64.last;
331 * If there was a previous chain entry, update the length to indicate
334 if (sgc->sge.a64.chain) {
[all...]
/linux-master/tools/perf/ui/gtk/
H A Dhists.c105 struct callchain_list *chain; local
116 list_for_each_entry(chain, &node->parent_val, list) {
124 callchain_list__sym_name(chain, buf, sizeof(buf), false);
137 list_for_each_entry(chain, &node->val, list) {
145 callchain_list__sym_name(chain, buf, sizeof(buf), false);
167 struct callchain_list *chain; local
177 list_for_each_entry(chain, &node->parent_val, list) {
180 callchain_list__sym_name(chain, name, sizeof(name), false);
193 list_for_each_entry(chain, &node->val, list) {
196 callchain_list__sym_name(chain, nam
228 struct callchain_list *chain; local
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_vma_resource.c92 i915_sw_fence_fini(&vma_res->chain);
194 container_of(fence, typeof(*vma_res), chain);
244 if (atomic_read(&vma_res->chain.pending) <= 1) {
251 i915_sw_fence_commit(&vma_res->chain);
268 i915_sw_fence_init(&vma_res->chain, i915_vma_resource_fence_notify);
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_spq.c228 DMA_LO_LE(p_spq->chain.p_phys_addr);
230 DMA_HI_LE(p_spq->chain.p_phys_addr);
236 struct qed_chain *p_chain = &p_hwfn->p_spq->chain;
244 DP_NOTICE(p_hwfn, "Failed to produce from SPQ chain\n");
341 struct qed_chain *p_chain = &p_eq->chain;
350 * element (to comply with our chain), so our macros would comply
414 ret = qed_chain_alloc(p_hwfn->cdev, &p_eq->chain, &params);
416 DP_NOTICE(p_hwfn, "Failed to allocate EQ chain\n");
435 qed_chain_reset(&p_hwfn->p_eq->chain);
443 qed_chain_free(p_hwfn->cdev, &p_hwfn->p_eq->chain);
[all...]
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_api_cmd.h195 int hinic_api_cmd_write(struct hinic_api_cmd_chain *chain,
198 int hinic_api_cmd_init(struct hinic_api_cmd_chain **chain,
201 void hinic_api_cmd_free(struct hinic_api_cmd_chain **chain);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dvporttbl.c10 u32 chain; member in struct:mlx5_vport_key
60 key->chain = attr->chain;
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Dregulatory.c197 struct iwl_per_chain_offset *chain = local
200 chain->max_tx_power =
202 chain->chain_a =
204 chain->chain_b =
207 "SAR geographic profile[%d] Band[%d]: chain A = %d chain B = %d max_tx_power = %d\n",
253 "SAR EWRD: chain %d profile index %d\n",
285 static bool iwl_ppag_value_valid(struct iwl_fw_runtime *fwrt, int chain, argument
288 s8 ppag_val = fwrt->ppag_chains[chain].subbands[subband];
397 "PPAG table: chain[
[all...]
/linux-master/include/net/netfilter/
H A Dnf_tables.h95 * @chain: destination chain for NFT_JUMP/NFT_GOTO
99 struct nft_chain *chain; member in struct:nft_verdict
203 * @table: the table the chain is contained in
204 * @chain: the chain the rule is contained in
216 struct nft_chain *chain; member in struct:nft_ctx
652 * @chain: chain containing the rule bound to the set
660 const struct nft_chain *chain; member in struct:nft_set_binding
1066 const struct nft_chain *chain; /* for nftables tracing */ member in struct:nft_rule_dp_last
1162 nft_chain_binding(const struct nft_chain *chain) argument
1167 nft_chain_is_bound(struct nft_chain *chain) argument
1207 struct nft_chain chain; member in struct:nft_base_chain
1211 nft_base_chain(const struct nft_chain *chain) argument
1216 nft_is_base_chain(const struct nft_chain *chain) argument
1671 struct nft_chain *chain; member in struct:nft_trans_chain
[all...]

Completed in 443 milliseconds

1234567891011>>