Home
last modified time | relevance | path

Searched refs:dst_mutex (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/
H A Ddst.c1139 mutex_init(&state->dst_mutex); in dst_probe()
1190 mutex_lock(&state->dst_mutex); in dst_command()
1241 mutex_unlock(&state->dst_mutex); in dst_command()
1245 mutex_unlock(&state->dst_mutex); in dst_command()
1361 mutex_lock(&state->dst_mutex); in dst_write_tuna()
1396 mutex_unlock(&state->dst_mutex); in dst_write_tuna()
1400 mutex_unlock(&state->dst_mutex); in dst_write_tuna()
H A Ddst_ca.c68 mutex_lock(&state->dst_mutex); in dst_ci_command()
97 mutex_unlock(&state->dst_mutex); in dst_ci_command()
101 mutex_unlock(&state->dst_mutex); in dst_ci_command()
H A Ddst_common.h128 struct mutex dst_mutex; member
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcore.c108 mutex_init(&fp->aux->dst_mutex); in bpf_prog_alloc_no_stats()
265 mutex_destroy(&fp->aux->dst_mutex); in __bpf_prog_free()
H A Dsyscall.c2649 mutex_lock(&prog->aux->dst_mutex); in bpf_tracing_prog_attach()
2732 mutex_unlock(&prog->aux->dst_mutex); in bpf_tracing_prog_attach()
2738 mutex_unlock(&prog->aux->dst_mutex); in bpf_tracing_prog_attach()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h807 struct mutex dst_mutex; /* protects dst_* pointers below, *after* prog becomes visible */ member