/linux-5.10/tools/bpf/resolve_btfids/ |
D | main.c | 230 static struct btf_id *add_set(struct object *obj, char *name) in add_set() 294 static int elf_collect(struct object *obj) in elf_collect() 378 static int symbols_collect(struct object *obj) in symbols_collect() 467 static int symbols_resolve(struct object *obj) in symbols_resolve() 540 static int id_patch(struct object *obj, struct btf_id *id) in id_patch() 571 static int __symbols_patch(struct object *obj, struct rb_root *root) in __symbols_patch() 595 static int sets_patch(struct object *obj) in sets_patch() 633 static int symbols_patch(struct object *obj) in symbols_patch() 668 struct object obj = { in main() local
|
/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
D | alloc.c | 46 u32 obj; in mlx4_bitmap_alloc() local 74 void mlx4_bitmap_free(struct mlx4_bitmap *bitmap, u32 obj, int use_rr) in mlx4_bitmap_free() 112 u32 obj; in mlx4_bitmap_alloc_range() local 152 static u32 mlx4_bitmap_masked_value(struct mlx4_bitmap *bitmap, u32 obj) in mlx4_bitmap_masked_value() 157 void mlx4_bitmap_free_range(struct mlx4_bitmap *bitmap, u32 obj, int cnt, in mlx4_bitmap_free_range() 418 static void __mlx4_free_from_zone(struct mlx4_zone_entry *zone, u32 obj, in __mlx4_free_from_zone() 479 struct mlx4_zone_allocator *zones, u32 obj) in __mlx4_find_zone_by_uid_unique() 529 u32 mlx4_zone_free_entries(struct mlx4_zone_allocator *zones, u32 uid, u32 obj, u32 count) in mlx4_zone_free_entries() 551 u32 mlx4_zone_free_entries_unique(struct mlx4_zone_allocator *zones, u32 obj, u32 count) in mlx4_zone_free_entries_unique()
|
/linux-5.10/drivers/gpu/drm/qxl/ |
D | qxl_gem.c | 49 struct drm_gem_object **obj) in qxl_gem_object_create() 104 int qxl_gem_object_open(struct drm_gem_object *obj, struct drm_file *file_priv) in qxl_gem_object_open() 109 void qxl_gem_object_close(struct drm_gem_object *obj, in qxl_gem_object_close()
|
/linux-5.10/include/linux/ |
D | rhashtable.h | 387 struct rhash_head *obj) in rht_assign_locked() 396 struct rhash_head *obj) in rht_assign_unlock() 572 const void *obj) in rhashtable_compare() 661 void *obj; in rhashtable_lookup_fast() local 698 struct rhashtable *ht, const void *key, struct rhash_head *obj, in __rhashtable_insert_fast() 820 struct rhashtable *ht, struct rhash_head *obj, in rhashtable_insert_fast() 897 struct rhashtable *ht, struct rhash_head *obj, in rhashtable_lookup_insert_fast() 924 struct rhashtable *ht, struct rhash_head *obj, in rhashtable_lookup_get_insert_fast() 951 struct rhashtable *ht, const void *key, struct rhash_head *obj, in rhashtable_lookup_insert_key() 977 struct rhashtable *ht, const void *key, struct rhash_head *obj, in rhashtable_lookup_get_insert_key() [all …]
|
D | livepatch.h | 176 #define klp_for_each_object_static(patch, obj) \ argument 179 #define klp_for_each_object_safe(patch, obj, tmp_obj) \ argument 182 #define klp_for_each_object(patch, obj) \ argument 185 #define klp_for_each_func_static(obj, func) \ argument 190 #define klp_for_each_func_safe(obj, func, tmp_func) \ argument 193 #define klp_for_each_func(obj, func) \ argument
|
/linux-5.10/net/netfilter/ |
D | nft_limit.c | 239 static void nft_limit_obj_pkts_eval(struct nft_object *obj, in nft_limit_obj_pkts_eval() 251 struct nft_object *obj) in nft_limit_obj_pkts_init() 265 struct nft_object *obj, in nft_limit_obj_pkts_dump() 282 static void nft_limit_obj_bytes_eval(struct nft_object *obj, in nft_limit_obj_bytes_eval() 295 struct nft_object *obj) in nft_limit_obj_bytes_init() 303 struct nft_object *obj, in nft_limit_obj_bytes_dump()
|
D | nft_synproxy.c | 301 struct nft_object *obj) in nft_synproxy_obj_init() 309 struct nft_object *obj) in nft_synproxy_obj_destroy() 315 struct nft_object *obj, bool reset) in nft_synproxy_obj_dump() 322 static void nft_synproxy_obj_eval(struct nft_object *obj, in nft_synproxy_obj_eval() 331 static void nft_synproxy_obj_update(struct nft_object *obj, in nft_synproxy_obj_update()
|
D | nft_quota.c | 49 static void nft_quota_obj_eval(struct nft_object *obj, in nft_quota_obj_eval() 102 struct nft_object *obj) in nft_quota_obj_init() 109 static void nft_quota_obj_update(struct nft_object *obj, in nft_quota_obj_update() 157 static int nft_quota_obj_dump(struct sk_buff *skb, struct nft_object *obj, in nft_quota_obj_dump()
|
/linux-5.10/drivers/gpu/drm/etnaviv/ |
D | etnaviv_gem_submit.c | 66 struct drm_gem_object *obj; in submit_lookup_objects() local 114 struct drm_gem_object *obj = &submit->bos[i].obj->base; in submit_unlock_object() local 128 struct drm_gem_object *obj = &submit->bos[i].obj->base; in submit_lock_objects() local 158 struct drm_gem_object *obj; in submit_lock_objects() local 211 struct drm_gem_object *obj = &submit->bos[i].obj->base; in submit_attach_object_fences() local
|
/linux-5.10/drivers/infiniband/hw/hns/ |
D | hns_roce_alloc.c | 39 int hns_roce_bitmap_alloc(struct hns_roce_bitmap *bitmap, unsigned long *obj) in hns_roce_bitmap_alloc() 66 void hns_roce_bitmap_free(struct hns_roce_bitmap *bitmap, unsigned long obj, in hns_roce_bitmap_free() 73 int align, unsigned long *obj) in hns_roce_bitmap_alloc_range() 112 unsigned long obj, int cnt, in hns_roce_bitmap_free_range()
|
/linux-5.10/drivers/gpu/drm/virtio/ |
D | virtgpu_gem.c | 38 struct virtio_gpu_object *obj; in virtio_gpu_gem_create() local 112 int virtio_gpu_gem_object_open(struct drm_gem_object *obj, in virtio_gpu_gem_object_open() 134 void virtio_gpu_gem_object_close(struct drm_gem_object *obj, in virtio_gpu_gem_object_close() 195 struct drm_gem_object *obj) in virtio_gpu_array_add_obj()
|
/linux-5.10/drivers/gpu/drm/i915/gem/ |
D | i915_gem_stolen.c | 534 static int i915_gem_object_get_pages_stolen(struct drm_i915_gem_object *obj) in i915_gem_object_get_pages_stolen() 548 static void i915_gem_object_put_pages_stolen(struct drm_i915_gem_object *obj, in i915_gem_object_put_pages_stolen() 557 i915_gem_object_release_stolen(struct drm_i915_gem_object *obj) in i915_gem_object_release_stolen() 582 struct drm_i915_gem_object *obj; in __i915_gem_object_create_stolen() local 618 struct drm_i915_gem_object *obj; in _i915_gem_object_create_stolen() local 696 struct drm_i915_gem_object *obj; in i915_gem_object_create_stolen_for_preallocated() local
|
D | i915_gem_lmem.c | 20 bool i915_gem_object_is_lmem(struct drm_i915_gem_object *obj) in i915_gem_object_is_lmem() 41 struct drm_i915_gem_object *obj; in __i915_gem_lmem_object_create() local
|
D | i915_gem_wait.c | 132 i915_gem_object_wait_priority(struct drm_i915_gem_object *obj, in i915_gem_object_wait_priority() 172 i915_gem_object_wait(struct drm_i915_gem_object *obj, in i915_gem_object_wait() 233 struct drm_i915_gem_object *obj; in i915_gem_wait_ioctl() local
|
/linux-5.10/fs/fscache/ |
D | object-list.c | 43 void fscache_objlist_add(struct fscache_object *obj) in fscache_objlist_add() 73 void fscache_objlist_remove(struct fscache_object *obj) in fscache_objlist_remove() 91 struct fscache_object *pobj, *obj = NULL, *minobj = NULL; in fscache_objlist_lookup() local 164 struct fscache_object *obj = v; in fscache_objlist_show() local
|
/linux-5.10/drivers/gpu/drm/vc4/ |
D | vc4_bo.c | 164 struct drm_gem_object *obj = &bo->base.base; in vc4_bo_destroy() local 286 static void vc4_bo_purge(struct drm_gem_object *obj) in vc4_bo_purge() 309 struct drm_gem_object *obj = &bo->base.base; in vc4_bo_userspace_cache_purge() local 658 struct dma_buf * vc4_prime_export(struct drm_gem_object *obj, int flags) in vc4_prime_export() 690 struct drm_gem_object *obj = vma->vm_private_data; in vc4_fault() local 758 int vc4_prime_mmap(struct drm_gem_object *obj, struct vm_area_struct *vma) in vc4_prime_mmap() 770 void *vc4_prime_vmap(struct drm_gem_object *obj) in vc4_prime_vmap() 787 struct drm_gem_object *obj; in vc4_prime_import_sg_table() local
|
/linux-5.10/drivers/infiniband/hw/cxgb4/ |
D | id_table.c | 47 u32 obj; in c4iw_id_alloc() local 71 void c4iw_id_free(struct c4iw_id_table *alloc, u32 obj) in c4iw_id_free()
|
/linux-5.10/tools/perf/util/ |
D | bpf-loader.c | 54 struct bpf_object *obj; in bpf__prepare_load_buffer() local 72 struct bpf_object *obj; in bpf__prepare_load() local 113 struct bpf_object *obj, *tmp; in bpf__clear() local 626 int bpf__probe(struct bpf_object *obj) in bpf__probe() 687 int bpf__unprobe(struct bpf_object *obj) in bpf__unprobe() 727 int bpf__load(struct bpf_object *obj) in bpf__load() 741 int bpf__foreach_event(struct bpf_object *obj, in bpf__foreach_event() 1165 bpf__obj_config_map(struct bpf_object *obj, in bpf__obj_config_map() 1224 int bpf__config_obj(struct bpf_object *obj, in bpf__config_obj() 1484 apply_obj_config_object(struct bpf_object *obj) in apply_obj_config_object() [all …]
|
/linux-5.10/drivers/net/can/c_can/ |
D | c_can.c | 255 static void c_can_obj_update(struct net_device *dev, int iface, u32 cmd, u32 obj) in c_can_obj_update() 272 u32 obj, u32 cmd) in c_can_object_get() 278 u32 obj, u32 cmd) in c_can_object_put() 288 static void c_can_inval_tx_object(struct net_device *dev, int iface, int obj) in c_can_inval_tx_object() 296 static void c_can_inval_msg_object(struct net_device *dev, int iface, int obj) in c_can_inval_msg_object() 329 u32 obj = idx + C_CAN_MSG_OBJ_TX_FIRST; in c_can_setup_tx_object() local 439 u32 obj, u32 mask, u32 id, u32 mcont) in c_can_setup_receive_object() 458 u32 idx, obj; in c_can_start_xmit() local 727 u32 idx, obj, pkts = 0, bytes = 0, pend, clr; in c_can_do_tx() local 787 struct c_can_priv *priv, u32 obj) in c_can_rx_object_get() [all …]
|
/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
D | fexit_bpf2bpf.c | 9 static int check_data_map(struct bpf_object *obj, int prog_cnt, bool reset) in check_data_map() 60 struct bpf_object *obj = NULL, *tgt_obj; in test_fexit_bpf2bpf_common() local 182 static int test_second_attach(struct bpf_object *obj) in test_second_attach() 308 struct bpf_object *obj = NULL, *pkt_obj; in test_obj_load_failure_common() local
|
/linux-5.10/include/drm/ |
D | drm_syncobj.h | 76 drm_syncobj_get(struct drm_syncobj *obj) in drm_syncobj_get() 86 drm_syncobj_put(struct drm_syncobj *obj) in drm_syncobj_put()
|
/linux-5.10/drivers/gpu/drm/i915/ |
D | i915_vma.c | 103 vma_create(struct drm_i915_gem_object *obj, in vma_create() 233 vma_lookup(struct drm_i915_gem_object *obj, in vma_lookup() 271 i915_vma_instance(struct drm_i915_gem_object *obj, in i915_vma_instance() 511 struct drm_i915_gem_object *obj; in i915_vma_unpin_and_release() local 1107 struct drm_i915_gem_object *obj = vma->obj; in i915_vma_release() local 1130 struct drm_i915_gem_object *obj = vma->obj; in i915_vma_parked() local 1149 struct drm_i915_gem_object *obj = vma->obj; in i915_vma_parked() local 1218 struct drm_i915_gem_object *obj = vma->obj; in i915_vma_move_to_active() local
|
/linux-5.10/drivers/hwtracing/coresight/ |
D | coresight-platform.c | 356 static inline bool is_acpi_guid(const union acpi_object *obj) in is_acpi_guid() 365 static inline bool acpi_guid_matches(const union acpi_object *obj, in acpi_guid_matches() 372 static inline bool is_acpi_dsd_graph_guid(const union acpi_object *obj) in is_acpi_dsd_graph_guid() 377 static inline bool is_acpi_coresight_graph_guid(const union acpi_object *obj) in is_acpi_coresight_graph_guid() 382 static inline bool is_acpi_coresight_graph(const union acpi_object *obj) in is_acpi_coresight_graph() 503 const union acpi_object *obj = &graph->package.elements[i]; in acpi_validate_dsd_graph() local
|
/linux-5.10/drivers/infiniband/hw/vmw_pvrdma/ |
D | pvrdma_doorbell.c | 87 u32 obj; in pvrdma_uar_alloc() local 119 u32 obj; in pvrdma_uar_free() local
|
/linux-5.10/drivers/gpu/drm/i915/gem/selftests/ |
D | i915_gem_object.c | 16 struct drm_i915_gem_object *obj; in igt_gem_object() local 38 struct drm_i915_gem_object *obj; in igt_gem_huge() local
|