Home
last modified time | relevance | path

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

123456789

/OK3568_Linux_fs/kernel/fs/fscache/
H A Dproc.c49 remove_proc_entry("fs/fscache/histogram", NULL); in fscache_proc_init()
53 remove_proc_entry("fs/fscache/stats", NULL); in fscache_proc_init()
56 remove_proc_entry("fs/fscache", NULL); in fscache_proc_init()
68 remove_proc_entry("fs/fscache/objects", NULL); in fscache_proc_cleanup()
71 remove_proc_entry("fs/fscache/histogram", NULL); in fscache_proc_cleanup()
74 remove_proc_entry("fs/fscache/stats", NULL); in fscache_proc_cleanup()
76 remove_proc_entry("fs/fscache", NULL); in fscache_proc_cleanup()
/OK3568_Linux_fs/kernel/drivers/pnp/pnpbios/
H A Dproc.c276 remove_proc_entry(name, proc_pnp); in pnpbios_proc_exit()
277 remove_proc_entry(name, proc_pnp_boot); in pnpbios_proc_exit()
279 remove_proc_entry("legacy_device_resources", proc_pnp); in pnpbios_proc_exit()
280 remove_proc_entry("escd", proc_pnp); in pnpbios_proc_exit()
281 remove_proc_entry("escd_info", proc_pnp); in pnpbios_proc_exit()
282 remove_proc_entry("configuration_info", proc_pnp); in pnpbios_proc_exit()
283 remove_proc_entry("devices", proc_pnp); in pnpbios_proc_exit()
284 remove_proc_entry("boot", proc_pnp); in pnpbios_proc_exit()
285 remove_proc_entry("bus/pnp", NULL); in pnpbios_proc_exit()
/OK3568_Linux_fs/kernel/drivers/isdn/capi/
H A Dkcapi_proc.c223 remove_proc_entry("capi/driver", NULL); in kcapi_proc_exit()
224 remove_proc_entry("capi/controller", NULL); in kcapi_proc_exit()
225 remove_proc_entry("capi/contrstats", NULL); in kcapi_proc_exit()
226 remove_proc_entry("capi/applications", NULL); in kcapi_proc_exit()
227 remove_proc_entry("capi/applstats", NULL); in kcapi_proc_exit()
228 remove_proc_entry("capi/controllers", NULL); in kcapi_proc_exit()
229 remove_proc_entry("capi", NULL); in kcapi_proc_exit()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifs_debug.c727 remove_proc_entry("DebugData", proc_fs_cifs); in cifs_proc_clean()
728 remove_proc_entry("open_files", proc_fs_cifs); in cifs_proc_clean()
729 remove_proc_entry("cifsFYI", proc_fs_cifs); in cifs_proc_clean()
730 remove_proc_entry("traceSMB", proc_fs_cifs); in cifs_proc_clean()
731 remove_proc_entry("Stats", proc_fs_cifs); in cifs_proc_clean()
732 remove_proc_entry("SecurityFlags", proc_fs_cifs); in cifs_proc_clean()
733 remove_proc_entry("LinuxExtensionsEnabled", proc_fs_cifs); in cifs_proc_clean()
734 remove_proc_entry("LookupCacheEnabled", proc_fs_cifs); in cifs_proc_clean()
737 remove_proc_entry("dfscache", proc_fs_cifs); in cifs_proc_clean()
740 remove_proc_entry("rdma_readwrite_threshold", proc_fs_cifs); in cifs_proc_clean()
[all …]
/OK3568_Linux_fs/kernel/net/can/
H A Dproc.c476 remove_proc_entry(CAN_PROC_STATS, net->can.proc_dir); in can_remove_proc()
479 remove_proc_entry(CAN_PROC_RESET_STATS, net->can.proc_dir); in can_remove_proc()
482 remove_proc_entry(CAN_PROC_RCVLIST_ERR, net->can.proc_dir); in can_remove_proc()
485 remove_proc_entry(CAN_PROC_RCVLIST_ALL, net->can.proc_dir); in can_remove_proc()
488 remove_proc_entry(CAN_PROC_RCVLIST_FIL, net->can.proc_dir); in can_remove_proc()
491 remove_proc_entry(CAN_PROC_RCVLIST_INV, net->can.proc_dir); in can_remove_proc()
494 remove_proc_entry(CAN_PROC_RCVLIST_EFF, net->can.proc_dir); in can_remove_proc()
497 remove_proc_entry(CAN_PROC_RCVLIST_SFF, net->can.proc_dir); in can_remove_proc()
499 remove_proc_entry("can", net->proc_net); in can_remove_proc()
/OK3568_Linux_fs/kernel/kernel/irq/
H A Dproc.c400 remove_proc_entry("smp_affinity", desc->dir); in unregister_irq_proc()
401 remove_proc_entry("affinity_hint", desc->dir); in unregister_irq_proc()
402 remove_proc_entry("smp_affinity_list", desc->dir); in unregister_irq_proc()
403 remove_proc_entry("node", desc->dir); in unregister_irq_proc()
405 remove_proc_entry("effective_affinity", desc->dir); in unregister_irq_proc()
406 remove_proc_entry("effective_affinity_list", desc->dir); in unregister_irq_proc()
409 remove_proc_entry("spurious", desc->dir); in unregister_irq_proc()
412 remove_proc_entry(name, root_irq_dir); in unregister_irq_proc()
/OK3568_Linux_fs/kernel/net/core/
H A Dnet-procfs.c336 remove_proc_entry("ptype", net->proc_net); in dev_proc_net_init()
338 remove_proc_entry("softnet_stat", net->proc_net); in dev_proc_net_init()
340 remove_proc_entry("dev", net->proc_net); in dev_proc_net_init()
348 remove_proc_entry("ptype", net->proc_net); in dev_proc_net_exit()
349 remove_proc_entry("softnet_stat", net->proc_net); in dev_proc_net_exit()
350 remove_proc_entry("dev", net->proc_net); in dev_proc_net_exit()
394 remove_proc_entry("dev_mcast", net->proc_net); in dev_mc_net_exit()
/OK3568_Linux_fs/kernel/fs/lockd/
H A Dprocfs.c81 remove_proc_entry("fs/lockd", NULL); in lockd_create_procfs()
90 remove_proc_entry("fs/lockd/nlm_end_grace", NULL); in lockd_remove_procfs()
91 remove_proc_entry("fs/lockd", NULL); in lockd_remove_procfs()
/OK3568_Linux_fs/kernel/fs/cachefiles/
H A Dproc.c101 remove_proc_entry("fs/cachefiles", NULL); in cachefiles_proc_init()
112 remove_proc_entry("fs/cachefiles/histogram", NULL); in cachefiles_proc_cleanup()
113 remove_proc_entry("fs/cachefiles", NULL); in cachefiles_proc_cleanup()
/OK3568_Linux_fs/kernel/net/llc/
H A Dllc_proc.c240 remove_proc_entry("socket", llc_proc_dir); in llc_proc_init()
242 remove_proc_entry("llc", init_net.proc_net); in llc_proc_init()
248 remove_proc_entry("socket", llc_proc_dir); in llc_proc_exit()
249 remove_proc_entry("core", llc_proc_dir); in llc_proc_exit()
250 remove_proc_entry("llc", init_net.proc_net); in llc_proc_exit()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dbutton.c324 remove_proc_entry(acpi_device_bid(device), in acpi_button_add_fs()
328 remove_proc_entry(ACPI_BUTTON_SUBCLASS_LID, acpi_button_dir); in acpi_button_add_fs()
331 remove_proc_entry(ACPI_BUTTON_CLASS, acpi_root_dir); in acpi_button_add_fs()
343 remove_proc_entry(ACPI_BUTTON_FILE_STATE, in acpi_button_remove_fs()
345 remove_proc_entry(acpi_device_bid(device), in acpi_button_remove_fs()
348 remove_proc_entry(ACPI_BUTTON_SUBCLASS_LID, acpi_button_dir); in acpi_button_remove_fs()
350 remove_proc_entry(ACPI_BUTTON_CLASS, acpi_root_dir); in acpi_button_remove_fs()
/OK3568_Linux_fs/kernel/drivers/s390/block/
H A Ddasd_proc.c355 remove_proc_entry("devices", dasd_proc_root_entry); in dasd_proc_init()
357 remove_proc_entry("dasd", NULL); in dasd_proc_init()
365 remove_proc_entry("devices", dasd_proc_root_entry); in dasd_proc_exit()
366 remove_proc_entry("statistics", dasd_proc_root_entry); in dasd_proc_exit()
367 remove_proc_entry("dasd", NULL); in dasd_proc_exit()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dproc.c291 remove_proc_entry("snmp6", net->proc_net); in ipv6_proc_init_net()
293 remove_proc_entry("sockstat6", net->proc_net); in ipv6_proc_init_net()
299 remove_proc_entry("sockstat6", net->proc_net); in ipv6_proc_exit_net()
300 remove_proc_entry("dev_snmp6", net->proc_net); in ipv6_proc_exit_net()
301 remove_proc_entry("snmp6", net->proc_net); in ipv6_proc_exit_net()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_proc.c127 remove_proc_entry(sht->proc_name, proc_scsi); in scsi_proc_hostdir_rm()
168 remove_proc_entry(name, shost->hostt->proc_dir); in scsi_proc_host_rm()
465 remove_proc_entry("scsi", NULL); in scsi_init_procfs()
475 remove_proc_entry("scsi/scsi", NULL); in scsi_exit_procfs()
476 remove_proc_entry("scsi", NULL); in scsi_exit_procfs()
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-proc.c491 remove_proc_entry(p->name, dir); in ide_remove_proc_entries()
560 remove_proc_entry("settings", drive->proc); in ide_proc_unregister_device()
562 remove_proc_entry(drive->name, proc_ide_root); in ide_proc_unregister_device()
563 remove_proc_entry(drive->name, drive->hwif->proc); in ide_proc_unregister_device()
591 remove_proc_entry(hwif->name, proc_ide_root); in ide_proc_unregister_port()
631 remove_proc_entry("drivers", proc_ide_root); in proc_ide_destroy()
632 remove_proc_entry("ide", NULL); in proc_ide_destroy()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_module.c272 remove_proc_entry(DRV_NAME, init_net.proc_net); in ieee80211_debug_init()
282 remove_proc_entry("debug_level", ieee80211_proc); in ieee80211_debug_exit()
283 remove_proc_entry(DRV_NAME, init_net.proc_net); in ieee80211_debug_exit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_module.c267 remove_proc_entry(DRV_PROCNAME, init_net.proc_net); in libipw_init()
283 remove_proc_entry("debug_level", libipw_proc); in libipw_exit()
284 remove_proc_entry(DRV_PROCNAME, init_net.proc_net); in libipw_exit()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dproc.c510 remove_proc_entry("netstat", net->proc_net); in ip_proc_init_net()
512 remove_proc_entry("sockstat", net->proc_net); in ip_proc_init_net()
519 remove_proc_entry("snmp", net->proc_net); in ip_proc_exit_net()
520 remove_proc_entry("netstat", net->proc_net); in ip_proc_exit_net()
521 remove_proc_entry("sockstat", net->proc_net); in ip_proc_exit_net()
/OK3568_Linux_fs/kernel/net/kcm/
H A Dkcmproc.c361 remove_proc_entry("kcm_stats", net->proc_net); in kcm_proc_init_net()
368 remove_proc_entry("kcm", net->proc_net); in kcm_proc_exit_net()
369 remove_proc_entry("kcm_stats", net->proc_net); in kcm_proc_exit_net()
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dstats.c305 remove_proc_entry(name, sn->proc_net_rpc); in rpc_proc_unregister()
322 remove_proc_entry(name, sn->proc_net_rpc); in svc_proc_unregister()
342 remove_proc_entry("rpc", net->proc_net); in rpc_proc_exit()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_quota2.c295 remove_proc_entry(e->name, proc_xt_quota); in quota_mt2_destroy()
379 remove_proc_entry("xt_quota", init_net.proc_net); in quota_mt2_init()
387 remove_proc_entry("xt_quota", init_net.proc_net); in quota_mt2_exit()
/OK3568_Linux_fs/kernel/net/8021q/
H A Dvlanproc.c97 remove_proc_entry(name_conf, vn->proc_vlan_dir); in vlan_proc_cleanup()
100 remove_proc_entry(name_root, net->proc_net); in vlan_proc_cleanup()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_proc.c1111 remove_proc_entry(STATUS_PROC, proc_mwlan); in woal_root_proc_remove()
1113 remove_proc_entry(MWLAN_PROC, PROC_DIR); in woal_root_proc_remove()
1240 remove_proc_entry(config_proc_dir, handle->proc_wlan); in woal_proc_exit()
1242 remove_proc_entry(drv_dump_dir, handle->proc_wlan); in woal_proc_exit()
1244 remove_proc_entry(fw_dump_dir, handle->proc_wlan); in woal_proc_exit()
1255 remove_proc_entry(handle->proc_wlan_name, proc_mwlan); in woal_proc_exit()
1376 remove_proc_entry("info", priv->proc_entry);
1377 remove_proc_entry(priv->proc_entry_name,
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_proc.c642 remove_proc_entry(config_proc_dir, handle->proc_mwlan); in woal_proc_exit()
654 remove_proc_entry(MWLAN_PROC, PROC_DIR); in woal_proc_exit()
768 remove_proc_entry("info", priv->proc_entry);
769 remove_proc_entry(priv->proc_entry_name,
/OK3568_Linux_fs/kernel/kernel/
H A Dconfigs.c72 remove_proc_entry("config.gz", NULL); in ikconfig_cleanup()

123456789