Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/mm/
Dpage-states.c25 parm = strstrip(str); in cmma()
/linux-4.1.27/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.1.27/include/linux/
Dstring.h65 static inline __must_check char *strstrip(char *str) in strstrip() function
/linux-4.1.27/net/ipv4/
Dtcp_memcontrol.c122 buf = strstrip(buf); in tcp_cgroup_write()
/linux-4.1.27/arch/s390/kernel/
Dearly.c409 strlcpy(boot_command_line, strstrip(COMMAND_LINE), in setup_boot_command_line()
/linux-4.1.27/kernel/
Dcgroup_freezer.c427 buf = strstrip(buf); in freezer_write()
Dcgroup.c2392 if (kstrtoint(strstrip(buf), 0, &pid) || pid < 0) in __cgroup_procs_write()
2520 strlcpy(cgrp->root->release_agent_path, strstrip(buf), in cgroup_release_agent_write()
2702 buf = strstrip(buf); in cgroup_subtree_control_write()
Dcpuset.c1649 buf = strstrip(buf); in cpuset_write_resmask()
/linux-4.1.27/mm/
Dhugetlb_cgroup.c281 buf = strstrip(buf); in hugetlb_cgroup_write()
Dmemcontrol.c3304 buf = strstrip(buf); in mem_cgroup_write()
4106 buf = strstrip(buf); in memcg_write_event_control()
5265 buf = strstrip(buf); in memory_low_write()
5296 buf = strstrip(buf); in memory_high_write()
5331 buf = strstrip(buf); in memory_max_write()
/linux-4.1.27/security/
Ddevice_cgroup.c770 of_cft(of)->private, strstrip(buf)); in devcgroup_access_write()
/linux-4.1.27/arch/powerpc/platforms/pseries/
Dlpar.c613 parm = strstrip(str); in cmo_free_hint()
/linux-4.1.27/fs/proc/
Dbase.c858 err = kstrtoint(strstrip(buffer), 0, &oom_adj); in oom_adj_write()
961 err = kstrtoint(strstrip(buffer), 0, &oom_score_adj); in oom_score_adj_write()
1151 make_it_fail = simple_strtol(strstrip(buffer), &end, 0); in proc_fault_inject_write()
1260 err = kstrtoint(strstrip(buffer), 0, &nice); in sched_autogroup_write()
Dtask_mmu.c883 rv = kstrtoint(strstrip(buffer), 10, &itype); in clear_refs_write()
/linux-4.1.27/drivers/target/
Dtarget_core_configfs.c600 "%s", strstrip(buf)); in target_core_dev_wwn_store_attr_vpd_unit_serial()
1451 if (strcmp(strstrip(buf), "NULL")) { in target_core_store_alua_lu_gp()
1457 lu_gp_new = core_alua_get_lu_gp_by_name(strstrip(buf)); in target_core_store_alua_lu_gp()
Dtarget_core_alua.c2041 if (strcmp(strstrip(buf), "NULL")) { in core_alua_store_tg_pt_gp_info()
2048 strstrip(buf)); in core_alua_store_tg_pt_gp_info()
/linux-4.1.27/drivers/char/ipmi/
Dipmi_watchdog.c234 s = strstrip(valcp); in set_param_str()
/linux-4.1.27/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.1.27/block/
Delevator.c957 e = elevator_get(strstrip(elevator_name), true); in __elevator_change()
/linux-4.1.27/kernel/trace/
Dtrace_events_filter.c1985 if (!strcmp(strstrip(filter_string), "0")) { in apply_event_filter()
2046 if (!strcmp(strstrip(filter_string), "0")) { in apply_subsystem_event_filter()
Dblktrace.c1587 s = strstrip(buf); in blk_trace_str2mask()
Dtrace.c3580 cmp = strstrip(option); in trace_set_options()
5233 clockstr = strstrip(buf); in tracing_clock_write()
Dftrace.c5467 tmp = strstrip(buf); in ftrace_pid_write()
/linux-4.1.27/drivers/ata/
Dlibata-core.c6535 val = strstrip(start); in ata_parse_force_one()
6540 id = strstrip(start); in ata_parse_force_one()
6541 val = strstrip(p + 1); in ata_parse_force_one()
/linux-4.1.27/kernel/sched/
Dcore.c243 cmp = strstrip(buf); in sched_feat_write()