Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/mm/
Dpage-states.c25 parm = strstrip(str); in cmma()
/linux-4.4.14/fs/fuse/
Dcuse.c237 key = strstrip(key); in cuse_parse_one()
238 val = strstrip(val); in cuse_parse_one()
240 key = strstrip(key); in cuse_parse_one()
/linux-4.4.14/include/linux/
Dstring.h68 static inline __must_check char *strstrip(char *str) in strstrip() function
/linux-4.4.14/net/ipv4/
Dtcp_memcontrol.c122 buf = strstrip(buf); in tcp_cgroup_write()
/linux-4.4.14/kernel/
Dcgroup_pids.c247 buf = strstrip(buf); in pids_max_write()
Dcgroup_freezer.c424 buf = strstrip(buf); in freezer_write()
Dcgroup.c2729 if (kstrtoint(strstrip(buf), 0, &pid) || pid < 0) in __cgroup_procs_write()
2836 strlcpy(cgrp->root->release_agent_path, strstrip(buf), in cgroup_release_agent_write()
2982 buf = strstrip(buf); in cgroup_subtree_control_write()
Dcpuset.c1683 buf = strstrip(buf); in cpuset_write_resmask()
/linux-4.4.14/arch/s390/kernel/
Dearly.c422 strlcpy(boot_command_line, strstrip(COMMAND_LINE), in setup_boot_command_line()
/linux-4.4.14/arch/x86/ras/
Dmce_amd_inj.c151 __buf = strstrip(buf); in flags_write()
/linux-4.4.14/mm/
Dhugetlb_cgroup.c282 buf = strstrip(buf); in hugetlb_cgroup_write()
Dmemcontrol.c3005 buf = strstrip(buf); in mem_cgroup_write()
3900 buf = strstrip(buf); in memcg_write_event_control()
5102 buf = strstrip(buf); in memory_low_write()
5133 buf = strstrip(buf); in memory_high_write()
5171 buf = strstrip(buf); in memory_max_write()
Dzswap.c702 char *s = strstrip((char *)val); in __zswap_param_set()
/linux-4.4.14/security/
Ddevice_cgroup.c770 of_cft(of)->private, strstrip(buf)); in devcgroup_access_write()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dlpar.c613 parm = strstrip(str); in cmo_free_hint()
/linux-4.4.14/fs/proc/
Dbase.c1064 err = kstrtoint(strstrip(buffer), 0, &oom_adj); in oom_adj_write()
1167 err = kstrtoint(strstrip(buffer), 0, &oom_score_adj); in oom_score_adj_write()
1339 rv = kstrtoint(strstrip(buffer), 0, &make_it_fail); in proc_fault_inject_write()
1448 err = kstrtoint(strstrip(buffer), 0, &nice); in sched_autogroup_write()
Dtask_mmu.c925 rv = kstrtoint(strstrip(buffer), 10, &itype); in clear_refs_write()
/linux-4.4.14/drivers/char/ipmi/
Dipmi_watchdog.c237 s = strstrip(valcp); in set_param_str()
/linux-4.4.14/drivers/target/
Dtarget_core_alua.c1987 if (strcmp(strstrip(buf), "NULL")) { in core_alua_store_tg_pt_gp_info()
1994 strstrip(buf)); in core_alua_store_tg_pt_gp_info()
Dtarget_core_configfs.c1127 "%s", strstrip(buf)); in target_wwn_vpd_unit_serial_store()
1876 if (strcmp(strstrip(buf), "NULL")) { in target_dev_alua_lu_gp_store()
1882 lu_gp_new = core_alua_get_lu_gp_by_name(strstrip(buf)); in target_dev_alua_lu_gp_store()
/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_hw.c366 s = strstrip(p->id); in csio_hw_get_vpd_params()
368 s = strstrip(p->ec); in csio_hw_get_vpd_params()
371 s = strstrip(p->sn); in csio_hw_get_vpd_params()
/linux-4.4.14/block/
Delevator.c959 e = elevator_get(strstrip(elevator_name), true); in __elevator_change()
/linux-4.4.14/kernel/trace/
Dtrace_events_filter.c2036 if (!strcmp(strstrip(filter_string), "0")) { in apply_event_filter()
2097 if (!strcmp(strstrip(filter_string), "0")) { in apply_subsystem_event_filter()
Dblktrace.c1576 s = strstrip(buf); in blk_trace_str2mask()
Dtrace.c3591 cmp = strstrip(option); in trace_set_options()
5266 clockstr = strstrip(buf); in tracing_clock_write()
Dftrace.c5473 tmp = strstrip(buf); in ftrace_pid_write()
/linux-4.4.14/drivers/ata/
Dlibata-core.c6533 val = strstrip(start); in ata_parse_force_one()
6538 id = strstrip(start); in ata_parse_force_one()
6539 val = strstrip(p + 1); in ata_parse_force_one()
/linux-4.4.14/kernel/sched/
Dcore.c221 cmp = strstrip(buf); in sched_feat_write()