Home
last modified time | relevance | path

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

/linux-6.1.9/arch/ia64/kernel/
Dptrace.c1958 unsigned long *krbs, cfm, ndirty, nlocals, nouts; in syscall_get_args_cb() local
1975 nlocals = (cfm >> 7) & 0x7f; /* aka sol */ in syscall_get_args_cb()
1976 nouts = (cfm & 0x7f) - nlocals; /* aka sof - sol */ in syscall_get_args_cb()
1986 int j = ndirty + nlocals + i + args->i; in syscall_get_args_cb()
/linux-6.1.9/drivers/scsi/
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()