Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/kernel/
H A Dptrace.c1956 unsigned long *krbs, cfm, ndirty, nlocals, nouts; in syscall_get_args_cb() local
1973 nlocals = (cfm >> 7) & 0x7f; /* aka sol */ in syscall_get_args_cb()
1974 nouts = (cfm & 0x7f) - nlocals; /* aka sof - sol */ in syscall_get_args_cb()
1984 int j = ndirty + nlocals + i + args->i; in syscall_get_args_cb()
/openbmc/linux/drivers/scsi/
H A Dhpsa.c4245 u32 *nlocals) in hpsa_set_local_logical_count() argument
4258 *nlocals = id_ctlr->configured_logical_drive_count; in hpsa_set_local_logical_count()
4260 *nlocals = le16_to_cpu( in hpsa_set_local_logical_count()
4263 *nlocals = -1; in hpsa_set_local_logical_count()