Home
last modified time | relevance | path

Searched refs:binder_do_fd_close (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/android/
H A Dbinder.c2285 * binder_do_fd_close() - close list of file descriptors
2297 static void binder_do_fd_close(struct callback_head *twork) in binder_do_fd_close() function
2310 * See comments in binder_do_fd_close(). This function is used to schedule
2320 init_task_work(&twcb->twork, binder_do_fd_close); in binder_deferred_fd_close()
/kernel/linux/linux-6.6/drivers/android/
H A Dbinder.c1934 * binder_do_fd_close() - close list of file descriptors
1946 static void binder_do_fd_close(struct callback_head *twork) in binder_do_fd_close() function
1959 * See comments in binder_do_fd_close(). This function is used to schedule
1969 init_task_work(&twcb->twork, binder_do_fd_close); in binder_deferred_fd_close()
1972 // pin it until binder_do_fd_close(); see comments there in binder_deferred_fd_close()

Completed in 16 milliseconds