| /linux/fs/netfs/ |
| H A D | objects.c | 86 void netfs_get_request(struct netfs_io_request *rreq, enum netfs_rreq_ref_trace what) in netfs_get_request() 161 void netfs_put_request(struct netfs_io_request *rreq, enum netfs_rreq_ref_trace what) in netfs_put_request() 223 enum netfs_sreq_ref_trace what) in netfs_get_subrequest() 245 enum netfs_sreq_ref_trace what) in netfs_put_subrequest()
|
| H A D | internal.h | 94 enum netfs_rreq_ref_trace what) in netfs_see_request() 100 enum netfs_sreq_ref_trace what) in netfs_see_subrequest()
|
| /linux/net/rxrpc/ |
| H A D | txbuf.c | 63 void rxrpc_see_txbuf(struct rxrpc_txbuf *txb, enum rxrpc_txbuf_trace what) in rxrpc_get_txbuf() argument 71 rxrpc_see_txbuf(struct rxrpc_txbuf * txb,enum rxrpc_txbuf_trace what) rxrpc_see_txbuf() argument 88 rxrpc_put_txbuf(struct rxrpc_txbuf * txb,enum rxrpc_txbuf_trace what) rxrpc_put_txbuf() argument
|
| /linux/drivers/usb/storage/ |
| H A D | debug.c | 43 char *what = NULL; in usb_stor_show_command() local 148 const char *what, *keystr, *fmt; in usb_stor_show_sense() local
|
| /linux/tools/lib/python/abi/ |
| H A D | abi_regex.py | 100 def regex_append(self, what, new): argument 148 def get_regexes(self, what): argument
|
| /linux/drivers/md/dm-vdo/ |
| H A D | memory-alloc.h | 41 size_t align, const char *what, void *ptr) in __vdo_do_allocation() 110 static inline int __must_check vdo_allocate_cache_aligned(size_t size, const char *what, void *ptr) in vdo_allocate_cache_aligned()
|
| H A D | memory-alloc.c | 199 int vdo_allocate_memory(size_t size, size_t align, const char *what, void *ptr) in vdo_allocate_memory() 340 int vdo_reallocate_memory(void *ptr, size_t old_size, size_t size, const char *what, in vdo_reallocate_memory() 366 int vdo_duplicate_string(const char *string, const char *what, char **new_string) in vdo_duplicate_string()
|
| /linux/kernel/trace/ |
| H A D | blktrace.c | 67 sector_t sector, int bytes, u64 what, in record_blktrace_event() 95 sector_t sector, int bytes, u64 what, in record_blktrace_event2() 118 u64 what, int error, u64 cgid, in relay_blktrace_event1() 138 int bytes, u64 what, int error, u64 cgid, in relay_blktrace_event2() 158 u64 what, int error, u64 cgid, in relay_blktrace_event() 280 static int act_log_check(struct blk_trace *bt, u64 what, sector_t sector, in act_log_check() 311 const blk_opf_t opf, u64 what, int error, in __blk_add_trace() 1020 unsigned int nr_bytes, u64 what, u64 cgid) in blk_add_trace_rq() 1100 u64 what, int error) in blk_add_trace_bio() 1166 u64 what; in blk_add_trace_unplug() local [all …]
|
| /linux/tools/testing/selftests/wireguard/qemu/ |
| H A D | init.c | 39 static void panic(const char *what) in panic() 203 int what = -1; in launch_tests() local
|
| /linux/drivers/net/ethernet/freescale/fs_enet/ |
| H A D | mii-bitbang.c | 74 static inline void mdio(struct mdiobb_ctrl *ctrl, int what) in mdio() 87 static inline void mdc(struct mdiobb_ctrl *ctrl, int what) in mdc()
|
| /linux/tools/testing/selftests/drivers/net/lib/py/ |
| H A D | remote_netns.py | 18 def deploy(self, what): argument
|
| H A D | remote_ssh.py | 29 def deploy(self, what): argument
|
| /linux/drivers/pinctrl/ |
| H A D | pinconf.c | 304 static int pinconf_pins_show(struct seq_file *s, void *what) in pinconf_pins_show() 347 static int pinconf_groups_show(struct seq_file *s, void *what) in pinconf_groups_show()
|
| H A D | core.c | 1701 static int pinctrl_pins_show(struct seq_file *s, void *what) in pinctrl_pins_show() 1775 static int pinctrl_groups_show(struct seq_file *s, void *what) in pinctrl_groups_show() 1821 static int pinctrl_gpioranges_show(struct seq_file *s, void *what) in pinctrl_gpioranges_show() 1855 static int pinctrl_devices_show(struct seq_file *s, void *what) in pinctrl_devices_show() 1898 static int pinctrl_maps_show(struct seq_file *s, void *what) in pinctrl_maps_show() 1935 static int pinctrl_show(struct seq_file *s, void *what) in pinctrl_show()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_req.h | 284 static inline int _req_mod(struct drbd_request *req, enum drbd_req_event what, in _req_mod() 304 enum drbd_req_event what, in req_mod()
|
| /linux/include/uapi/linux/netfilter/ |
| H A D | xt_connbytes.h | 24 __u8 what; /* ipt_connbytes_what */ member
|
| /linux/net/netfilter/ |
| H A D | xt_connbytes.c | 26 u_int64_t what = 0; /* initialize to make gcc happy */ in connbytes_mt() local
|
| /linux/drivers/ata/ |
| H A D | libata-pata-timings.c | 75 struct ata_timing *m, unsigned int what) in ata_timing_merge()
|
| /linux/drivers/isdn/mISDN/ |
| H A D | dsp_dtmf.c | 120 u8 what; in dsp_dtmf_goertzel_decode() local
|
| /linux/kernel/power/ |
| H A D | process.c | 30 const char *what = user_only ? "user space processes" : in try_to_freeze_tasks() local
|
| /linux/tools/testing/selftests/timers/ |
| H A D | posix_timers.c | 27 static void __fatal_error(const char *test, const char *name, const char *what) in __fatal_error() 43 #define fatal_error(name, what) __fatal_error(__func__, name, what) argument
|
| /linux/drivers/soc/samsung/ |
| H A D | s3c-pm-check.c | 140 static inline int in_region(void *ptr, int size, void *what, size_t whatsz) in in_region()
|
| /linux/drivers/power/reset/ |
| H A D | vexpress-poweroff.c | 16 static void vexpress_reset_do(struct device *dev, const char *what) in vexpress_reset_do()
|
| /linux/security/lockdown/ |
| H A D | lockdown.c | 59 static int lockdown_is_locked_down(enum lockdown_reason what) in lockdown_is_locked_down()
|
| /linux/net/caif/ |
| H A D | caif_usb.c | 128 static int cfusbl_device_notify(struct notifier_block *me, unsigned long what, in cfusbl_device_notify()
|