/linux-4.1.27/tools/perf/arch/powerpc/util/ |
D | skip-callchain-idx.c | 51 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.1.27/drivers/infiniband/core/ |
D | netlink.c | 44 int nops; member 52 int ibnl_add_client(int index, int nops, in ibnl_add_client() argument 63 nl_client->nops = nops; in ibnl_add_client() 150 if (op < 0 || op >= client->nops || in ibnl_rcv_msg()
|
/linux-4.1.27/fs/nfs/ |
D | callback_xdr.c | 178 hdr->nops = ntohl(*p); in decode_compound_hdr_arg() 180 hdr->minorversion, hdr->nops); in decode_compound_hdr_arg() 637 hdr->nops = xdr_reserve_space(xdr, 4); in encode_compound_hdr_res() 638 if (unlikely(hdr->nops == NULL)) in encode_compound_hdr_res() 902 unsigned int nops = 0; in nfs4_callback_compound() local 927 while (status == 0 && nops != hdr_arg.nops) { in nfs4_callback_compound() 928 status = process_op(nops, rqstp, &xdr_in, in nfs4_callback_compound() 930 nops++; in nfs4_callback_compound() 937 nops--; in nfs4_callback_compound() 941 *hdr_res.nops = htonl(nops); in nfs4_callback_compound()
|
D | callback.h | 53 unsigned nops; member 60 __be32 *nops; member
|
D | nfs4xdr.c | 899 uint32_t nops; member 972 *p = cpu_to_be32(hdr->nops); in encode_compound_hdr() 980 hdr->nops++; in encode_op_hdr() 986 WARN_ON_ONCE(hdr->nops > NFS4_MAX_OPS); in encode_nops() 987 *hdr->nops_p = htonl(hdr->nops); in encode_nops() 2264 .nops = 0, in nfs4_xdr_enc_open_confirm() 2601 .nops = 0, in nfs4_xdr_enc_renew() 2617 .nops = 0, in nfs4_xdr_enc_setclientid() 2633 .nops = 0, in nfs4_xdr_enc_setclientid_confirm() 3042 hdr->nops = be32_to_cpup(p); in decode_compound_hdr() [all …]
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4callback.c | 55 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.1.27/include/rdma/ |
D | rdma_netlink.h | 24 int ibnl_add_client(int index, int nops,
|
/linux-4.1.27/tools/perf/util/ |
D | probe-finder.c | 175 size_t nops; in convert_variable_location() local 188 if (dwarf_getlocation_addr(&attr, addr, &op, &nops, 1) <= 0) { in convert_variable_location() 200 &nops, 1) > 0) in convert_variable_location() 206 if (nops == 0) in convert_variable_location() 654 size_t nops; in call_probe_finder() local 674 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1); in call_probe_finder() 675 if (ret <= 0 || nops == 0) { in call_probe_finder() 678 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder() 682 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) { in call_probe_finder()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_tables_arp.c | 33 .nops = 1,
|
D | nf_tables_ipv4.c | 51 .nops = 1,
|
/linux-4.1.27/net/netfilter/ |
D | nf_tables_inet.c | 37 .nops = 2,
|
D | nf_tables_api.c | 563 err = nf_register_hooks(nft_base_chain(chain)->ops, afi->nops); in nf_tables_table_enable() 578 nf_unregister_hooks(nft_base_chain(chain)->ops, afi->nops); in nf_tables_table_enable() 591 afi->nops); in nf_tables_table_disable() 1356 for (i = 0; i < afi->nops; i++) { in nf_tables_newchain() 1385 err = nf_register_hooks(nft_base_chain(chain)->ops, afi->nops); in nf_tables_newchain() 1399 nf_tables_unregister_hooks(table, chain, afi->nops); in nf_tables_newchain() 3864 trans->ctx.afi->nops); in nf_tables_commit() 3988 trans->ctx.afi->nops); in nf_tables_abort()
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | nf_tables_ipv6.c | 50 .nops = 1,
|
/linux-4.1.27/net/bridge/netfilter/ |
D | nf_tables_bridge.c | 117 .nops = 1,
|
/linux-4.1.27/include/net/netfilter/ |
D | nf_tables.h | 851 unsigned int nops; member
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace-design.txt | 382 ftrace_graph_call location with nops
|
D | ftrace.txt | 2084 scans this table and updates all the locations into nops. It 2096 if the modified code crosses cache (or page) boundaries), and the nops are 2114 as nops.
|
/linux-4.1.27/Documentation/ |
D | DMA-API.txt | 463 guarantee that the sync points become nops.
|