Home
last modified time | relevance | path

Searched refs:ivalue (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dnfs4session.c263 u32 max_reqs, u32 ivalue) in nfs4_grow_slot_table() argument
267 if (!IS_ERR(nfs4_find_or_create_slot(tbl, max_reqs - 1, ivalue, GFP_NOFS))) in nfs4_grow_slot_table()
274 u32 ivalue) in nfs4_reset_slot_table() argument
281 (*p)->seq_nr = ivalue; in nfs4_reset_slot_table()
282 (*p)->seq_nr_highest_sent = ivalue; in nfs4_reset_slot_table()
283 (*p)->seq_nr_last_acked = ivalue - 1; in nfs4_reset_slot_table()
298 u32 max_reqs, u32 ivalue) in nfs4_realloc_slot_table() argument
308 ret = nfs4_grow_slot_table(tbl, max_reqs, ivalue); in nfs4_realloc_slot_table()
313 nfs4_reset_slot_table(tbl, max_reqs - 1, ivalue); in nfs4_realloc_slot_table()
/openbmc/openbmc/poky/scripts/lib/
H A Dargparse_oe.py178 ivalue = int(value)
179 if ivalue <= 0:
182 return ivalue
/openbmc/linux/security/
H A Dcommoncap.c530 const void **ivalue, size_t size) in cap_convert_nscap() argument
534 const struct vfs_cap_data *cap = *ivalue; in cap_convert_nscap()
543 if (!*ivalue) in cap_convert_nscap()
554 vfsrootid = rootid_from_xattr(*ivalue, size, task_ns); in cap_convert_nscap()
578 *ivalue = nscap; in cap_convert_nscap()
/openbmc/linux/include/linux/
H A Dcapability.h217 const void **ivalue, size_t size);
/openbmc/linux/drivers/net/wireless/marvell/libertas_tf/
H A Dif_usb.c744 static int if_usb_issue_boot_command(struct if_usb_card *cardp, int ivalue) in if_usb_issue_boot_command() argument
750 bootcmd->cmd = ivalue; in if_usb_issue_boot_command()
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Dif_usb.c756 static int if_usb_issue_boot_command(struct if_usb_card *cardp, int ivalue) in if_usb_issue_boot_command() argument
762 bootcmd->cmd = ivalue; in if_usb_issue_boot_command()
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc1086 tcg_target_long ivalue = ~value;
1107 ivalue = (uint32_t)ivalue;
1116 } else if ((ivalue & ~0xffffull) == 0) {
1117 tcg_out_insn(s, 3405, MOVN, type, rd, ivalue, 0);
1150 t0 = ivalue;