Searched refs:ivalue (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/fs/nfs/ |
| H A D | nfs4session.c | 263 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()
|
| /linux-6.15/security/ |
| H A D | commoncap.c | 560 const void **ivalue, size_t size) in cap_convert_nscap() argument 564 const struct vfs_cap_data *cap = *ivalue; in cap_convert_nscap() 573 if (!*ivalue) in cap_convert_nscap() 584 vfsrootid = rootid_from_xattr(*ivalue, size, task_ns); in cap_convert_nscap() 608 *ivalue = nscap; in cap_convert_nscap()
|
| /linux-6.15/include/linux/ |
| H A D | capability.h | 212 const void **ivalue, size_t size);
|
| /linux-6.15/drivers/net/wireless/marvell/libertas_tf/ |
| H A D | if_usb.c | 744 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()
|
| /linux-6.15/drivers/net/wireless/marvell/libertas/ |
| H A D | if_usb.c | 756 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()
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | veristat.c | 162 long long ivalue; member 1399 cur->ivalue = value; in append_var_preset() 1495 long long value = preset->ivalue; in set_global_var()
|