Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fuse/
H A Dcuse.c56 #define CUSE_CONNTBL_LEN 64 macro
70 static struct list_head cuse_conntbl[CUSE_CONNTBL_LEN];
80 return &cuse_conntbl[(MAJOR(devt) + MINOR(devt)) % CUSE_CONNTBL_LEN]; in cuse_conntbl_head()
375 for (i = 0; i < CUSE_CONNTBL_LEN; ++i) { in cuse_process_init_reply()
622 for (i = 0; i < CUSE_CONNTBL_LEN; i++) in cuse_init()
/kernel/linux/linux-6.6/fs/fuse/
H A Dcuse.c56 #define CUSE_CONNTBL_LEN 64 macro
70 static struct list_head cuse_conntbl[CUSE_CONNTBL_LEN];
80 return &cuse_conntbl[(MAJOR(devt) + MINOR(devt)) % CUSE_CONNTBL_LEN]; in cuse_conntbl_head()
375 for (i = 0; i < CUSE_CONNTBL_LEN; ++i) { in cuse_process_init_reply()
615 for (i = 0; i < CUSE_CONNTBL_LEN; i++) in cuse_init()

Completed in 2 milliseconds