Home
last modified time | relevance | path

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

12

/Linux-v5.10/drivers/block/rnbd/
Drnbd-clt-sysfs.c79 sep_opt = strstrip(options); in rnbd_clt_parse_map_options()
278 options = strstrip(opt); in rnbd_clt_unmap_dev_store()
381 options = strstrip(opt); in rnbd_clt_remap_dev_store()
/Linux-v5.10/fs/fuse/
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-v5.10/kernel/kcsan/
Ddebugfs.c228 arg = strstrip(kbuf); in debugfs_write()
/Linux-v5.10/arch/x86/kernel/
Dmsr.c294 char *s = strstrip((char *)val); in module_exit()
/Linux-v5.10/kernel/cgroup/
Dpids.c270 buf = strstrip(buf); in pids_max_write()
Dlegacy_freezer.c424 buf = strstrip(buf); in freezer_write()
Drdma.c432 char *options = strstrip(buf); in rdmacg_resource_set_max()
Dcgroup.c2756 if (kstrtoint(strstrip(buf), 0, &pid) || pid < 0) in cgroup_procs_write_start()
3228 buf = strstrip(buf); in cgroup_subtree_control_write()
3388 if (strcmp(strstrip(buf), "threaded")) in cgroup_type_write()
3423 buf = strstrip(buf); in cgroup_max_descendants_write()
3466 buf = strstrip(buf); in cgroup_max_depth_write()
3640 ret = kstrtoint(strstrip(buf), 0, &freeze); in cgroup_freeze_write()
4782 buf = strstrip(buf); in cgroup_threads_write()
Dcgroup-v1.c552 strlcpy(cgrp->root->release_agent_path, strstrip(buf), in cgroup_release_agent_write()
Dcpuset.c2340 buf = strstrip(buf); in cpuset_write_resmask()
2509 buf = strstrip(buf); in sched_partition_write()
/Linux-v5.10/kernel/
Dfail_function.c259 sym = strstrip(buf); in fei_write()
/Linux-v5.10/drivers/target/
Dtarget_core_configfs.c1334 stripped = strstrip(buf); in target_wwn_vendor_id_store()
1390 stripped = strstrip(buf); in target_wwn_product_id_store()
1446 stripped = strstrip(buf); in target_wwn_revision_store()
1542 "%s", strstrip(buf)); in target_wwn_vpd_unit_serial_store()
2306 if (strcmp(strstrip(buf), "NULL")) { in target_dev_alua_lu_gp_store()
2312 lu_gp_new = core_alua_get_lu_gp_by_name(strstrip(buf)); in target_dev_alua_lu_gp_store()
Dtarget_core_alua.c1937 if (strcmp(strstrip(buf), "NULL")) { in core_alua_store_tg_pt_gp_info()
1944 strstrip(buf)); in core_alua_store_tg_pt_gp_info()
/Linux-v5.10/mm/
Dmemcontrol.c3846 buf = strstrip(buf); in mem_cgroup_write()
4872 buf = strstrip(buf); in memcg_write_event_control()
6269 buf = strstrip(buf); in memory_min_write()
6292 buf = strstrip(buf); in memory_low_write()
6317 buf = strstrip(buf); in memory_high_write()
6367 buf = strstrip(buf); in memory_max_write()
6488 buf = strstrip(buf); in memory_oom_group_write()
7385 buf = strstrip(buf); in swap_high_write()
7408 buf = strstrip(buf); in swap_max_write()
Dhugetlb_cgroup.c504 buf = strstrip(buf); in hugetlb_cgroup_write()
Dzswap.c701 char *s = strstrip((char *)val); in __zswap_param_set()
/Linux-v5.10/arch/x86/kernel/cpu/mce/
Dinject.c359 __buf = strstrip(buf); in flags_write()
/Linux-v5.10/include/linux/
Dstring.h76 static inline __must_check char *strstrip(char *str) in strstrip() function
/Linux-v5.10/security/
Ddevice_cgroup.c765 of_cft(of)->private, strstrip(buf)); in devcgroup_access_write()
/Linux-v5.10/block/
Delevator.c742 e = elevator_get(q, strstrip(elevator_name), true); in __elevator_change()
Dblk-mq-debugfs.c166 op = strstrip(opbuf); in queue_state_write()
/Linux-v5.10/kernel/trace/
Dtrace_events_filter.c1803 if (!strcmp(strstrip(filter_string), "0")) { in apply_event_filter()
1864 if (!strcmp(strstrip(filter_string), "0")) { in apply_subsystem_event_filter()
/Linux-v5.10/fs/proc/
Dbase.c1166 err = kstrtoint(strstrip(buffer), 0, &oom_adj); in oom_adj_write()
1226 err = kstrtoint(strstrip(buffer), 0, &oom_score_adj); in oom_score_adj_write()
1370 rv = kstrtoint(strstrip(buffer), 0, &make_it_fail); in proc_fault_inject_write()
1520 err = kstrtoint(strstrip(buffer), 0, &nice); in sched_autogroup_write()
/Linux-v5.10/drivers/char/ipmi/
Dipmi_watchdog.c218 s = strstrip(valcp); in set_param_str()
/Linux-v5.10/kernel/sched/
Ddebug.c142 cmp = strstrip(buf); in sched_feat_write()

12