Home
last modified time | relevance | path

Searched refs:do_lock (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/android/
Dbinder.c3540 int do_lock = !binder_debug_no_lock; in binder_state_show() local
3542 if (do_lock) in binder_state_show()
3554 if (do_lock) in binder_state_show()
3562 int do_lock = !binder_debug_no_lock; in binder_stats_show() local
3564 if (do_lock) in binder_stats_show()
3573 if (do_lock) in binder_stats_show()
3581 int do_lock = !binder_debug_no_lock; in binder_transactions_show() local
3583 if (do_lock) in binder_transactions_show()
3589 if (do_lock) in binder_transactions_show()
3597 int do_lock = !binder_debug_no_lock; in binder_proc_show() local
[all …]
/linux-4.1.27/drivers/isdn/hardware/eicon/
Ddebug.c17 static void DI_format(int do_lock, word id, int type, char *format, va_list argument_list);
572 static void DI_format(int do_lock, in DI_format() argument
600 if (do_lock) { in DI_format()
725 if (do_lock) { in DI_format()
/linux-4.1.27/drivers/isdn/gigaset/
Dev-layer.c1052 static int do_lock(struct cardstate *cs) in do_lock() function
1465 cs->cmd_result = ev->parameter ? do_lock(cs) : do_unlock(cs); in do_action()
/linux-4.1.27/drivers/scsi/
Dst.c862 static int do_door_lock(struct scsi_tape * STp, int do_lock) in do_door_lock() argument
866 DEBC_printk(STp, "%socking drive door.\n", do_lock ? "L" : "Unl"); in do_door_lock()
869 do_lock ? SCSI_REMOVAL_PREVENT : SCSI_REMOVAL_ALLOW); in do_door_lock()
871 STp->door_locked = do_lock ? ST_LOCKED_EXPLICIT : ST_UNLOCKED; in do_door_lock()
Dosst.c3328 static int do_door_lock(struct osst_tape * STp, int do_lock) in do_door_lock() argument
3333 printk(OSST_DEB_MSG "%s:D: %socking drive door.\n", tape_name(STp), do_lock ? "L" : "Unl"); in do_door_lock()
3337 do_lock ? SCSI_REMOVAL_PREVENT : SCSI_REMOVAL_ALLOW); in do_door_lock()
3339 STp->door_locked = do_lock ? ST_LOCKED_EXPLICIT : ST_UNLOCKED; in do_door_lock()
/linux-4.1.27/sound/core/
Dpcm_native.c881 int state, int do_lock) in snd_pcm_action_group() argument
888 if (do_lock && s != substream) { in snd_pcm_action_group()
917 if (do_lock) { in snd_pcm_action_group()