Home
last modified time | relevance | path

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

12

/linux/fs/fuse/
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/drivers/block/rnbd/
A Drnbd-clt-sysfs.c83 sep_opt = strstrip(options); in rnbd_clt_parse_map_options()
307 options = strstrip(opt); in rnbd_clt_unmap_dev_store()
408 options = strstrip(opt); in rnbd_clt_remap_dev_store()
/linux/drivers/char/ipmi/
A Dipmi_si_hotmod.c196 for (curr = strstrip(str); curr; curr = next) { in hotmod_handler()
A Dipmi_watchdog.c218 s = strstrip(valcp); in set_param_str()
/linux/kernel/kcsan/
A Ddebugfs.c233 arg = strstrip(kbuf); in debugfs_write()
/linux/arch/x86/kernel/
A Dmsr.c299 char *s = strstrip((char *)val); in module_exit()
/linux/include/linux/
A Dstring.h76 static inline __must_check char *strstrip(char *str) in strstrip() function
/linux/kernel/cgroup/
A Dmisc.c255 buf = strstrip(buf); in misc_cg_max_write()
A Dpids.c270 buf = strstrip(buf); in pids_max_write()
A Dlegacy_freezer.c424 buf = strstrip(buf); in freezer_write()
A Drdma.c432 char *options = strstrip(buf); in rdmacg_resource_set_max()
A Dcgroup.c2821 if (kstrtoint(strstrip(buf), 0, &pid) || pid < 0) in cgroup_procs_write_start()
3293 buf = strstrip(buf); in cgroup_subtree_control_write()
3453 if (strcmp(strstrip(buf), "threaded")) in cgroup_type_write()
3488 buf = strstrip(buf); in cgroup_max_descendants_write()
3531 buf = strstrip(buf); in cgroup_max_depth_write()
3724 ret = kstrtoint(strstrip(buf), 0, &freeze); in cgroup_freeze_write()
3790 ret = kstrtoint(strstrip(buf), 0, &kill); in cgroup_kill_write()
/linux/kernel/
A Dfail_function.c259 sym = strstrip(buf); in fei_write()
/linux/drivers/target/
A Dtarget_core_configfs.c1343 stripped = strstrip(buf); in target_wwn_vendor_id_store()
1399 stripped = strstrip(buf); in target_wwn_product_id_store()
1455 stripped = strstrip(buf); in target_wwn_revision_store()
1598 "%s", strstrip(buf)); in target_wwn_vpd_unit_serial_store()
2359 if (strcmp(strstrip(buf), "NULL")) { in target_dev_alua_lu_gp_store()
2365 lu_gp_new = core_alua_get_lu_gp_by_name(strstrip(buf)); in target_dev_alua_lu_gp_store()
A Dtarget_core_alua.c1923 if (strcmp(strstrip(buf), "NULL")) { in core_alua_store_tg_pt_gp_info()
1930 strstrip(buf)); in core_alua_store_tg_pt_gp_info()
/linux/mm/
A Dmemcontrol.c3726 buf = strstrip(buf); in mem_cgroup_write()
4731 buf = strstrip(buf); in memcg_write_event_control()
6167 buf = strstrip(buf); in memory_min_write()
6190 buf = strstrip(buf); in memory_low_write()
6215 buf = strstrip(buf); in memory_high_write()
6264 buf = strstrip(buf); in memory_max_write()
6393 buf = strstrip(buf); in memory_oom_group_write()
7314 buf = strstrip(buf); in swap_high_write()
7337 buf = strstrip(buf); in swap_max_write()
A Dhugetlb_cgroup.c507 buf = strstrip(buf); in hugetlb_cgroup_write()
/linux/kernel/sched/
A Ddebug.c140 cmp = strstrip(buf); in sched_feat_write()
235 mode = sched_dynamic_mode(strstrip(buf)); in sched_dynamic_write()
/linux/arch/x86/kernel/cpu/mce/
A Dinject.c362 __buf = strstrip(buf); in flags_write()
/linux/security/
A Ddevice_cgroup.c765 of_cft(of)->private, strstrip(buf)); in devcgroup_access_write()
/linux/kernel/trace/
A Dtrace_hwlat.c699 mode = strstrip(buf); in hwlat_mode_write()
A Dtrace_events_filter.c1782 if (!strcmp(strstrip(filter_string), "0")) { in apply_event_filter()
1843 if (!strcmp(strstrip(filter_string), "0")) { in apply_subsystem_event_filter()
/linux/block/
A Delevator.c763 e = elevator_get(q, strstrip(elevator_name), true); in __elevator_change()
/linux/fs/proc/
A Dbase.c1169 err = kstrtoint(strstrip(buffer), 0, &oom_adj); in oom_adj_write()
1229 err = kstrtoint(strstrip(buffer), 0, &oom_score_adj); in oom_score_adj_write()
1373 rv = kstrtoint(strstrip(buffer), 0, &make_it_fail); in proc_fault_inject_write()
1523 err = kstrtoint(strstrip(buffer), 0, &nice); in sched_autogroup_write()
/linux/drivers/pinctrl/
A Dpinmux.c702 gname = strstrip(buf); in pinmux_select()

Completed in 128 milliseconds

12