Searched refs:max_key (Results 1 – 2 of 2) sorted by relevance
38 if (key > optee->notif.max_key) in optee_notif_wait()95 if (key > optee->notif.max_key) in optee_notif_send()114 int optee_notif_init(struct optee *optee, u_int max_key) in optee_notif_init() argument118 optee->notif.bitmap = bitmap_zalloc(max_key, GFP_KERNEL); in optee_notif_init()122 optee->notif.max_key = max_key; in optee_notif_init()
80 u_int max_key; member277 int optee_notif_init(struct optee *optee, u_int max_key);
Completed in 5 milliseconds