Lines Matching defs:ncalls
361 static void ep_nested_calls_init(struct nested_calls *ncalls)
363 INIT_LIST_HEAD(&ncalls->tasks_call_list);
364 spin_lock_init(&ncalls->lock);
467 * @ncalls: Pointer to the nested_calls structure to be used for this call.
476 static int ep_call_nested(struct nested_calls *ncalls,
482 struct list_head *lsthead = &ncalls->tasks_call_list;
486 spin_lock_irqsave(&ncalls->lock, flags);
510 spin_unlock_irqrestore(&ncalls->lock, flags);
516 spin_lock_irqsave(&ncalls->lock, flags);
519 spin_unlock_irqrestore(&ncalls->lock, flags);