Searched refs:__offload (Results 1 – 1 of 1) sorted by relevance
1138 struct __tc_taprio_qopt_offload *__offload; in taprio_offload_alloc() local1140 __offload = kzalloc(struct_size(__offload, offload.entries, num_entries), in taprio_offload_alloc()1142 if (!__offload) in taprio_offload_alloc()1145 refcount_set(&__offload->users, 1); in taprio_offload_alloc()1147 return &__offload->offload; in taprio_offload_alloc()1153 struct __tc_taprio_qopt_offload *__offload; in taprio_offload_get() local1155 __offload = container_of(offload, struct __tc_taprio_qopt_offload, in taprio_offload_get()1158 refcount_inc(&__offload->users); in taprio_offload_get()1166 struct __tc_taprio_qopt_offload *__offload; in taprio_offload_free() local1171 if (!refcount_dec_and_test(&__offload->users)) in taprio_offload_free()[all …]
Completed in 8 milliseconds