Home
last modified time | relevance | path

Searched refs:parser (Results 201 - 225 of 367) sorted by relevance

12345678910>>...15

/kernel/linux/linux-5.10/fs/autofs/
H A Dinode.c9 #include <linux/parser.h>
/kernel/linux/linux-5.10/fs/hmdfs/comm/
H A Dconnection.h250 int (*parser)(struct connection *conn_impl, __u8 ops, member
/kernel/linux/linux-6.6/fs/autofs/
H A Dinode.c9 #include <linux/parser.h>
/kernel/linux/linux-6.6/fs/hmdfs/comm/
H A Dconnection.h250 int (*parser)(struct connection *conn_impl, __u8 ops, member
/kernel/linux/linux-6.6/fs/ramfs/
H A Dinode.c35 #include <linux/parser.h>
/kernel/linux/linux-6.6/drivers/perf/amlogic/
H A Dmeson_g12_ddr_pmu.c70 PMU_FORMAT_ATTR(parser, "config1:41");
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
H A Dx509_public_key.c11 #include <keys/asymmetric-parser.h>
278 MODULE_DESCRIPTION("X.509 certificate parser");
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_htab_mem.c93 .parser = htab_mem_parse_arg,
/kernel/linux/linux-6.6/security/keys/trusted-keys/
H A Dtrusted_core.c19 #include <linux/parser.h>
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dpci-common.c685 struct of_pci_range_parser parser; in pci_process_bridge_OF_ranges() local
691 if (of_pci_range_parser_init(&parser, dev)) in pci_process_bridge_OF_ranges()
695 for_each_of_pci_range(&parser, &range) { in pci_process_bridge_OF_ranges()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dpci-common.c761 struct of_pci_range_parser parser; in pci_process_bridge_OF_ranges() local
767 if (of_pci_range_parser_init(&parser, dev)) in pci_process_bridge_OF_ranges()
771 for_each_of_pci_range(&parser, &range) { in pci_process_bridge_OF_ranges()
/kernel/linux/linux-6.6/drivers/bus/
H A Dmvebu-mbus.c1186 struct of_range_parser parser; in mbus_dt_setup() local
1189 ret = of_range_parser_init(&parser, np); in mbus_dt_setup()
1193 for_each_of_range(&parser, &range) { in mbus_dt_setup()
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_events.c1183 struct trace_parser parser; in ftrace_event_write() local
1195 if (trace_parser_get_init(&parser, EVENT_BUF_SIZE + 1)) in ftrace_event_write()
1198 read = trace_get_user(&parser, ubuf, cnt, ppos); in ftrace_event_write()
1200 if (read >= 0 && trace_parser_loaded((&parser))) { in ftrace_event_write()
1203 if (*parser.buffer == '!') in ftrace_event_write()
1206 ret = ftrace_set_clr_event(tr, parser.buffer + !set, set); in ftrace_event_write()
1214 trace_parser_put(&parser); in ftrace_event_write()
/kernel/linux/linux-5.10/net/core/
H A Dsock_map.c158 if (psock->parser.enabled && stab->progs.skb_parser) in sock_map_del_link()
160 if (psock->parser.enabled && stab->progs.skb_verdict) in sock_map_del_link()
293 if (skb_parser && skb_verdict && !psock->parser.enabled) { in sock_map_link()
300 } else if (!skb_parser && skb_verdict && !psock->parser.enabled) { in sock_map_link()
497 * refs to parser/verdict progs and have their sk_data_ready in sock_map_update_common()
1019 * refs to parser/verdict progs and have their sk_data_ready in sock_hash_update_common()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dsunxi_nand.c1901 const struct nand_op_parser *parser; in sunxi_nfc_exec_op() local
1907 parser = &sunxi_nfc_op_parser; in sunxi_nfc_exec_op()
1909 parser = &sunxi_nfc_norb_op_parser; in sunxi_nfc_exec_op()
1911 return nand_op_parser_exec_op(nand, parser, op, check_only); in sunxi_nfc_exec_op()
/kernel/linux/linux-6.6/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py2076 parser = argparse.ArgumentParser()
2077 parser.add_argument(
2084 subparsers = parser.add_subparsers()
2141 args = parser.parse_args()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2.c6644 static int gaudi2_validate_cb_address(struct hl_device *hdev, struct hl_cs_parser *parser) in gaudi2_validate_cb_address() argument
6649 if (!gaudi2_is_queue_enabled(hdev, parser->hw_queue_id)) { in gaudi2_validate_cb_address()
6650 dev_err(hdev->dev, "h/w queue %d is disabled\n", parser->hw_queue_id); in gaudi2_validate_cb_address()
6656 if (hl_mem_area_inside_range((u64) (uintptr_t) parser->user_cb, in gaudi2_validate_cb_address()
6657 parser->user_cb_size, in gaudi2_validate_cb_address()
6662 if (hl_mem_area_inside_range((u64) (uintptr_t) parser->user_cb, in gaudi2_validate_cb_address()
6663 parser->user_cb_size, in gaudi2_validate_cb_address()
6669 hl_mem_area_inside_range((u64) (uintptr_t) parser->user_cb, in gaudi2_validate_cb_address()
6670 parser->user_cb_size, in gaudi2_validate_cb_address()
6676 if (hl_mem_area_inside_range((u64) (uintptr_t) parser in gaudi2_validate_cb_address()
6701 gaudi2_cs_parser(struct hl_device *hdev, struct hl_cs_parser *parser) gaudi2_cs_parser() argument
[all...]
/kernel/linux/linux-5.10/drivers/block/rnbd/
H A Drnbd-clt-sysfs.c15 #include <linux/parser.h>
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dbench.c216 .parser = parse_arg, in parse_cmdline_args()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/benchs/
H A Dbench_ringbufs.c84 .parser = parse_arg,
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dsimplefb.c25 #include <linux/parser.h>
/kernel/linux/linux-5.10/security/integrity/ima/
H A Dima_fs.c22 #include <linux/parser.h>
/kernel/linux/linux-5.10/fs/hfs/
H A Dsuper.c21 #include <linux/parser.h>
/kernel/linux/linux-5.10/fs/devpts/
H A Dinode.c24 #include <linux/parser.h>
/kernel/linux/linux-5.10/fs/adfs/
H A Dsuper.c9 #include <linux/parser.h>

Completed in 40 milliseconds

12345678910>>...15