Searched refs:what (Results 76 - 100 of 193) sorted by relevance

12345678

/linux-master/drivers/md/dm-vdo/
H A Dlogical-zone.c143 static inline void assert_on_zone_thread(struct logical_zone *zone, const char *what) argument
146 "%s() called on correct thread", what);
H A Dadmin-state.c279 * @what What the code failed to be, for logging.
286 static bool check_code(bool valid, const struct admin_state_code *code, const char *what, argument
295 "%s is not a %s", code->name, what);
/linux-master/arch/um/os-Linux/
H A Dfile.c488 int what, err; local
491 what = SHUT_RDWR;
493 what = SHUT_RD;
495 what = SHUT_WR;
499 err = shutdown(fd, what);
/linux-master/fs/reiserfs/
H A Dprints.c174 static char *is_there_reiserfs_struct(char *fmt, int *what) argument
181 *what = k[1];
209 int what; local
218 while ((k = is_there_reiserfs_struct(fmt1, &what)) != NULL) {
223 switch (what) {
/linux-master/include/trace/events/
H A Drxrpc.h1896 int ref, enum rxrpc_txbuf_trace what),
1898 TP_ARGS(debug_id, call_debug_id, seq, ref, what),
1905 __field(enum rxrpc_txbuf_trace, what)
1913 __entry->what = what;
1920 __print_symbolic(__entry->what, rxrpc_txbuf_traces),
1926 enum rxrpc_call_poke_trace what),
1928 TP_ARGS(call, busy, what),
1933 __field(enum rxrpc_call_poke_trace, what)
1939 __entry->what
[all...]
/linux-master/drivers/hwmon/
H A Dasus_atk0110.c358 /* Don't check... we don't know what they're useful for anyway */
400 char const *what; local
404 what = "voltage";
407 what = "temperature";
410 what = "fan";
413 what = "unknown";
417 return what;
430 char const *what; local
438 what = atk_sensor_type(flags);
440 dev_dbg(dev, "%s: %#llx %s [%llu-%llu] %s\n", what,
[all...]
/linux-master/drivers/usb/serial/
H A Dwhiteheat.h159 __u8 what; /* bit pattern of what to purge */ member in struct:whiteheat_purge
223 __u8 event; /* indicates what the current event is,
/linux-master/arch/powerpc/kernel/
H A Dmce_power.c115 static int mce_flush(int what) argument
118 if (what == MCE_FLUSH_SLB) {
123 if (what == MCE_FLUSH_ERAT) {
127 if (what == MCE_FLUSH_TLB) {
/linux-master/arch/x86/mm/
H A Dinit.c888 void free_init_pages(const char *what, unsigned long begin, unsigned long end) argument
928 POISON_FREE_INITMEM, what);
937 void free_kernel_image_pages(const char *what, void *begin, void *end) argument
943 free_init_pages(what, begin_ul, end_ul);
/linux-master/net/ceph/
H A Dmon_client.c853 __ceph_monc_get_version(struct ceph_mon_client *monc, const char *what, argument
863 sizeof(u64) + sizeof(u32) + strlen(what),
883 ceph_encode_string(&p, end, what, strlen(what));
899 * @what: one of "mdsmap", "osdmap" or "monmap"
901 int ceph_monc_get_version(struct ceph_mon_client *monc, const char *what, argument
907 req = __ceph_monc_get_version(monc, what, NULL, 0);
923 * @what: one of "mdsmap", "osdmap" or "monmap"
925 int ceph_monc_get_version_async(struct ceph_mon_client *monc, const char *what, argument
930 req = __ceph_monc_get_version(monc, what, c
[all...]
/linux-master/drivers/pinctrl/
H A Dpinconf.c304 static int pinconf_pins_show(struct seq_file *s, void *what) argument
347 static int pinconf_groups_show(struct seq_file *s, void *what) argument
/linux-master/drivers/ssb/
H A Dpci.c84 int ssb_pci_xtal(struct ssb_bus *bus, u32 what, int turn_on) argument
103 outenable |= what;
111 if (what & SSB_GPIO_XTAL) {
114 if (what & SSB_GPIO_PLL)
125 if (what & SSB_GPIO_PLL) {
143 if (what & SSB_GPIO_XTAL) {
147 if (what & SSB_GPIO_PLL) {
/linux-master/sound/isa/sb/
H A Dsb16_main.c646 static int snd_sb16_set_dma_mode(struct snd_sb *chip, int what) argument
649 if (snd_BUG_ON(what))
653 if (what == 0) {
655 } else if (what == 1) {
657 } else if (what == 2) {
/linux-master/arch/sparc/mm/
H A Dsrmmu.c769 * looking at the prom's page table directly which is what most
782 int what; /* 0 = normal-pte, 1 = pmd-level pte, 2 = pgd-level pte */ local
796 /* A red snapper, see what it really is. */
797 what = 0;
802 what = 1;
807 what = 2;
813 if (what == 2) {
827 if (what == 1) {
/linux-master/drivers/video/fbdev/i810/
H A Di810_accel.c187 * @what: color to transfer
196 int rop, int what, int blit_bpp,
207 PUT_RING(what);
195 color_blit(int width, int height, int pitch, int dest, int rop, int what, int blit_bpp, struct fb_info *info) argument
/linux-master/net/phonet/
H A Dpn_dev.c278 static int phonet_device_notify(struct notifier_block *me, unsigned long what, argument
283 switch (what) {
/linux-master/net/caif/
H A Dcaif_dev.c364 static int caif_device_notify(struct notifier_block *me, unsigned long what, argument
383 switch (what) {
/linux-master/arch/x86/include/asm/
H A Dprocessor.h704 void free_init_pages(const char *what, unsigned long begin, unsigned long end);
705 extern void free_kernel_image_pages(const char *what, void *begin, void *end);
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_lib.sh319 # $1: input file ; $2: output file ; $3: what kind of file
323 local what="${3}"
326 mptcp_lib_pr_fail "$what does not match (in, out):"
H A Dmptcp_sockopt.c791 static int rcheck(int wstatus, const char *what) argument
796 fprintf(stderr, "%s exited, status=%d\n", what, WEXITSTATUS(wstatus));
799 xerror("%s killed by signal %d\n", what, WTERMSIG(wstatus));
801 xerror("%s stopped by signal %d\n", what, WSTOPSIG(wstatus));
/linux-master/include/linux/
H A Dnetfs.h368 /* Prepare a write operation, working out what part of the write we can
426 enum netfs_sreq_ref_trace what);
428 bool was_async, enum netfs_sreq_ref_trace what);
/linux-master/arch/mips/mm/
H A Dinit.c487 void free_init_pages(const char *what, unsigned long begin, unsigned long end) argument
498 printk(KERN_INFO "Freeing %s: %ldk freed\n", what, (end - begin) >> 10);
544 * what the legacy allocator did.
/linux-master/sound/pci/
H A Dens1370.c795 unsigned int what = 0; local
799 what |= ES_P1_PAUSE;
802 what |= ES_P2_PAUSE;
809 ensoniq->sctrl |= what;
811 ensoniq->sctrl &= ~what;
819 unsigned int what = 0; local
823 what |= ES_DAC1_EN;
826 what |= ES_DAC2_EN;
829 what |= ES_ADC_EN;
835 ensoniq->ctrl |= what;
[all...]
/linux-master/include/sound/
H A Dwss.h107 void (*trigger) (struct snd_wss *chip, unsigned int what, int start);
/linux-master/scripts/
H A Ddev-needs.sh22 what information is listed in the output. If the requested information is

Completed in 266 milliseconds

12345678