/linux/tools/testing/selftests/bpf/benchs/ |
H A D | bench_local_storage_create.c | 140 static void measure(struct bench_res *res) in measure() 204 static void report_progress(int iter, struct bench_res *res, long delta_ns) in report_progress() 218 static void report_final(struct bench_res res[], int res_cnt) in report_final()
|
/linux/arch/sh/kernel/ |
H A D | io_trapped.c | 43 struct resource *res; in register_trapped_io() local 112 struct resource *res; in match_trapped_io_handler() local 168 struct resource *res; in lookup_address() local
|
/linux/arch/mips/kernel/ |
H A D | unaligned.c | 117 unsigned int res; in emulate_load_store_insn() local 619 unsigned int res; in emulate_load_store_microMIPS() local 1239 unsigned int res; in emulate_load_store_MIPS16e() local
|
/linux/drivers/firmware/qcom/ |
H A D | qcom_scm-legacy.c | 111 struct arm_smccc_res *res) in __scm_legacy_do() 135 struct qcom_scm_res *res) in scm_legacy_call() 226 struct qcom_scm_res *res) in scm_legacy_call_atomic()
|
/linux/drivers/acpi/apei/ |
H A D | apei-base.c | 295 struct apei_res *res, *resn, *res_ins = NULL; in apei_res_add() local 333 struct apei_res *res1, *resn1, *res2, *res; in apei_res_sub() local 372 struct apei_res *res, *resn; in apei_res_clean() local 391 struct apei_res *res; in apei_resources_merge() local 464 struct apei_res *res, *res_bak = NULL; in apei_resources_request() local 555 struct apei_res *res; in apei_resources_release() local
|
/linux/arch/arm64/kernel/ |
H A D | armv8_deprecated.c | 96 #define __user_swpX_asm(data, addr, res, temp, temp2, B) \ argument 120 #define __user_swp_asm(data, addr, res, temp, temp2) \ argument 122 #define __user_swpb_asm(data, addr, res, temp, temp2) \ argument 134 unsigned int res = 0; in emulate_swpX() local 168 int rn, rt2, res = 0; in swp_handler() local
|
/linux/include/linux/ |
H A D | platform_device.h | 81 unsigned int index, struct resource **res) in devm_platform_get_and_ioremap_resource() 127 const struct resource *res; member 155 const struct resource *res, unsigned int num, in platform_device_register_resndata() 196 const struct resource *res, unsigned int num) in platform_device_register_simple() 336 #define platform_create_bundle(driver, probe, res, n_res, data, size) \ argument
|
/linux/drivers/pnp/ |
H A D | system.c | 31 struct resource *res; in reserve_range() local 58 struct resource *res; in reserve_resources_of_dev() local
|
/linux/arch/x86/entry/vdso/ |
H A D | vclock_gettime.c | 45 struct __kernel_timespec *res) in __vdso_clock_getres() 70 int __vdso_clock_getres(clockid_t clock, struct old_timespec32 *res) in __vdso_clock_getres()
|
/linux/drivers/scsi/ |
H A D | ipr.c | 1101 static void ipr_init_res_entry(struct ipr_resource_entry *res, in ipr_init_res_entry() 1184 static int ipr_is_same_device(struct ipr_resource_entry *res, in ipr_is_same_device() 1255 static void ipr_update_res_entry(struct ipr_resource_entry *res, in ipr_update_res_entry() 1310 static void ipr_clear_res_target(struct ipr_resource_entry *res) in ipr_clear_res_target() 1343 struct ipr_resource_entry *res = NULL; in ipr_handle_config_change() local 2657 ipr_find_ses_entry(struct ipr_resource_entry *res) in ipr_find_ses_entry() 2696 struct ipr_resource_entry *res; in ipr_get_max_scsi_speed() local 3239 struct ipr_resource_entry *res; in ipr_add_remove_thread() local 4428 struct ipr_resource_entry *res; in ipr_show_adapter_handle() local 4462 struct ipr_resource_entry *res; in ipr_show_resource_path() local [all …]
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_ttm_buddy_manager.c | 37 struct ttm_resource **res) in i915_ttm_buddy_man_alloc() 138 struct ttm_resource *res) in i915_ttm_buddy_man_free() 153 struct ttm_resource *res, in i915_ttm_buddy_man_intersects() 191 struct ttm_resource *res, in i915_ttm_buddy_man_compatible()
|
/linux/sound/isa/gus/ |
H A D | gus_io.c | 107 unsigned int res; in __snd_gf1_read_addr() local 201 unsigned char res; in snd_gf1_i_look8() local 223 unsigned short res; in snd_gf1_i_look16() local 263 unsigned char res; in snd_gf1_peek() local
|
/linux/sound/hda/core/ |
H A D | controller.c | 211 unsigned int addr, unsigned int *res) in snd_hdac_bus_get_response_pio() 274 u32 res, res_ex; in snd_hdac_bus_update_rirb() local 325 unsigned int addr, unsigned int *res) in snd_hdac_bus_get_response_rirb() 402 unsigned int *res) in snd_hdac_bus_get_response()
|
/linux/arch/mips/vdso/ |
H A D | vgettimeofday.c | 38 struct old_timespec32 *res) in __vdso_clock_getres() 74 struct __kernel_timespec *res) in __vdso_clock_getres()
|
/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ioctl_set.c | 371 u8 res = true; in rtw_set_802_11_bssid_list_scan() local 405 int res; in rtw_set_802_11_authentication_mode() local 426 signed int keyid, res; in rtw_set_802_11_add_wep() local
|
/linux/fs/xfs/ |
H A D | xfs_qm_syscalls.c | 228 struct xfs_dquot_res *res, in xfs_setqlim_limits() 254 struct xfs_dquot_res *res, in xfs_setqlim_timer() 282 struct xfs_dquot_res *res; in xfs_qm_scall_setqlim() local
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | rbtree.c | 95 struct bpf_rb_node *res = NULL; in rbtree_add_and_remove() local 192 struct bpf_rb_node *res = NULL; in rbtree_first_and_remove() local 261 struct bpf_rb_node *res, *res2; in rbtree_api_release_aliasing() local
|
/linux/tools/testing/selftests/futex/functional/ |
H A D | futex_waitv.c | 40 int res; in waiterfn() local 63 int res, ret = RET_PASS; in main() local
|
/linux/drivers/pci/ |
H A D | probe.c | 44 struct resource res; member 219 struct resource *res, unsigned int pos, u32 *sizes) in __pci_read_base() 378 struct resource *res = &dev->resource[pos]; in pci_read_bases() local 385 struct resource *res = &dev->resource[PCI_ROM_RESOURCE]; in pci_read_bases() local 393 static void pci_read_bridge_io(struct pci_dev *dev, struct resource *res, in pci_read_bridge_io() 432 static void pci_read_bridge_mmio(struct pci_dev *dev, struct resource *res, in pci_read_bridge_mmio() 453 static void pci_read_bridge_mmio_pref(struct pci_dev *dev, struct resource *res, in pci_read_bridge_mmio_pref() 510 struct resource res; in pci_read_bridge_windows() local 574 struct resource *res; in pci_read_bridge_bases() local 959 struct resource *res, *next_res; in pci_register_host_bridge() local [all …]
|
/linux/security/apparmor/ |
H A D | label.c | 109 int res; in ns_cmp() local 137 int res; in profile_cmp() local 178 int res = profile_cmp(a[i], b[i]); in vec_cmp() local 241 int res = profile_cmp(vec[pos], vec[i]); in unique() local 291 int res = profile_cmp(vec[pos], tmp); in aa_vec_unique() local 518 int res = profile_cmp(sub->vec[I->j], set->vec[I->i]); in __aa_label_next_not_in_set() local 784 bool res; in aa_label_remove() local 806 bool res; in aa_label_replace() local 967 int res = profile_cmp(a->vec[I->i], b->vec[I->j]); in aa_label_next_in_merge() local 1010 int res = profile_cmp(p, z->vec[k]); in label_merge_cmp() local [all …]
|
/linux/drivers/peci/ |
H A D | sysfs.c | 20 bool res; in rescan_store() local 56 bool res; in remove_store() local
|
/linux/arch/arm64/include/asm/ |
H A D | archrandom.h | 17 struct arm_smccc_res res; in smccc_probe_trng() local 94 struct arm_smccc_res res; in arch_get_random_seed_longs() local
|
/linux/drivers/media/radio/ |
H A D | radio-tea5777.c | 176 int res; in radio_tea5777_set_freq() local 226 int res; in radio_tea5777_update_read_reg() local 283 int res; in vidioc_g_tuner() local 376 int i, res, spacing; in vidioc_s_hw_freq_seek() local 532 int res; in radio_tea5777_init() local
|
/linux/drivers/power/supply/ |
H A D | da9150-fg.c | 93 u32 res = 0; in da9150_fg_read_attr() local 128 u32 res = 0; in da9150_fg_read_sync_start() local 179 u32 res = 0, sync_val; in da9150_fg_write_attr_sync() local 239 u64 div, res; in da9150_fg_current_avg() local 263 u64 res; in da9150_fg_voltage_avg() local
|
/linux/net/ipv6/ |
H A D | fib6_rules.c | 69 struct fib6_result *res, int flags) in fib6_lookup() 101 struct fib6_result res = {}; in fib6_rule_lookup() local 165 struct fib6_result *res = arg->result; in fib6_rule_action_alt() local 203 struct fib6_result *res = arg->result; in __fib6_rule_action() local 282 struct fib6_result *res = arg->result; in fib6_rule_suppress() local
|