| /kernel/linux/linux-6.6/net/phonet/ |
| H A D | socket.c | 57 static struct hlist_head *pn_hash_list(u16 obj) in pn_hash_list() argument 70 u16 obj = pn_sockaddr_get_object(spn); in pn_find_sock_by_sa() local
|
| /kernel/linux/linux-6.6/net/netfilter/ |
| H A D | nft_ct.c | 901 static void nft_ct_timeout_obj_eval(struct nft_object *obj, in nft_ct_timeout_obj_eval() argument 935 nft_ct_timeout_obj_init(const struct nft_ctx *ctx, const struct nlattr * const tb[], struct nft_object *obj) nft_ct_timeout_obj_init() argument 991 nft_ct_timeout_obj_destroy(const struct nft_ctx *ctx, struct nft_object *obj) nft_ct_timeout_obj_destroy() argument 1002 nft_ct_timeout_obj_dump(struct sk_buff *skb, struct nft_object *obj, bool reset) nft_ct_timeout_obj_dump() argument 1051 nft_ct_helper_obj_init(const struct nft_ctx *ctx, const struct nlattr * const tb[], struct nft_object *obj) nft_ct_helper_obj_init() argument 1124 nft_ct_helper_obj_destroy(const struct nft_ctx *ctx, struct nft_object *obj) nft_ct_helper_obj_destroy() argument 1137 nft_ct_helper_obj_eval(struct nft_object *obj, struct nft_regs *regs, const struct nft_pktinfo *pkt) nft_ct_helper_obj_eval() argument 1177 nft_ct_helper_obj_dump(struct sk_buff *skb, struct nft_object *obj, bool reset) nft_ct_helper_obj_dump() argument 1240 nft_ct_expect_obj_init(const struct nft_ctx *ctx, const struct nlattr * const tb[], struct nft_object *obj) nft_ct_expect_obj_init() argument 1287 nft_ct_expect_obj_destroy(const struct nft_ctx *ctx, struct nft_object *obj) nft_ct_expect_obj_destroy() argument 1293 nft_ct_expect_obj_dump(struct sk_buff *skb, struct nft_object *obj, bool reset) nft_ct_expect_obj_dump() argument 1308 nft_ct_expect_obj_eval(struct nft_object *obj, struct nft_regs *regs, const struct nft_pktinfo *pkt) nft_ct_expect_obj_eval() argument [all...] |
| H A D | nft_meta.c | 935 static void nft_secmark_obj_eval(struct nft_object *obj, struct nft_regs *regs, in nft_secmark_obj_eval() argument 969 static int nft_secmark_obj_dump(struct sk_buff *skb, struct nft_object *obj, in nft_secmark_obj_dump() argument 987 static void nft_secmark_obj_destroy(const struct nft_ctx *ctx, struct nft_object *obj) in nft_secmark_obj_destroy() argument 944 nft_secmark_obj_init(const struct nft_ctx *ctx, const struct nlattr * const tb[], struct nft_object *obj) nft_secmark_obj_init() argument
|
| /kernel/linux/linux-6.6/net/switchdev/ |
| H A D | switchdev.c | 208 static size_t switchdev_obj_size(const struct switchdev_obj *obj) in switchdev_obj_size() argument 250 const struct switchdev_obj *obj = data; in switchdev_port_obj_add_deferred() local 223 switchdev_port_obj_notify(enum switchdev_notifier_type nt, struct net_device *dev, const struct switchdev_obj *obj, struct netlink_ext_ack *extack) switchdev_port_obj_notify() argument 263 switchdev_port_obj_add_defer(struct net_device *dev, const struct switchdev_obj *obj) switchdev_port_obj_add_defer() argument 280 switchdev_port_obj_add(struct net_device *dev, const struct switchdev_obj *obj, struct netlink_ext_ack *extack) switchdev_port_obj_add() argument 292 switchdev_port_obj_del_now(struct net_device *dev, const struct switchdev_obj *obj) switchdev_port_obj_del_now() argument 302 const struct switchdev_obj *obj = data; switchdev_port_obj_del_deferred() local 313 switchdev_port_obj_del_defer(struct net_device *dev, const struct switchdev_obj *obj) switchdev_port_obj_del_defer() argument 329 switchdev_port_obj_del(struct net_device *dev, const struct switchdev_obj *obj) switchdev_port_obj_del() argument 351 switchdev_port_obj_act_is_deferred(struct net_device *dev, enum switchdev_notifier_type nt, const struct switchdev_obj *obj) switchdev_port_obj_act_is_deferred() argument 608 __switchdev_handle_port_obj_add(struct net_device *dev, struct switchdev_notifier_port_obj_info *port_obj_info, bool (*check_cb)(const struct net_device *dev), bool (*foreign_dev_check_cb)(const struct net_device *dev, const struct net_device *foreign_dev), int (*add_cb)(struct net_device *dev, const void *ctx, const struct switchdev_obj *obj, struct netlink_ext_ack *extack)) __switchdev_handle_port_obj_add() argument 683 switchdev_handle_port_obj_add(struct net_device *dev, struct switchdev_notifier_port_obj_info *port_obj_info, bool (*check_cb)(const struct net_device *dev), int (*add_cb)(struct net_device *dev, const void *ctx, const struct switchdev_obj *obj, struct netlink_ext_ack *extack)) switchdev_handle_port_obj_add() argument 704 switchdev_handle_port_obj_add_foreign(struct net_device *dev, struct switchdev_notifier_port_obj_info *port_obj_info, bool (*check_cb)(const struct net_device *dev), bool (*foreign_dev_check_cb)(const struct net_device *dev, const struct net_device *foreign_dev), int (*add_cb)(struct net_device *dev, const void *ctx, const struct switchdev_obj *obj, struct netlink_ext_ack *extack)) switchdev_handle_port_obj_add_foreign() argument 723 __switchdev_handle_port_obj_del(struct net_device *dev, struct switchdev_notifier_port_obj_info *port_obj_info, bool (*check_cb)(const struct net_device *dev), bool (*foreign_dev_check_cb)(const struct net_device *dev, const struct net_device *foreign_dev), int (*del_cb)(struct net_device *dev, const void *ctx, const struct switchdev_obj *obj)) __switchdev_handle_port_obj_del() argument 794 switchdev_handle_port_obj_del(struct net_device *dev, struct switchdev_notifier_port_obj_info *port_obj_info, bool (*check_cb)(const struct net_device *dev), int (*del_cb)(struct net_device *dev, const void *ctx, const struct switchdev_obj *obj)) switchdev_handle_port_obj_del() argument 814 switchdev_handle_port_obj_del_foreign(struct net_device *dev, struct switchdev_notifier_port_obj_info *port_obj_info, bool (*check_cb)(const struct net_device *dev), bool (*foreign_dev_check_cb)(const struct net_device *dev, const struct net_device *foreign_dev), int (*del_cb)(struct net_device *dev, const void *ctx, const struct switchdev_obj *obj)) switchdev_handle_port_obj_del_foreign() argument [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| H A D | core_reloc.c | 1007 struct bpf_object *obj; in run_core_reloc_tests() local
|
| H A D | select_reuseport.c | 41 static struct bpf_object *obj; variable [all...] |
| H A D | verifier.c | 188 static int init_test_val_map(struct bpf_object *obj, char *map_name) in init_test_val_map() argument 212 static int init_array_access_maps(struct bpf_object *obj) in init_array_access_maps() argument 224 static int init_value_ptr_arith_maps(struct bpf_object *obj) in init_value_ptr_arith_maps() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| H A D | test_progs.h | 436 struct bpf_object *obj; member
|
| H A D | test_loader.c | 648 struct bpf_object *obj = NULL; in process_subtest() local 160 parse_test_spec(struct test_loader *tester, struct bpf_object *obj, struct bpf_program *prog, struct test_spec *spec) parse_test_spec() argument 341 prepare_case(struct test_loader *tester, struct test_spec *spec, struct bpf_object *obj, struct bpf_program *prog) prepare_case() argument 378 validate_case(struct test_loader *tester, struct test_subspec *subspec, struct bpf_object *obj, struct bpf_program *prog, int load_err) validate_case() argument [all...] |
| /kernel/linux/linux-6.6/sound/oss/dmasound/ |
| H A D | dmasound_atari.c | 837 static void AtaFree(void *obj, unsigned int size) in AtaFree() argument
|
| /kernel/linux/linux-6.6/lib/ |
| H A D | objagg.c | 31 unsigned long obj[]; member 35 objagg_hints_lookup(struct objagg_hints *objagg_hints, void *obj) in objagg_hints_lookup() argument 69 unsigned long obj[]; member 158 static struct objagg_obj *objagg_obj_lookup(struct objagg *objagg, void *obj) in objagg_obj_lookup() argument 364 objagg_obj_create(struct objagg *objagg, void *obj) objagg_obj_create() argument 397 __objagg_obj_get(struct objagg *objagg, void *obj) __objagg_obj_get() argument 437 objagg_obj_get(struct objagg *objagg, void *obj) objagg_obj_get() argument 906 objagg_hints_obj_cmp(struct rhashtable_compare_arg *arg, const void *obj) objagg_hints_obj_cmp() argument [all...] |
| H A D | rhashtable.c | 490 rhashtable_lookup_one(struct rhashtable *ht, struct rhash_lock_head __rcu **bkt, struct bucket_table *tbl, unsigned int hash, const void *key, struct rhash_head *obj) rhashtable_lookup_one() argument 541 rhashtable_insert_one( struct rhashtable *ht, struct rhash_lock_head __rcu **bkt, struct bucket_table *tbl, unsigned int hash, struct rhash_head *obj, void *data) rhashtable_insert_one() argument 590 rhashtable_try_insert(struct rhashtable *ht, const void *key, struct rhash_head *obj) rhashtable_try_insert() argument 633 rhashtable_insert_slow(struct rhashtable *ht, const void *key, struct rhash_head *obj) rhashtable_insert_slow() argument 1100 rhashtable_free_one(struct rhashtable *ht, struct rhash_head *obj, void (*free_fn)(void *ptr, void *arg), void *arg) rhashtable_free_one() argument [all...] |
| H A D | test_objagg.c | 90 static bool delta_check(void *priv, const void *parent_obj, const void *obj) in delta_check() argument 99 static void *delta_create(void *priv, void *parent_obj, void *obj) in delta_create() argument 127 static void *root_create(void *priv, void *obj, unsigned int id) in root_create() argument 286 static void *delta_create_dummy(void *priv, void *parent_obj, void *obj) in delta_create_dummy() argument 280 delta_check_dummy(void *priv, const void *parent_obj, const void *obj) delta_check_dummy() argument
|
| /kernel/linux/linux-6.6/tools/bpf/resolve_btfids/ |
| H A D | main.c | 259 static struct btf_id *add_set(struct object *obj, char *name, bool is_set8) in add_set() argument 328 static int elf_collect(struct object *obj) in elf_collect() argument 421 symbols_collect(struct object *obj) symbols_collect() argument 523 symbols_resolve(struct object *obj) symbols_resolve() argument 613 id_patch(struct object *obj, struct btf_id *id) id_patch() argument 643 __symbols_patch(struct object *obj, struct rb_root *root) __symbols_patch() argument 667 sets_patch(struct object *obj) sets_patch() argument 729 symbols_patch(struct object *obj) symbols_patch() argument 766 struct object obj = { main() local [all...] |
| /kernel/linux/linux-6.6/net/bridge/ |
| H A D | br_switchdev.c | 680 struct switchdev_obj *obj, *tmp; br_switchdev_mdb_replay() local [all...] |
| /kernel/linux/linux-6.6/net/sched/ |
| H A D | cls_bpf.c | 151 struct cls_bpf_prog *obj; in cls_bpf_offload_cmd() local
|
| /kernel/linux/linux-5.10/drivers/gpio/ |
| H A D | gpiolib-acpi.c | 1270 static int acpi_gpio_package_count(const union acpi_object *obj) in acpi_gpio_package_count() argument 1316 const union acpi_object *obj; in acpi_gpio_count() local
|
| /kernel/linux/linux-5.10/drivers/acpi/ |
| H A D | processor_idle.c | 888 static int obj_get_integer(union acpi_object *obj, u32 *value) in obj_get_integer() argument 943 union acpi_object *element, *pkg_elem, *obj; in acpi_processor_evaluate_lpi() local [all...] |
| H A D | sleep.c | 827 union acpi_object *obj; in lpi_device_get_constraints() local
|
| H A D | property.c | 490 acpi_data_get_property(const struct acpi_device_data *data, const char *name, acpi_object_type type, const union acpi_object **obj) acpi_data_get_property() argument 537 acpi_dev_get_property(const struct acpi_device *adev, const char *name, acpi_object_type type, const union acpi_object **obj) acpi_dev_get_property() argument 590 acpi_data_get_property_array(const struct acpi_device_data *data, const char *name, acpi_object_type type, const union acpi_object **obj) acpi_data_get_property_array() argument 676 const union acpi_object *obj; __acpi_node_get_property_reference() local 797 const union acpi_object *obj; acpi_data_prop_read_single() local 949 const union acpi_object *obj; acpi_data_prop_read() local [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_amdkfd_gpuvm.c | 1657 struct drm_gem_object *obj; in amdgpu_amdkfd_gpuvm_import_dmabuf() local
|
| /kernel/linux/linux-5.10/drivers/base/ |
| H A D | node.c | 673 struct device *obj; in register_cpu_under_node() local 745 struct device *obj; in unregister_cpu_under_node() local [all...] |
| /kernel/linux/linux-5.10/arch/parisc/kernel/ |
| H A D | drivers.c | 62 void * obj; member
|
| /kernel/linux/linux-5.10/drivers/bluetooth/ |
| H A D | hci_bcm.c | 954 const union acpi_object *obj; in bcm_apple_get_resources() local
|
| /kernel/linux/linux-5.10/drivers/char/tpm/ |
| H A D | tpm_crb.c | 315 union acpi_object *obj; in crb_do_acpi_start() local
|