Home
last modified time | relevance | path

Searched refs:__call_single_data (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dsmp.h23 struct __call_single_data { struct
39 typedef struct __call_single_data call_single_data_t argument
40 __aligned(sizeof(struct __call_single_data));
77 int smp_call_function_single_async(int cpu, struct __call_single_data *csd);
H A Dblkdev.h246 struct __call_single_data csd;
/OK3568_Linux_fs/kernel/kernel/
H A Dsmp.c114 static void csd_lock_record(struct __call_single_data *csd) in csd_lock_record()
129 static __always_inline int csd_lock_wait_getcpu(struct __call_single_data *csd) in csd_lock_wait_getcpu()
144 static __always_inline bool csd_lock_wait_toolong(struct __call_single_data *csd, u64 ts0, u64 *ts1… in csd_lock_wait_toolong()
208 static __always_inline void csd_lock_wait(struct __call_single_data *csd) in csd_lock_wait()
223 static void csd_lock_record(struct __call_single_data *csd) in csd_lock_record()
227 static __always_inline void csd_lock_wait(struct __call_single_data *csd) in csd_lock_wait()
233 static __always_inline void csd_lock(struct __call_single_data *csd) in csd_lock()
246 static __always_inline void csd_unlock(struct __call_single_data *csd) in csd_unlock()
280 static int generic_exec_single(int cpu, struct __call_single_data *csd) in generic_exec_single()
546 int smp_call_function_single_async(int cpu, struct __call_single_data *csd) in smp_call_function_single_async()
H A Dup.c28 int smp_call_function_single_async(int cpu, struct __call_single_data *csd) in smp_call_function_single_async()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c341 rq_csd_init(struct rq *rq, struct __call_single_data *csd, smp_call_func_t func) in rq_csd_init()