/kernel/linux/linux-5.10/fs/autofs/ |
H A D | inode.c | 9 #include <linux/parser.h>
|
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | connection.h | 250 int (*parser)(struct connection *conn_impl, __u8 ops, member
|
/kernel/linux/linux-6.6/fs/autofs/ |
H A D | inode.c | 9 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/fs/hmdfs/comm/ |
H A D | connection.h | 250 int (*parser)(struct connection *conn_impl, __u8 ops, member
|
/kernel/linux/linux-6.6/fs/ramfs/ |
H A D | inode.c | 35 #include <linux/parser.h>
|
/kernel/linux/linux-6.6/drivers/perf/amlogic/ |
H A D | meson_g12_ddr_pmu.c | 70 PMU_FORMAT_ATTR(parser, "config1:41");
|
/kernel/linux/linux-6.6/crypto/asymmetric_keys/ |
H A D | x509_public_key.c | 11 #include <keys/asymmetric-parser.h> 278 MODULE_DESCRIPTION("X.509 certificate parser");
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
H A D | bench_htab_mem.c | 93 .parser = htab_mem_parse_arg,
|
/kernel/linux/linux-6.6/security/keys/trusted-keys/ |
H A D | trusted_core.c | 19 #include <linux/parser.h>
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | pci-common.c | 685 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 D | pci-common.c | 761 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 D | mvebu-mbus.c | 1186 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 D | trace_events.c | 1183 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 D | sock_map.c | 158 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 D | sunxi_nand.c | 1901 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 D | ovs-dpctl.py | 2076 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 D | gaudi2.c | 6644 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 D | rnbd-clt-sysfs.c | 15 #include <linux/parser.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | bench.c | 216 .parser = parse_arg, in parse_cmdline_args()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/benchs/ |
H A D | bench_ringbufs.c | 84 .parser = parse_arg,
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | simplefb.c | 25 #include <linux/parser.h>
|
/kernel/linux/linux-5.10/security/integrity/ima/ |
H A D | ima_fs.c | 22 #include <linux/parser.h>
|
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | super.c | 21 #include <linux/parser.h>
|
/kernel/linux/linux-5.10/fs/devpts/ |
H A D | inode.c | 24 #include <linux/parser.h>
|
/kernel/linux/linux-5.10/fs/adfs/ |
H A D | super.c | 9 #include <linux/parser.h>
|