Home
last modified time | relevance | path

Searched refs:nlocals (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/arch/ia64/kernel/
Dptrace.c2016 unsigned long *krbs, cfm, ndirty, nlocals, nouts; in syscall_get_set_args_cb() local
2033 nlocals = (cfm >> 7) & 0x7f; /* aka sol */ in syscall_get_set_args_cb()
2034 nouts = (cfm & 0x7f) - nlocals; /* aka sof - sol */ in syscall_get_set_args_cb()
2044 int j = ndirty + nlocals + i + args->i; in syscall_get_set_args_cb()
/Linux-v5.15/drivers/scsi/
Dhpsa.c4241 u32 *nlocals) in hpsa_set_local_logical_count() argument
4254 *nlocals = id_ctlr->configured_logical_drive_count; in hpsa_set_local_logical_count()
4256 *nlocals = le16_to_cpu( in hpsa_set_local_logical_count()
4259 *nlocals = -1; in hpsa_set_local_logical_count()