Home
last modified time | relevance | path

Searched refs:strstrip (Results 1 – 25 of 43) sorted by relevance

12

/linux-6.15/fs/fuse/
H A Dcuse.c240 key = strstrip(key); in cuse_parse_one()
241 val = strstrip(val); in cuse_parse_one()
243 key = strstrip(key); in cuse_parse_one()
/linux-6.15/drivers/block/rnbd/
H A Drnbd-clt-sysfs.c85 sep_opt = strstrip(options); in rnbd_clt_parse_map_options()
309 options = strstrip(opt); in rnbd_clt_unmap_dev_store()
410 options = strstrip(opt); in rnbd_clt_remap_dev_store()
/linux-6.15/drivers/char/ipmi/
H A Dipmi_si_hotmod.c196 for (curr = strstrip(str); curr; curr = next) { in hotmod_handler()
/linux-6.15/kernel/kcsan/
H A Ddebugfs.c230 arg = strstrip(kbuf); in debugfs_write()
/linux-6.15/mm/
H A Dmemcontrol.c4142 buf = strstrip(buf); in memory_min_write()
4165 buf = strstrip(buf); in memory_low_write()
4190 buf = strstrip(buf); in memory_high_write()
4239 buf = strstrip(buf); in memory_max_write()
4378 buf = strstrip(buf); in memory_oom_group_write()
4415 buf = strstrip(buf); in memory_reclaim()
4422 buf = strstrip(buf); in memory_reclaim()
5171 buf = strstrip(buf); in swap_high_write()
5194 buf = strstrip(buf); in swap_max_write()
5385 buf = strstrip(buf); in zswap_max_write()
[all …]
H A Dmemcontrol-v1.c1069 buf = strstrip(buf); in memcg_write_event_control()
1649 buf = strstrip(buf); in mem_cgroup_write()
H A Dhugetlb_cgroup.c603 buf = strstrip(buf); in hugetlb_cgroup_write()
/linux-6.15/arch/x86/kernel/
H A Dmsr.c300 char *s = strstrip((char *)val); in module_exit()
/linux-6.15/kernel/
H A Dfail_function.c252 sym = strstrip(buf); in fei_write()
/linux-6.15/kernel/cgroup/
H A Dlegacy_freezer.c429 buf = strstrip(buf); in freezer_write()
H A Dmisc.c259 buf = strstrip(buf); in misc_cg_max_write()
H A Dpids.c309 buf = strstrip(buf); in pids_max_write()
H A Drdma.c434 char *options = strstrip(buf); in rdmacg_resource_set_max()
H A Dcgroup.c2969 if (kstrtoint(strstrip(buf), 0, &pid) || pid < 0) in cgroup_procs_write_start()
3448 buf = strstrip(buf); in cgroup_subtree_control_write()
3608 if (strcmp(strstrip(buf), "threaded")) in cgroup_type_write()
3643 buf = strstrip(buf); in cgroup_max_descendants_write()
3686 buf = strstrip(buf); in cgroup_max_depth_write()
3957 ret = kstrtoint(strstrip(buf), 0, &enable); in cgroup_pressure_write()
4033 ret = kstrtoint(strstrip(buf), 0, &freeze); in cgroup_freeze_write()
4095 ret = kstrtoint(strstrip(buf), 0, &kill); in cgroup_kill_write()
H A Ddmem.c692 options = strstrip(options); in dmemcg_limit_write()
/linux-6.15/drivers/target/
H A Dtarget_core_configfs.c1439 stripped = strstrip(buf); in target_wwn_vendor_id_store()
1495 stripped = strstrip(buf); in target_wwn_product_id_store()
1551 stripped = strstrip(buf); in target_wwn_revision_store()
1694 "%s", strstrip(buf)); in target_wwn_vpd_unit_serial_store()
2455 if (strcmp(strstrip(buf), "NULL")) { in target_dev_alua_lu_gp_store()
2461 lu_gp_new = core_alua_get_lu_gp_by_name(strstrip(buf)); in target_dev_alua_lu_gp_store()
H A Dtarget_core_alua.c1924 if (strcmp(strstrip(buf), "NULL")) { in core_alua_store_tg_pt_gp_info()
1931 strstrip(buf)); in core_alua_store_tg_pt_gp_info()
/linux-6.15/include/linux/
H A Dstring.h189 static inline __must_check char *strstrip(char *str) in strstrip() function
/linux-6.15/kernel/trace/
H A Dtrace_hwlat.c696 mode = strstrip(buf); in hwlat_mode_write()
/linux-6.15/security/
H A Ddevice_cgroup.c791 of_cft(of)->private, strstrip(buf)); in devcgroup_access_write()
/linux-6.15/kernel/sched/
H A Ddebug.c139 cmp = strstrip(buf); in sched_feat_write()
234 mode = sched_dynamic_mode(strstrip(buf)); in sched_dynamic_write()
/linux-6.15/arch/x86/kernel/cpu/mce/
H A Dinject.c377 __buf = strstrip(buf); in flags_write()
/linux-6.15/block/
H A Delevator.c730 name = strstrip(elevator_name); in elv_iosched_store()
H A Dblk-mq-debugfs.c130 op = strstrip(opbuf); in queue_state_write()
/linux-6.15/fs/proc/
H A Dbase.c1226 err = kstrtoint(strstrip(buffer), 0, &oom_adj); in oom_adj_write()
1285 err = kstrtoint(strstrip(buffer), 0, &oom_score_adj); in oom_score_adj_write()
1429 rv = kstrtoint(strstrip(buffer), 0, &make_it_fail); in proc_fault_inject_write()
1575 err = kstrtoint(strstrip(buffer), 0, &nice); in sched_autogroup_write()

12