| /Linux-v5.4/include/linux/ | 
| D | kref.h | 19 struct kref {  struct27  * @kref: object in question.  argument
 29 static inline void kref_init(struct kref *kref)  in kref_init()
 34 static inline unsigned int kref_read(const struct kref *kref)  in kref_read()
 43 static inline void kref_get(struct kref *kref)  in kref_get()
 62 static inline int kref_put(struct kref *kref, void (*release)(struct kref *kref))  in kref_put()
 71 static inline int kref_put_mutex(struct kref *kref,  in kref_put_mutex()
 72 				 void (*release)(struct kref *kref),  in kref_put_mutex()
 82 static inline int kref_put_lock(struct kref *kref,  in kref_put_lock()
 83 				void (*release)(struct kref *kref),  in kref_put_lock()
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/ | 
| D | dc_surface.c | 191 static void dc_plane_state_free(struct kref *kref)  in dc_plane_state_free()208 static void dc_gamma_free(struct kref *kref)  in dc_gamma_free()
 239 static void dc_transfer_func_free(struct kref *kref)  in dc_transfer_func_free()
 266 static void dc_3dlut_func_free(struct kref *kref)  in dc_3dlut_func_free()
 
 | 
| D | dc_sink.c | 75 static void dc_sink_free(struct kref *kref)  in dc_sink_free()
 | 
| /Linux-v5.4/security/integrity/ | 
| D | digsig_asymmetric.c | 35 		key_ref_t kref;  in request_asymmetric_key()  local47 		key_ref_t kref;  in request_asymmetric_key()  local
 
 | 
| /Linux-v5.4/drivers/usb/core/ | 
| D | file.c | 61 	struct kref kref;  member105 static void release_usb_class(struct kref *kref)  in release_usb_class()
 
 | 
| /Linux-v5.4/drivers/acpi/ | 
| D | acpi_ipmi.c | 40 	struct kref kref;  member83 	struct kref kref;  member
 148 static void ipmi_dev_release_kref(struct kref *kref)  in ipmi_dev_release_kref()
 218 static void ipmi_msg_release_kref(struct kref *kref)  in ipmi_msg_release_kref()
 
 | 
| /Linux-v5.4/drivers/media/cec/ | 
| D | cec-notifier.c | 23 	struct kref kref;  member74 static void cec_notifier_release(struct kref *kref)  in cec_notifier_release()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/vmwgfx/ | 
| D | ttm_object.c | 125 	struct kref kref;  member140 static void ttm_object_file_destroy(struct kref *kref)  in ttm_object_file_destroy()
 198 static void ttm_release_base(struct kref *kref)  in ttm_release_base()
 420 ttm_ref_object_release(struct kref *kref)  in ttm_ref_object_release()
 
 | 
| /Linux-v5.4/net/ceph/ | 
| D | buffer.c | 34 void ceph_buffer_release(struct kref *kref)  in ceph_buffer_release()
 | 
| /Linux-v5.4/include/linux/ceph/ | 
| D | buffer.h | 17 	struct kref kref;  member
 | 
| D | string_table.h | 11 	struct kref kref;  member
 | 
| /Linux-v5.4/net/can/j1939/ | 
| D | main.c | 148 static void __j1939_priv_release(struct kref *kref)  in __j1939_priv_release()199 static void __j1939_rx_release(struct kref *kref)  in __j1939_rx_release()
 
 | 
| /Linux-v5.4/arch/powerpc/platforms/cell/ | 
| D | spu_notify.c | 41 void spu_set_profile_private_kref(struct spu_context *ctx,  in spu_set_profile_private_kref()
 | 
| /Linux-v5.4/arch/powerpc/platforms/cell/spufs/ | 
| D | gang.c | 33 static void destroy_spu_gang(struct kref *kref)  in destroy_spu_gang()
 | 
| D | context.c | 69 void destroy_spu_context(struct kref *kref)  in destroy_spu_context()
 | 
| /Linux-v5.4/drivers/hid/ | 
| D | hid-cougar.c | 70 	struct kref kref;  member133 static void cougar_release_shared_data(struct kref *kref)  in cougar_release_shared_data()
 
 | 
| /Linux-v5.4/fs/ | 
| D | eventfd.c | 30 	struct kref kref;  member82 static void eventfd_free(struct kref *kref)  in eventfd_free()
 
 | 
| /Linux-v5.4/drivers/media/mc/ | 
| D | mc-request.c | 60 static void media_request_release(struct kref *kref)  in media_request_release()348 static void media_request_object_release(struct kref *kref)  in media_request_object_release()
 
 | 
| /Linux-v5.4/net/bluetooth/ | 
| D | amp.h | 12 	struct kref		kref;  member
 | 
| /Linux-v5.4/drivers/misc/vmw_vmci/ | 
| D | vmci_resource.h | 31 	struct kref kref;  member
 | 
| /Linux-v5.4/arch/arm/include/asm/ | 
| D | dma-iommu.h | 24 	struct kref		kref;  member
 | 
| /Linux-v5.4/drivers/iio/buffer/ | 
| D | industrialio-buffer-dma.c | 94 static void iio_buffer_block_release(struct kref *kref)  in iio_buffer_block_release()139 static void iio_buffer_block_release_atomic(struct kref *kref)  in iio_buffer_block_release_atomic()
 
 | 
| /Linux-v5.4/drivers/macintosh/ | 
| D | windfarm_core.c | 149 static void wf_control_release(struct kref *kref)  in wf_control_release()279 static void wf_sensor_release(struct kref *kref)  in wf_sensor_release()
 
 | 
| /Linux-v5.4/net/rxrpc/ | 
| D | security.c | 112 	key_ref_t kref;  in rxrpc_init_server_conn_security()  local
 | 
| /Linux-v5.4/drivers/usb/misc/ | 
| D | usblcd.c | 51 	struct kref		kref;  member67 static void lcd_delete(struct kref *kref)  in lcd_delete()
 
 |