Home
last modified time | relevance | path

Searched refs:nops (Results 1 – 20 of 20) sorted by relevance

/linux-4.4.14/tools/perf/arch/powerpc/util/
Dskip-callchain-idx.c51 size_t nops; in check_return_reg() local
54 result = dwarf_frame_register(frame, ra_regno, ops_mem, &ops, &nops); in check_return_reg()
63 if (nops != 0 || ops != NULL) in check_return_reg()
70 result = dwarf_frame_cfa(frame, &ops, &nops); in check_return_reg()
80 if (nops == 1 && ops[0].atom == DW_OP_bregx && ops[0].number == 1 && in check_return_reg()
/linux-4.4.14/drivers/infiniband/core/
Dnetlink.c44 int nops; member
60 int ibnl_add_client(int index, int nops, in ibnl_add_client() argument
71 nl_client->nops = nops; in ibnl_add_client()
158 if (op < 0 || op >= client->nops || in ibnl_rcv_msg()
/linux-4.4.14/fs/nfs/
Dcallback_xdr.c180 hdr->nops = ntohl(*p); in decode_compound_hdr_arg()
182 hdr->minorversion, hdr->nops); in decode_compound_hdr_arg()
633 hdr->nops = xdr_reserve_space(xdr, 4); in encode_compound_hdr_res()
634 if (unlikely(hdr->nops == NULL)) in encode_compound_hdr_res()
899 unsigned int nops = 0; in nfs4_callback_compound() local
924 while (status == 0 && nops != hdr_arg.nops) { in nfs4_callback_compound()
925 status = process_op(nops, rqstp, &xdr_in, in nfs4_callback_compound()
927 nops++; in nfs4_callback_compound()
934 nops--; in nfs4_callback_compound()
938 *hdr_res.nops = htonl(nops); in nfs4_callback_compound()
Dcallback.h53 unsigned nops; member
60 __be32 *nops; member
Dnfs4xdr.c902 uint32_t nops; member
975 *p = cpu_to_be32(hdr->nops); in encode_compound_hdr()
983 hdr->nops++; in encode_op_hdr()
989 WARN_ON_ONCE(hdr->nops > NFS4_MAX_OPS); in encode_nops()
990 *hdr->nops_p = htonl(hdr->nops); in encode_nops()
2281 .nops = 0, in nfs4_xdr_enc_open_confirm()
2615 .nops = 0, in nfs4_xdr_enc_renew()
2631 .nops = 0, in nfs4_xdr_enc_setclientid()
2647 .nops = 0, in nfs4_xdr_enc_setclientid_confirm()
3056 hdr->nops = be32_to_cpup(p); in decode_compound_hdr()
[all …]
/linux-4.4.14/net/netfilter/
Dnf_tables_netdev.c117 .nops = 1,
174 nft_register_basechain(basechain, afi->nops); in nft_netdev_event()
183 nft_unregister_basechain(basechain, afi->nops); in nft_netdev_event()
Dnf_tables_inet.c37 .nops = 2,
Dnf_tables_api.c601 err = nft_register_basechain(nft_base_chain(chain), afi->nops); in nf_tables_table_enable()
616 nft_unregister_basechain(nft_base_chain(chain), afi->nops); in nf_tables_table_enable()
629 afi->nops); in nf_tables_table_disable()
1431 for (i = 0; i < afi->nops; i++) { in nf_tables_newchain()
1458 err = nf_tables_register_hooks(table, chain, afi->nops); in nf_tables_newchain()
1471 nf_tables_unregister_hooks(table, chain, afi->nops); in nf_tables_newchain()
3932 trans->ctx.afi->nops); in nf_tables_commit()
4057 trans->ctx.afi->nops); in nf_tables_abort()
/linux-4.4.14/fs/nfsd/
Dnfs4callback.c55 u32 nops; member
270 *p = cpu_to_be32(hdr->nops); /* argarray element count */ in encode_cb_compound4args()
278 BUG_ON(hdr->nops > NFS4_MAX_BACK_CHANNEL_OPS); in encode_cb_nops()
279 *hdr->nops_p = cpu_to_be32(hdr->nops); in encode_cb_nops()
306 hdr->nops = be32_to_cpup(p); in decode_cb_compound4res()
336 hdr->nops++; in encode_cb_recall4args()
371 hdr->nops++; in encode_cb_sequence4args()
586 hdr->nops++; in encode_cb_layout4args()
/linux-4.4.14/include/rdma/
Drdma_netlink.h24 int ibnl_add_client(int index, int nops,
/linux-4.4.14/net/ipv4/netfilter/
Dnf_tables_arp.c33 .nops = 1,
Dnf_tables_ipv4.c51 .nops = 1,
/linux-4.4.14/tools/perf/util/
Dprobe-finder.c178 size_t nops; in convert_variable_location() local
191 if (dwarf_getlocation_addr(&attr, addr, &op, &nops, 1) <= 0) { in convert_variable_location()
213 &nops, 1) > 0) in convert_variable_location()
219 if (nops == 0) in convert_variable_location()
657 size_t nops; in call_probe_finder() local
683 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1); in call_probe_finder()
684 if (ret <= 0 || nops == 0) { in call_probe_finder()
687 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder()
691 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) { in call_probe_finder()
Ddwarf-aux.c1039 size_t nops; in die_get_var_range() local
1058 &start, &end, &op, &nops)) > 0) { in die_get_var_range()
/linux-4.4.14/net/ipv6/netfilter/
Dnf_tables_ipv6.c50 .nops = 1,
/linux-4.4.14/net/bridge/netfilter/
Dnf_tables_bridge.c115 .nops = 1,
/linux-4.4.14/include/net/netfilter/
Dnf_tables.h878 unsigned int nops; member
/linux-4.4.14/Documentation/trace/
Dftrace-design.txt382 ftrace_graph_call location with nops
Dftrace.txt2120 scans this table and updates all the locations into nops. It
2132 if the modified code crosses cache (or page) boundaries), and the nops are
2150 as nops.
/linux-4.4.14/Documentation/
DDMA-API.txt457 guarantee that the sync points become nops.