| /linux/lib/ |
| H A D | debugobjects.c | 155 struct debug_obj *obj; in pool_move_batch() local 185 struct debug_obj *obj; in pool_push_batch() local 201 struct debug_obj *obj; in pool_pop_batch() local 226 struct debug_obj *obj; __alloc_object() local 256 struct debug_obj *obj = __alloc_object(&pcp->objects); pcpu_alloc() local 290 pcpu_free(struct debug_obj * obj) pcpu_free() argument 321 struct debug_obj *obj; free_object_list() local 368 struct debug_obj *obj; kmem_alloc_batch() local 435 struct debug_obj *obj; lookup_object() local 470 struct debug_obj *obj; alloc_object() local 534 __free_object(struct debug_obj * obj) __free_object() argument 547 free_object(struct debug_obj * obj) free_object() argument 559 struct debug_obj *obj; put_objects() local 611 debug_print_object(struct debug_obj * obj,char * msg) debug_print_object() argument 679 struct debug_obj *obj = lookup_object(addr, b); lookup_object_or_alloc() local 760 struct debug_obj *obj, o; __debug_object_init() local 833 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; debug_object_activate() local 835 struct debug_obj *obj; debug_object_activate() local 890 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; debug_object_deactivate() local 892 struct debug_obj *obj; debug_object_deactivate() local 933 struct debug_obj *obj, o; debug_object_destroy() local 980 struct debug_obj *obj, o; debug_object_free() local 1022 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; debug_object_assert_init() local 1024 struct debug_obj *obj; debug_object_assert_init() local 1063 struct debug_obj o = { .object = addr, .state = ODEBUG_STATE_NOTAVAILABLE, .descr = descr }; debug_object_active_state() local 1065 struct debug_obj *obj; debug_object_active_state() local 1100 struct debug_obj *obj, o; __debug_check_no_obj_freed() local 1227 struct self_test *obj = addr; is_static_object() local 1238 struct self_test *obj = addr; fixup_init() local 1257 struct self_test *obj = addr; fixup_activate() local 1278 struct self_test *obj = addr; fixup_destroy() local 1296 struct self_test *obj = addr; fixup_free() local 1312 struct debug_obj *obj; check_results() local 1357 static __initdata struct self_test obj = { .static_init = 0 }; global() variable 1461 struct debug_obj *obj; debug_objects_replace_static_objects() local [all...] |
| /linux/drivers/gpu/drm/armada/ |
| H A D | armada_gem.h | 12 struct drm_gem_object obj; member 24 #define drm_to_armada_gem(o) container_of(o, struct armada_gem_object, obj) argument 41 struct drm_gem_object *obj = drm_gem_object_lookup(dfile, handle); in armada_gem_object_lookup() local
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_sp.c | 51 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_init() 88 static inline int bnx2x_exe_queue_length(struct bnx2x_exe_queue_obj *o) in bnx2x_exe_queue_length() 114 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_add() 153 struct bnx2x_exe_queue_obj *o) in __bnx2x_exe_queue_reset_pending() 176 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_step() 240 static inline bool bnx2x_exe_queue_empty(struct bnx2x_exe_queue_obj *o) in bnx2x_exe_queue_empty() 258 static bool bnx2x_raw_check_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_check_pending() 263 static void bnx2x_raw_clear_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_clear_pending() 270 static void bnx2x_raw_set_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_set_pending() 327 static bool bnx2x_get_cam_offset_mac(struct bnx2x_vlan_mac_obj *o, int *offset) in bnx2x_get_cam_offset_mac() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A 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_unique(struct mlx4_zone_allocator *zones, u32 obj, u32 count) in mlx4_zone_free_entries_unique() 664 unsigned int o; in mlx4_alloc_db_from_pgdir() local 725 int o; in mlx4_db_free() local
|
| /linux/drivers/acpi/ |
| H A D | acpi_adxl.c | 41 union acpi_object *obj, *o; in adxl_dsm() local
|
| H A D | acpi_video.c | 309 union acpi_object *obj; acpi_video_device_lcd_query_levels() local 627 union acpi_object *obj; acpi_video_device_EDID() local 804 union acpi_object *obj = NULL; acpi_video_get_levels() local 806 union acpi_object *o; acpi_video_get_levels() local 1301 union acpi_object *obj; acpi_video_device_enumerate() local [all...] |
| /linux/drivers/gpu/drm/ |
| H A D | drm_lease.c | 351 int o; in validate_lease() local 385 u32 o; in fill_object_idr() local 420 struct drm_mode_object *obj = objects[o]; in fill_object_idr() local
|
| /linux/tools/net/ynl/lib/ |
| H A D | ynl-priv.h | 72 static inline bool ynl_dump_obj_is_last(void *obj) in ynl_dump_obj_is_last() 80 static inline void *ynl_dump_obj_next(void *obj) in ynl_dump_obj_next() 259 bool o; in __ynl_attr_put_overflow() local
|
| /linux/tools/objtool/ |
| H A D | elf.c | 80 elf_hash_for_each_possible(name,obj,member,key) global() argument 343 unsigned long o; find_reloc_by_dest_range() local
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_sockmap.c | 191 test_start_subtest(const struct _test * t,struct sockmap_options * o) test_start_subtest() argument 1947 struct bpf_object *obj; populate_progs() local [all...] |
| /linux/include/net/netfilter/ |
| H A D | nf_tables.h | 526 #define to_set_type(o) container_of(o, struct nft_set_type, ops) argument 1395 static inline void *nft_obj_data(const struct nft_object *obj) in nft_obj_data() 1827 struct nft_object *obj; member
|
| /linux/sound/pci/asihpi/ |
| H A D | hpi_internal.h | 378 #define HPI_FUNC_ID(obj, i) (HPI_OBJ_##obj * HPI_OBJ_FUNCTION_SPACING + i) argument 981 struct hpi_profile_res_open o; member
|