/linux-4.4.14/arch/cris/include/arch-v32/arch/ |
H A D | page.h | 10 * Macros to convert between physical and virtual addresses. By stripping a 11 * selected bit it's possible to convert between KSEG_x and 0x40000000 where the
|
/linux-4.4.14/drivers/staging/octeon/ |
H A D | ethernet-util.h | 16 * cvm_oct_get_buffer_ptr - convert packet data address to pointer 28 * INTERFACE - convert IPD port to logical interface 45 * INDEX - convert IPD/PKO port number to the port's interface index
|
/linux-4.4.14/arch/cris/include/arch-v10/arch/ |
H A D | page.h | 14 /* macros to convert between really physical and virtual addresses 15 * by stripping a selected bit, we can convert between KSEG_x and
|
/linux-4.4.14/include/linux/platform_data/ |
H A D | max197.h | 19 * @convert: Function used to start a conversion with control byte ctrl. 23 int (*convert)(u8 ctrl); member in struct:max197_platform_data
|
/linux-4.4.14/fs/ocfs2/dlm/ |
H A D | dlmconvert.c | 137 mlog(ML_ERROR, "attempted to convert a lock with a lock " __dlmconvert_master() 143 /* must be on grant queue to convert */ __dlmconvert_master() 145 mlog(ML_ERROR, "attempted to convert a lock not on grant " __dlmconvert_master() 154 /* EX + LKM_VALBLK + convert == set lvb */ __dlmconvert_master() 210 mlog(0, "doing in-place convert for nonlocal lock\n"); __dlmconvert_master() 221 mlog(0, "failed to convert NOQUEUE lock %.*s from " __dlmconvert_master() 293 mlog(0, "last convert request returned DLM_RECOVERING, but " dlmconvert_remote() 305 /* move lock to local convert queue */ dlmconvert_remote() 336 * DLM_RECOVERING and retry convert */ dlmconvert_remote() 368 struct dlm_convert_lock convert; dlm_send_remote_convert_request() local 377 memset(&convert, 0, sizeof(struct dlm_convert_lock)); dlm_send_remote_convert_request() 378 convert.node_idx = dlm->node_num; dlm_send_remote_convert_request() 379 convert.requested_type = type; dlm_send_remote_convert_request() 380 convert.cookie = lock->ml.cookie; dlm_send_remote_convert_request() 381 convert.namelen = res->lockname.len; dlm_send_remote_convert_request() 382 convert.flags = cpu_to_be32(flags); dlm_send_remote_convert_request() 383 memcpy(convert.name, res->lockname.name, convert.namelen); dlm_send_remote_convert_request() 386 vec[0].iov_base = &convert; dlm_send_remote_convert_request() 401 mlog(0, "node %u returned DLM_RECOVERING from convert " dlm_send_remote_convert_request() 404 mlog(0, "node %u returned DLM_MIGRATING from convert " dlm_send_remote_convert_request() 407 mlog(0, "node %u returned DLM_FORWARD from convert " dlm_send_remote_convert_request() 423 "from convert message!\n", res->owner); dlm_send_remote_convert_request() 504 mlog(ML_ERROR, "did not find lock to convert on grant queue! " dlm_convert_lock_handler()
|
H A D | dlmlock.c | 566 int convert = 0, recovery = 0; dlmlock() local 570 * lock and convert paths, especially in the retry blocks */ dlmlock() 587 convert = (flags & LKM_CONVERT); dlmlock() 591 (!dlm_is_recovery_lock(name, namelen) || convert) ) { dlmlock() 595 if (convert && (flags & LKM_LOCAL)) { dlmlock() 596 mlog(ML_ERROR, "strange LOCAL convert request!\n"); dlmlock() 600 if (convert) { dlmlock() 606 mlog(ML_ERROR, "NULL lock pointer in convert " dlmlock() 613 mlog(ML_ERROR, "NULL lockres pointer in convert " dlmlock() 620 * static after the original lock call. convert requests will dlmlock() 647 mlog(0, "retrying convert with migration/recovery/" dlmlock() 748 if (lock && !convert) dlmlock() 754 /* put lockres ref from the convert path dlmlock()
|
H A D | dlmapi.h | 45 DLM_CANCELGRANT, /* 10: can't cancel convert: already granted */ 58 DLM_CVTUNGRANT, /* 23: attempted to convert ungranted lock */
|
H A D | dlmast.c | 61 * This is needed because the lock and convert paths can queue 373 /* try convert queue for both ast/bast */ dlm_proxy_ast_handler() 381 /* if not on convert, try blocked for ast, granted for bast */
|
/linux-4.4.14/include/video/ |
H A D | videomode.h | 36 * videomode_from_timing - convert display timing to videomode 47 * videomode_from_timings - convert one display timings entry to videomode
|
H A D | display_timing.h | 80 * convert each entry to the desired end result.
|
/linux-4.4.14/scripts/basic/ |
H A D | bin2c.c | 2 * Unloved program to convert a binary on stdin to a C include on stdout
|
/linux-4.4.14/tools/perf/ |
H A D | builtin-data.c | 6 #include "data-convert-bt.h" 25 static const char * const data_subcommands[] = { "convert", NULL }; 48 "perf data convert [<options>]", 92 { "convert", "converts data file between formats", cmd_data_convert },
|
/linux-4.4.14/drivers/crypto/caam/ |
H A D | sg_sw_sec4.h | 11 * convert single dma address to h/w link table format 28 * convert scatterlist to h/w link table format 46 * convert scatterlist to h/w link table format
|
/linux-4.4.14/arch/ia64/include/asm/sn/ |
H A D | sn_cpuid.h | 42 * cpu_physical_id(cpuid) - convert a <cpuid> to a <physical_cpuid> 43 * cpu_logical_id(phy_id) - convert a <physical_cpuid> to a <cpuid> 56 * The macros convert between cpu physical ids & slice/nasid/cnodeid. 116 * cnodeid_to_nasid - convert a cnodeid to a NASID 121 * nasid_to_cnodeid - convert a NASID to a cnodeid
|
/linux-4.4.14/fs/ubifs/ |
H A D | ioctl.c | 53 * ioctl2ubifs - convert ioctl inode flags to UBIFS inode flags. 54 * @ioctl_flags: flags to convert 56 * This function convert ioctl flags (@FS_COMPR_FL, etc) to UBIFS inode flags 78 * ubifs2ioctl - convert UBIFS inode flags to ioctl inode flags. 79 * @ubifs_flags: flags to convert 81 * This function convert UBIFS (@UBIFS_COMPR_FL, etc) to ioctl flags
|
/linux-4.4.14/arch/ia64/sn/kernel/ |
H A D | iomv.c | 25 * sn_io_addr - convert an in/out port to an i/o address 26 * @port: port to convert 29 * on IA64. This routine will convert a port number into a valid
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2/ |
H A D | ex.S | 16 ! convert Exception Vector to Exception Number
|
/linux-4.4.14/arch/arm/mach-sa1100/include/mach/ |
H A D | mtd-xip.h | 22 /* we sample OSCR and convert desired delta to usec (1/4 ~= 1000000/3686400) */
|
/linux-4.4.14/arch/arm/mach-iop32x/include/mach/ |
H A D | hardware.h | 18 * but when we read them, we convert them to virtual addresses. See
|
/linux-4.4.14/arch/arm/mach-iop33x/include/mach/ |
H A D | hardware.h | 18 * but when we read them, we convert them to virtual addresses. See
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
H A D | cpsw.h | 33 u32 cpts_clock_mult; /* convert input clock ticks to nanoseconds */ 34 u32 cpts_clock_shift; /* convert input clock ticks to nanoseconds */
|
/linux-4.4.14/drivers/fmc/ |
H A D | fmc-sdb.c | 19 int convert) __sdb_rd() 22 if (convert) __sdb_rd() 32 int i, j, n, convert = 0; __fmc_scan_sdb_tree() local 37 /* Uh! If we are little-endian, we must convert */ __fmc_scan_sdb_tree() 39 convert = 1; __fmc_scan_sdb_tree() 41 /* ok, don't convert */ __fmc_scan_sdb_tree() 46 onew = __sdb_rd(fmc, sdb_addr + 4, convert); __fmc_scan_sdb_tree() 68 __sdb_rd(fmc, sdb_addr + (i * 64) + j, convert); __fmc_scan_sdb_tree() 18 __sdb_rd(struct fmc_device *fmc, unsigned long address, int convert) __sdb_rd() argument
|
/linux-4.4.14/fs/ntfs/ |
H A D | time.h | 33 * utc2ntfs - convert Linux UTC time to NTFS time 34 * @ts: Linux UTC time to convert to NTFS time 61 * Get the current time from the Linux kernel, convert it to its corresponding 70 * ntfs2utc - convert NTFS time to Linux time 71 * @time: NTFS time (little endian) to convert to Linux UTC
|
/linux-4.4.14/include/linux/ |
H A D | ktime.h | 80 /* convert a timespec to ktime_t format: */ timespec_to_ktime() 86 /* convert a timespec64 to ktime_t format: */ timespec64_to_ktime() 92 /* convert a timeval to ktime_t format: */ timeval_to_ktime() 237 * ktime_to_timespec_cond - convert a ktime_t variable to timespec 239 * @kt: the ktime_t variable to convert 256 * ktime_to_timespec64_cond - convert a ktime_t variable to timespec64 258 * @kt: the ktime_t variable to convert
|
H A D | ioprio.h | 50 * if process has set io priority explicitly, use that. if not, convert
|
H A D | timecounter.h | 50 * timecounter_init(). Also used to convert cycle counts into the 123 * timecounter_cyc2time - convert a cycle counter to same
|
/linux-4.4.14/arch/unicore32/include/asm/ |
H A D | memory.h | 95 * page_to_pfn(page) convert a struct page * to a PFN number 96 * pfn_to_page(pfn) convert a _valid_ PFN number to struct page * 98 * virt_to_page(k) convert a _valid_ virtual address to struct page *
|
/linux-4.4.14/fs/jfs/ |
H A D | jfs_dmap.h | 75 * convert disk block number to the logical block number of the dmap 89 * convert disk block number to the logical block number of the LEVEL 0 104 * convert disk block number to the logical block number of the LEVEL 1 119 * convert disk block number to the logical block number of the dmapctl 126 * convert aggregate map size to the zero origin dmapctl level of the 132 /* convert disk block number to allocation group number. 136 /* convert allocation group number to starting disk block 272 /* convert number of blocks to log2 number of blocks, rounding up to 277 /* convert number of leafs to log2 leaf value */ 280 /* convert leaf index to log2 leaf value */ 283 /* convert a block number to a dmap control leaf index */ 287 /* convert log2 leaf value to buddy size */
|
H A D | jfs_discard.c | 90 * convert byte values to block size of filesystem: jfs_ioc_trim()
|
H A D | jfs_imap.h | 39 /* convert inode number to iag number */ 42 /* convert iag number to logical block number of the iag page */
|
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/ |
H A D | ex.S | 16 ! convert Exception Vector to Exception Number
|
/linux-4.4.14/arch/arm/mach-pxa/include/mach/ |
H A D | mtd-xip.h | 22 /* we sample OSCR and convert desired delta to usec (1/4 ~= 1000000/3686400) */
|
/linux-4.4.14/drivers/w1/slaves/ |
H A D | w1_therm.c | 156 int (*convert)(u8 rom[9]); member in struct:w1_therm_family_converter 166 .convert = w1_DS18S20_convert_temp 170 .convert = w1_DS18B20_convert_temp 174 .convert = w1_DS18B20_convert_temp 178 .convert = w1_DS18B20_convert_temp 182 .convert = w1_DS18B20_convert_temp 218 return w1_therm_families[i].convert(rom); w1_convert_temp() 264 /* 750ms strong pullup (or delay) after the convert */ w1_slave_show()
|
/linux-4.4.14/mm/ |
H A D | frame_vector.c | 120 * But it shouldn't really fail to convert pfns back... put_vaddr_frames() 133 * frame_vector_to_pages - convert frame vector to contain page pointers 134 * @vec: frame vector to convert 161 * frame_vector_to_pfns - convert frame vector to contain pfns 162 * @vec: frame vector to convert
|
/linux-4.4.14/drivers/acpi/acpica/ |
H A D | nsconvert.c | 64 * DESCRIPTION: Attempt to convert a String/Buffer object to an Integer. 128 * DESCRIPTION: Attempt to convert a Integer/Buffer object to a String. 143 * Integer-to-String conversion. Commonly, convert acpi_ns_convert_to_string() 212 * DESCRIPTION: Attempt to convert a Integer/String/Package object to a Buffer. 316 * DESCRIPTION: Attempt to convert a String object to a Unicode string Buffer. 380 * DESCRIPTION: Attempt to convert a Integer object to a resource_template
|
H A D | rslist.c | 122 "Could not convert AML resource (Type 0x%X)", acpi_rs_convert_aml_to_resources() 168 /* Walk the resource descriptor list, convert each descriptor */ acpi_rs_convert_resources_to_aml() 221 "Could not convert resource (type 0x%X) to AML", acpi_rs_convert_resources_to_aml()
|
H A D | utnonansi.c | 58 * PARAMETERS: src_string - The source string to convert 86 * PARAMETERS: src_string - The source string to convert 231 /* Main loop: convert the string to a 32- or 64-bit integer */ acpi_ut_strtoul64()
|
H A D | exconvrt.c | 108 * strings are treated as raw data - we don't convert ascii to hex for acpi_ex_convert_to_integer() 629 * These types require an Integer operand. We can convert acpi_ex_convert_to_target_type() 639 * The operand must be a String. We can convert an acpi_ex_convert_to_target_type() 649 * The operand must be a Buffer. We can convert an acpi_ex_convert_to_target_type()
|
H A D | utuuid.c | 54 * This table is used to convert an input UUID ascii string to a 16 byte
|
H A D | exresop.c | 414 * But we can implicitly convert from a STRING or BUFFER acpi_ex_resolve_operands() 440 * But we can implicitly convert from a STRING or INTEGER acpi_ex_resolve_operands() 465 * But we can implicitly convert from a BUFFER or INTEGER acpi_ex_resolve_operands()
|
H A D | actables.h | 86 * tbfadt - FADT parse/convert/validate
|
H A D | dbcmds.c | 80 * PARAMETERS: in_string - String to convert 96 /* Numeric argument, convert */ acpi_db_convert_to_node() 553 /* Attempt to convert the raw buffer to a resource list */ acpi_db_display_template() 562 ("Could not convert Buffer to a resource list: %s, %s\n", acpi_db_display_template()
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
H A D | main.h | 44 /* Lightweight function to convert a frequency (in Mhz) to a channel number. */ 64 /* Lightweight function to convert a channel number to a frequency (in Mhz). */
|
/linux-4.4.14/arch/x86/xen/ |
H A D | irq.c | 36 /* convert to IF type flag xen_save_fl() 48 /* convert from IF type flag */ xen_restore_fl()
|
/linux-4.4.14/drivers/scsi/megaraid/ |
H A D | megaraid_mm.h | 60 * : format. If we get this mimd packet, we will convert it into
|
/linux-4.4.14/drivers/pnp/isapnp/ |
H A D | compat.c | 2 * compat.c - A series of functions to make it easier to convert drivers that use
|
/linux-4.4.14/arch/xtensa/kernel/ |
H A D | Makefile | 26 # We need to post-process the generated vmlinux.lds scripts to convert
|
/linux-4.4.14/lib/ |
H A D | hexdump.c | 22 * hex_to_bin - convert a hex digit to its real value 40 * hex2bin - convert an ascii hexadecimal string to its binary representation 63 * bin2hex - convert binary data to an ascii hexadecimal string 79 * hex_dump_to_buffer - convert a blob of data to "hex ASCII" in memory
|
H A D | kstrtox.c | 107 * kstrtoull - convert a string to an unsigned long long 131 * kstrtoll - convert a string to a long long 203 * kstrtouint - convert a string to an unsigned int 234 * kstrtoint - convert a string to an int
|
/linux-4.4.14/fs/btrfs/ |
H A D | sysfs.h | 63 /* convert from attribute */
|
/linux-4.4.14/fs/omfs/ |
H A D | omfs.h | 28 /* convert a cluster number to a scaled block number */ clus_to_blk()
|
/linux-4.4.14/arch/mips/include/asm/sn/ |
H A D | arch.h | 46 * These macros are used by various parts of the kernel to convert
|
/linux-4.4.14/arch/sh/kernel/cpu/shmobile/ |
H A D | cpuidle.c | 36 /* convert allowed mode to allowed state */ cpuidle_sleep_enter()
|
/linux-4.4.14/arch/mips/math-emu/ |
H A D | ieee754dp.h | 58 /* convert denormal to normalized with extended exponent */
|
H A D | ieee754sp.h | 63 /* convert denormal to normalized with extended exponent */
|
/linux-4.4.14/arch/m32r/mm/ |
H A D | ioremap-nommu.c | 35 * have to convert them into an offset in a page-aligned mapping, but the
|
H A D | ioremap.c | 36 * have to convert them into an offset in a page-aligned mapping, but the
|
/linux-4.4.14/sound/soc/sh/rcar/ |
H A D | rcar_snd.h | 55 u32 convert_rate; /* sampling rate convert */
|
H A D | src.c | 25 struct rsnd_kctrl_cfg_s sen; /* sync convert enable */ 26 struct rsnd_kctrl_cfg_s sync; /* sync convert */ 27 u32 convert_rate; /* sampling rate convert */ 274 * return convert rate if SRC is used, rsnd_src_get_ssi_rate() 327 * sampling rate convert. Then, SRC should be FE. rsnd_src_hw_params() 674 * Enable SRC output if you want to use sync convert together with DVC _rsnd_src_start_gen2() 931 * enable SRC sync convert if possible rsnd_src_pcm_new_gen2() 935 * SRC sync convert needs clock master rsnd_src_pcm_new_gen2() 947 * enable sync convert rsnd_src_pcm_new_gen2()
|
H A D | adg.c | 230 dev_dbg(dev, "convert rate %d <-> %d\n", src_rate, dst_rate); rsnd_adg_set_convert_clk_gen2() 276 dev_err(dev, "can't find convert src clk\n"); rsnd_adg_set_convert_clk_gen1() 284 dev_dbg(dev, "adg convert src clk = %02x\n", val); rsnd_adg_set_convert_clk_gen1()
|
/linux-4.4.14/drivers/power/ |
H A D | ds2760_battery.c | 151 * reports in units of uV, so convert by multiplying by 4880. */ ds2760_battery_read_status() 157 * class reports in units of µA, so convert by multiplying by 625. */ ds2760_battery_read_status() 170 * battery class reports in units of 1/10 °C, so we convert by ds2760_battery_read_status() 184 di->rated_capacity *= 1000; /* convert to µAh */ ds2760_battery_read_status() 201 di->full_active_uAh *= 1000; /* convert to µAh */ ds2760_battery_read_status() 209 di->empty_uAh *= 1000; /* convert to µAh */ ds2760_battery_read_status() 463 /* the interface counts in uAh, convert the value */ ds2760_battery_set_property()
|
H A D | rx51_battery.c | 52 * Read ADCIN channel 12 (voltage) and convert RAW value to micro voltage 104 * Read ADCIN channel 0 (battery temp) and convert value to tenths of Celsius 143 * Read ADCIN channel 4 (BSI) and convert RAW value to micro Ah
|
/linux-4.4.14/fs/adfs/ |
H A D | inode.c | 167 * of time to convert from RISC OS epoch to Unix epoch. 186 /* convert 40-bit centi-seconds to 32-bit seconds adfs_adfs2unix_time() 195 /* convert from RISC OS to Unix epoch */ adfs_adfs2unix_time() 220 /* convert 32-bit seconds to 40-bit centi-seconds */ adfs_unix2adfs_time() 294 * Validate and convert a changed access mode/time to their ADFS equivalents.
|
/linux-4.4.14/arch/m68k/fpsp040/ |
H A D | kernel_ex.S | 163 sne LOCAL_SGN(%a0) |convert to internal ext format 168 bfclr LOCAL_SGN(%a0){#0:#8} |convert back to IEEE ext format 394 sne LOCAL_SGN(%a0) |convert to internal ext format 424 sne LOCAL_SGN(%a0) |convert to internal ext format 427 bfclr LOCAL_SGN(%a0){#0:#8} |convert back to IEEE ext format 456 sne LOCAL_SGN(%a0) |convert to internal ext format 461 bfclr LOCAL_SGN(%a0){#0:#8} |convert back to IEEE ext format 470 sne LOCAL_SGN(%a0) |convert to internal ext format 475 bfclr LOCAL_SGN(%a0){#0:#8} |convert back to IEEE ext format
|
H A D | smovecr.S | 150 sne LOCAL_SGN(%a0) |convert to internal ext. format 154 bfclr LOCAL_SGN(%a0){#0:#8} |convert back to IEEE ext format
|
/linux-4.4.14/drivers/scsi/bfa/ |
H A D | bfa_plog.h | 60 * their module id. BFAL will convert the integer value to string format 86 * their event type. BFAL will convert the integer value to string format
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_adminq.h | 111 * i40e_aq_rc_to_posix - convert errors to user-land codes 113 * aq_rc: AdminQ firmware error code to convert
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
H A D | i40e_adminq.h | 111 * i40e_aq_rc_to_posix - convert errors to user-land codes 113 * aq_rc: AdminQ firmware error code to convert
|
/linux-4.4.14/net/tipc/ |
H A D | addr.c | 67 * addr_domain - convert 2-bit scope value to equivalent message lookup domain 128 * tipc_addr_scope - convert message lookup domain to a 2-bit scope value
|
H A D | bearer.h | 93 * @addr2str: convert media address format to string 94 * @addr2msg: convert from media addr format to discovery msg addr format 95 * @msg2addr: convert from discovery msg addr format to media addr format 96 * @raw2addr: convert from raw addr format to media addr format
|
H A D | ib_media.c | 45 /* convert InfiniBand address (media address format) media address to string */ tipc_ib_addr2str()
|
/linux-4.4.14/sound/core/oss/ |
H A D | linear.c | 55 static void convert(struct snd_pcm_plugin *plugin, convert() function 110 convert(plugin, src_channels, dst_channels, frames); linear_transfer()
|
/linux-4.4.14/fs/ceph/ |
H A D | export.c | 106 * convert regular fh to dentry 184 * convert regular fh to parent
|
/linux-4.4.14/include/media/ |
H A D | v4l2-flash-led-class.h | 40 /* convert intensity to brightness in a device specific manner */ 43 /* convert brightness to intensity in a device specific manner */
|
/linux-4.4.14/include/net/netfilter/ |
H A D | nf_conntrack_l4proto.h | 68 /* convert protoinfo to nfnetink attributes */ 74 /* convert nfnetlink attributes to protoinfo */
|
/linux-4.4.14/include/uapi/linux/ |
H A D | dlmconstants.h | 98 * to grant the lock, ignoring other locks in convert and wait queues. 108 * Add a lock to the head of the convert or wait queue rather than the tail.
|
H A D | falloc.h | 31 * FALLOC_FL_ZERO_RANGE is used to convert a range of file to zeros preferably
|
H A D | bpf.h | 28 #define BPF_TO_LE 0x00 /* convert to little-endian */ 29 #define BPF_TO_BE 0x08 /* convert to big-endian */
|
/linux-4.4.14/arch/m68k/include/asm/ |
H A D | atariints.h | 37 /* convert vector number to int source number */ 40 /* convert irq_handler index to vector number */
|
/linux-4.4.14/arch/arm/mach-omap2/ |
H A D | prm2xxx.c | 76 * omap2xxx_pwrst_to_common_pwrst - convert OMAP2xxx pwrst to common pwrst 77 * @omap2xxx_pwrst: OMAP2xxx hardware power state to convert
|
H A D | voltage.h | 120 * @vsel_to_uv: PMIC API to convert vsel value to actual voltage in uV. 121 * @uv_to_vsel: PMIC API to convert voltage in uV to vsel value.
|
/linux-4.4.14/sound/usb/ |
H A D | proc.c | 31 /* convert our full speed USB rate into sampling rate in Hz */ get_full_speed_hz() 37 /* convert our high speed USB rate into sampling rate in Hz */ get_high_speed_hz()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
H A D | lpfc_compat.h | 85 /* convert bytes in argument list to word count for copy function */ lpfc_memcpy_to_slim()
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | sysfb_simplefb.c | 13 * Try to convert "screen_info" into a "simple-framebuffer" compatible mode.
|
/linux-4.4.14/fs/isofs/ |
H A D | util.c | 9 * We have to convert from a MM/DD/YY format to the Unix ctime format.
|
/linux-4.4.14/net/bridge/netfilter/ |
H A D | ebt_limit.c | 80 /* User avg in seconds * EBT_LIMIT_SCALE: convert to jiffies * 128. */ ebt_limit_mt_check()
|
/linux-4.4.14/sound/core/seq/ |
H A D | seq_clientmgr.h | 62 int convert32; /* convert 32->64bit */
|
/linux-4.4.14/fs/afs/ |
H A D | misc.c | 20 * convert an AFS abort code to a Linux error number
|
/linux-4.4.14/arch/sh/lib64/ |
H A D | sdivsi3.S | 32 shlli r19, 45, r19 /* multiply by two and convert to s2.58 */
|
/linux-4.4.14/arch/metag/mm/ |
H A D | ioremap.c | 25 * have to convert them into an offset in a page-aligned mapping, but the
|
/linux-4.4.14/arch/parisc/mm/ |
H A D | ioremap.c | 24 * have to convert them into an offset in a page-aligned mapping, but the
|
/linux-4.4.14/arch/powerpc/boot/ |
H A D | gamecube-head.S | 37 clrlwi 8, 8, 3 /* convert to a real address */
|
H A D | planetcore.c | 25 * To make it easier to parse, we first convert all the
|
H A D | wii-head.S | 38 clrlwi 8, 8, 3 /* convert to a real address */
|
/linux-4.4.14/arch/cris/include/asm/ |
H A D | page.h | 56 /* convert a page (based on mem_map and forward) to a physical address
|
/linux-4.4.14/arch/cris/mm/ |
H A D | ioremap.c | 27 * have to convert them into an offset in a page-aligned mapping, but the
|
/linux-4.4.14/drivers/hwmon/ |
H A D | max197.c | 185 ret = data->pdata->convert(data->ctrl_bytes[channel]); max197_show_input() 272 if (pdata->convert == NULL) { max197_probe() 273 dev_err(&pdev->dev, "no convert function supplied\n"); max197_probe()
|
H A D | sht21.c | 57 * sht21_temp_ticks_to_millicelsius() - convert raw temperature ticks to 72 * sht21_rh_ticks_to_per_cent_mille() - convert raw humidity ticks to
|
H A D | tmp102.c | 64 /* convert left adjusted 13-bit TMP102 register value to milliCelsius */ tmp102_reg_to_mC() 70 /* convert milliCelsius to left adjusted 13-bit TMP102 register value */ tmp102_mC_to_reg()
|
H A D | hih6130.c | 59 * hih6130_temp_ticks_to_millicelsius() - convert raw temperature ticks to 74 * hih6130_rh_ticks_to_per_cent_mille() - convert raw humidity ticks to
|
H A D | ltc4215.c | 119 * Step 1: convert sense register to microVolts ltc4215_get_current() 120 * Step 2: convert voltage to milliAmperes ltc4215_get_current()
|
H A D | lm70.c | 174 /* NOTE: we assume 8-bit words, and convert to 16 bits manually */ lm70_probe()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
H A D | antsel.c | 178 * convert ant_cfg to mimo_antsel (ucode interface) 241 /* boardlevel antenna selection: convert id to ant_cfg */ brcms_c_antsel_id2antcfg() 292 /* boardlevel antenna selection: convert mimo_antsel (ucode interface) to id */ brcms_c_antsel_antsel2id()
|
H A D | pmu.c | 158 * the same time convert to KHz si_pmu_measure_alpclk()
|
/linux-4.4.14/fs/ |
H A D | fhandle.c | 43 /* convert handle size to multiple of sizeof(u32) */ do_sys_name_to_handle() 51 /* convert handle size to bytes */ do_sys_name_to_handle() 80 * sys_name_to_handle_at: convert name to handle
|
/linux-4.4.14/arch/arm/include/asm/ |
H A D | memory.h | 323 * page_to_pfn(page) convert a struct page * to a PFN number 324 * pfn_to_page(pfn) convert a _valid_ PFN number to struct page * 326 * virt_to_page(k) convert a _valid_ virtual address to struct page *
|
H A D | opcodes.h | 55 * __mem_to_opcode_*() convert from in-memory representation to canonical form. 56 * __opcode_to_mem_*() convert from canonical form to in-memory representation.
|
/linux-4.4.14/sound/synth/emux/ |
H A D | emux_nrpn.c | 33 int (*convert)(int val); member in struct:nrpn_conv_table 48 * convert NRPN/control values 59 cval = table[i].convert(val); send_converted_effect()
|
/linux-4.4.14/arch/parisc/kernel/ |
H A D | pacache.S | 566 /* Drop prot bits and convert to page addr for iitlbt and idtlbt */ 605 convert_phys_for_tlb_insert20 %r26 /* convert phys addr to tlb insert format */ 606 convert_phys_for_tlb_insert20 %r23 /* convert phys addr to tlb insert format */ 612 extrw,u %r26, 24,25, %r26 /* convert phys addr to tlb insert format */ 613 extrw,u %r23, 24,25, %r23 /* convert phys addr to tlb insert format */ 759 convert_phys_for_tlb_insert20 %r26 /* convert phys addr to tlb insert format */ 763 extrw,u %r26, 24,25, %r26 /* convert phys addr to tlb insert format */ 843 convert_phys_for_tlb_insert20 %r26 /* convert phys addr to tlb insert format */ 847 extrw,u %r26, 24,25, %r26 /* convert phys addr to tlb insert format */ 919 convert_phys_for_tlb_insert20 %r26 /* convert phys addr to tlb insert format */ 923 extrw,u %r26, 24,25, %r26 /* convert phys addr to tlb insert format */
|
/linux-4.4.14/fs/cifs/ |
H A D | cifs_unicode.c | 112 * cifs_mapchar - convert a host-endian char to proper char in codepage 145 /* convert SURROGATE_PAIR and IVS */ cifs_mapchar() 160 * cifs_from_utf16 - convert utf16le string to local charset 263 * convert utf8 -> utf16, we assume we have enough space cifs_strtoUTF16() 346 * Take a string given by the server, convert it to the local codepage and 492 /* convert SURROGATE_PAIR */ cifsConvertToUTF16() 589 * Take a string convert it from the local codepage to UTF16 and
|
/linux-4.4.14/arch/powerpc/mm/ |
H A D | slice.c | 437 * check if fits in good | compat | free => convert free slice_get_unmapped_area() 441 * check if hint fits in good | free => convert free slice_get_unmapped_area() 444 * search in good | free, found => convert free slice_get_unmapped_area() 445 * search in good | compat | free, found => convert free. slice_get_unmapped_area() 493 goto convert; slice_get_unmapped_area() 534 convert: slice_get_unmapped_area() 667 * "convert" back a slice with no VMAs to the standard page size, only
|
/linux-4.4.14/drivers/regulator/ |
H A D | helpers.c | 343 * @selector: Selector to convert into a voltage 367 * @selector: Selector to convert into a voltage 404 * @selector: Selector to convert into a voltage
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | pal.S | 165 dep.z loc2=loc2,0,61 // convert pal entry point to physical 166 tpa r8=r8 // convert rp to physical 218 dep.z loc2=loc2,0,61 // convert pal entry point to physical
|
H A D | uncached.c | 108 /* convert the memory pages from cached to uncached */ uncached_add_chunk() 164 /* failed to convert or add the chunk so give it back to the kernel */ uncached_add_chunk()
|
/linux-4.4.14/drivers/watchdog/ |
H A D | ts72xx_wdt.c | 83 * We provide two functions that convert between these: 187 * Try to convert default timeout to valid register ts72xx_wdt_open() 193 "failed to convert timeout (%d) to register value\n", ts72xx_wdt_open()
|
/linux-4.4.14/drivers/ps3/ |
H A D | vuart.h | 37 struct ps3_system_bus_device *dev; /* to convert work to device */
|
/linux-4.4.14/drivers/staging/iio/accel/ |
H A D | adis16220.h | 66 /* Product identifier; convert to decimal = 16220 */
|
/linux-4.4.14/drivers/video/fbdev/nvidia/ |
H A D | nv_backlight.c | 37 /* Get and convert the value */ nvidia_bl_get_level_brightness()
|
/linux-4.4.14/drivers/macintosh/ |
H A D | via-pmu-backlight.c | 61 /* Get and convert the value */ pmu_backlight_get_level_brightness()
|
/linux-4.4.14/drivers/ide/ |
H A D | ide-generic.c | 16 /* FIXME: convert arm and m32r to use ide_platform host driver */
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_resource_priv.h | 41 * type and provide a function to convert its ttm_base_object pointer to
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_hwtstamp.c | 135 /* convert sec time value to nanosecond */ stmmac_get_systime()
|
/linux-4.4.14/drivers/edac/ |
H A D | e7xxx_edac.c | 215 page = error_1b >> 6; /* convert the address to 4k page */ process_ce() 220 /* convert syndrome to channel */ process_ce() 242 block_page = error_2b >> 6; /* convert to 4k address */ process_ue() 384 /* convert a 64 or 32 MiB DRB to a page size. */ e7xxx_init_csrows()
|
/linux-4.4.14/arch/x86/boot/ |
H A D | string.c | 93 * simple_strtoull - convert a string to an unsigned long long
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | pgtable_64.h | 123 * Conversion functions: convert a page and protection to a page entry,
|
H A D | cacheflush.h | 78 * To convert these cases, use set_memory_*() on the original
|
/linux-4.4.14/arch/x86/lib/ |
H A D | rwsem.S | 27 * need to convert that sequence back into the C sequence when
|
/linux-4.4.14/arch/blackfin/mach-common/ |
H A D | cache.S | 116 /* Our headers convert the page structure to an address, so just need to flush
|
/linux-4.4.14/scripts/ |
H A D | show_delta | 67 # if any problem parsing time, don't convert anything
|
H A D | recordmcount.pl | 88 # file after it is linked together. To do this, we convert func1 91 # We can convert func1 back into a local symbol and we are done. 155 my %convert; # List of local functions used that needs conversion 452 $convert{$ref_func} = 1; 554 my @converts = keys %convert;
|
/linux-4.4.14/security/apparmor/ |
H A D | file.c | 26 * audit_file_mask - convert mask to permission string 28 * @mask: permission mask to convert 184 * compute_perms - convert dfa compressed perms to internal perms 189 * TODO: convert from dfa + state to permission entry, do computation conversion
|
/linux-4.4.14/fs/9p/ |
H A D | vfs_inode.c | 58 * unixmode2p9mode - convert unix mode bits to plan 9 60 * @mode: mode to convert 93 * p9mode2perm- convert plan9 mode bits to unix permission bits 119 * p9mode2unixmode- convert plan9 mode bits to unix mode bits 170 * v9fs_uflags2omode- convert posix open flags to plan 9 mode bits 171 * @uflags: flags to convert 566 * v9fs_at_to_dotl_flags- convert Linux specific AT flags to 568 * @flags: flags to convert 1206 * v9fs_qid2ino - convert qid into inode number
|
/linux-4.4.14/kernel/time/ |
H A D | timecounter.c | 55 /* convert to nanoseconds: */ timecounter_read_delta()
|
/linux-4.4.14/fs/xfs/ |
H A D | xfs_bmap_util.h | 50 int rt, int eof, int delay, int convert,
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | code-patching.h | 67 * A linker optimisation may convert the addis to lis: ppc_function_entry()
|
/linux-4.4.14/arch/s390/include/asm/ |
H A D | timex.h | 137 * tod_to_ns - convert a TOD format value to nanoseconds
|
/linux-4.4.14/arch/sh/kernel/ |
H A D | iomap.c | 77 * convert to CPU byte order. We write in "IO byte
|
/linux-4.4.14/arch/sh/mm/ |
H A D | ioremap.c | 34 * have to convert them into an offset in a page-aligned mapping, but the
|
/linux-4.4.14/arch/arm64/kernel/ |
H A D | smp_spin_table.c | 95 * read this address need to convert this address to the smp_spin_table_cpu_prepare()
|
/linux-4.4.14/arch/arm/mach-lpc32xx/ |
H A D | timer.c | 110 /* Get ARM HCLKPLL register and convert it into a frequency */ lpc32xx_timer_init()
|
/linux-4.4.14/drivers/firmware/google/ |
H A D | memconsole.c | 113 length <<= 10; /* convert to bytes */ found_memconsole()
|
/linux-4.4.14/sound/soc/codecs/ |
H A D | sn95031.h | 120 /* multipier to convert to mV */
|
/linux-4.4.14/include/linux/i2c/ |
H A D | twl4030-madc.h | 42 * @raw: Return raw value, do not convert it
|
/linux-4.4.14/tools/perf/util/ |
H A D | data-convert-bt.c | 21 #include "data-convert-bt.h" 72 struct convert { struct 561 struct convert *c = container_of(tool, struct convert, tool); process_sample_event() 1094 struct convert *c = cb; convert__config() 1096 if (!strcmp(var, "convert.queue-size")) { convert__config() 1112 struct convert c = { bt_convert__perf2ctf() 1164 "[ perf data convert: Converted '%s' into CTF data '%s' ]\n", bt_convert__perf2ctf() 1168 "[ perf data convert: Converted and wrote %.3f MB (%" PRIu64 " samples) ]\n", bt_convert__perf2ctf()
|
H A D | debug.c | 156 { .name = "data-convert", .ptr = &debug_data_convert },
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
H A D | ni_daq_700.c | 157 range++; /* convert range to hardware value */ daq700_ai_rinsn() 166 /* convert n samples */ daq700_ai_rinsn()
|
/linux-4.4.14/drivers/video/fbdev/core/ |
H A D | cfbfillrect.c | 87 * Left/right are the appropriate shifts to convert to the pattern to be 212 * Left/right are the appropriate shifts to convert to the pattern to be
|
H A D | sysfillrect.c | 76 * Left/right are the appropriate shifts to convert to the pattern to be 186 * Left/right are the appropriate shifts to convert to the pattern to be
|
/linux-4.4.14/drivers/md/ |
H A D | md-cluster.c | 519 /*up-convert to PR on message_lockres*/ recv_daemon() 587 /*down-convert EX to CW on Message*/ __sendmsg() 590 pr_err("md-cluster: failed to convert EX to CW on MESSAGE(%d)\n", __sendmsg() 595 /*up-convert CR to EX on Ack*/ __sendmsg() 598 pr_err("md-cluster: failed to convert CR to EX on ACK(%d)\n", __sendmsg() 603 /*down-convert EX to CR on Ack*/ __sendmsg() 606 pr_err("md-cluster: failed to convert EX to CR on ACK(%d)\n", __sendmsg() 614 pr_err("md-cluster: failed convert to NL on MESSAGE(%d)\n", __sendmsg()
|
/linux-4.4.14/drivers/iio/adc/ |
H A D | ad7887.c | 31 #define AD7887_CH_AIN1 BIT(3) /* convert on channel 1, DUAL=1 */ 32 #define AD7887_CH_AIN0 0 /* convert on channel 0, DUAL=0,1 */
|
/linux-4.4.14/drivers/media/rc/img-ir/ |
H A D | img-ir-hw.h | 159 * @scancode: Pointer to function to convert the IR data into a scancode (it 164 * @filter: Pointer to function to convert scancode filter to raw hardware
|
H A D | img-ir-hw.c | 75 /* multiply by unit and convert to microseconds */ img_ir_timing_preprocess() 98 /* multiply by unit and convert to microseconds (round up) */ img_ir_timings_preprocess() 189 /* convert from microseconds into clock cycles */ img_ir_timing_range_convert() 214 /* we calculate period in hw_period, then convert in place */ img_ir_symbol_timing() 249 /* convert and shift ft_min, rounding upwards */ img_ir_free_timing() 326 /* and convert tolerance to fraction out of 128 */ img_ir_decoder_preprocess() 488 /* convert scancode filter to raw filter */ img_ir_set_filter()
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
H A D | icp_qat_hw.h | 254 #define ICP_QAT_HW_CIPHER_CONFIG_BUILD(mode, algo, convert, dir) \ 257 ((convert & QAT_CIPHER_CONVERT_MASK) << QAT_CIPHER_CONVERT_BITPOS) | \
|
/linux-4.4.14/drivers/char/ |
H A D | efirtc.c | 328 /* XXX fixme: convert to string? */ efi_rtc_proc_show() 347 /* XXX fixme: convert to string? */ efi_rtc_proc_show()
|
/linux-4.4.14/drivers/clk/hisilicon/ |
H A D | clk-hi6220-stub.c | 130 /* convert from kHz to Hz */ hi6220_stub_clk_recalc_rate() 178 /* convert from kHz to Hz */ hi6220_stub_clk_round_rate()
|
/linux-4.4.14/arch/alpha/kernel/ |
H A D | sys_titan.c | 249 /* convert to SRM vector... priority is <63> -> <0> */ titan_dispatch_irqs() 252 vector = 0x900 + (vector << 4); /* convert to SRM vector */ titan_dispatch_irqs()
|
/linux-4.4.14/net/9p/ |
H A D | error.c | 142 {"wstat can't convert between files and directories", EPERM}, 215 * errstr2errno - convert error string to error number
|
/linux-4.4.14/net/core/ |
H A D | utils.c | 109 * in4_pton - convert an IPv4 address from literal to binary representation 175 * in6_pton - convert an IPv6 address from literal to binary representation
|
/linux-4.4.14/net/sunrpc/ |
H A D | addr.c | 300 * rpc_uaddr2sockaddr - convert a universal address to a socket address. 302 * @uaddr: C string containing universal address to convert
|
/linux-4.4.14/fs/xfs/libxfs/ |
H A D | xfs_bmap.h | 108 * from written to unwritten, otherwise convert from unwritten to written. 115 * Use in conjunction with XFS_BMAPI_CONVERT to convert unwritten extents found
|
H A D | xfs_dir2_sf.c | 381 * that's already there, and then room to convert to a block directory. 574 * we'll go back, convert to block, then try the insert and convert xfs_dir2_sf_addname_pick() 660 * convert it to local format. xfs_dir2_sf_create() 897 * New inode number is large, and need to convert to 8-byte inodes. xfs_dir2_sf_replace() 909 * Won't fit as shortform, convert to block then do replace. xfs_dir2_sf_replace() 919 * Still fits, convert to 8-byte now. xfs_dir2_sf_replace() 968 * And the old count was one, so need to convert to small. xfs_dir2_sf_replace()
|
/linux-4.4.14/arch/powerpc/sysdev/ |
H A D | cpm_common.c | 200 * @offset: muram offset to convert 216 * @offset: virtual address from cpm_muram_addr() to convert
|
/linux-4.4.14/arch/nios2/include/asm/ |
H A D | pgtable.h | 238 * Conversion functions: convert a page and protection to a page entry, 246 * Conversion functions: convert a page and protection to a page entry,
|
/linux-4.4.14/arch/m32r/include/asm/ |
H A D | pgtable.h | 276 * Conversion functions: convert a page and protection to a page entry, 290 * Conversion functions: convert a page and protection to a page entry,
|
/linux-4.4.14/include/linux/irqchip/ |
H A D | mips-gic.h | 222 /* Add 2 to convert GIC CPU pin to core interrupt */ 225 /* Add 2 to convert non-EIC hardware interrupt to EIC vector number. */
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
H A D | fplsp.S | 572 # copy, convert, and tag input argument 629 # copy, convert, and tag input argument 687 # copy, convert, and tag input argument 749 # copy, convert, and tag input argument 806 # copy, convert, and tag input argument 864 # copy, convert, and tag input argument 926 # copy, convert, and tag input argument 983 # copy, convert, and tag input argument 1041 # copy, convert, and tag input argument 1103 # copy, convert, and tag input argument 1160 # copy, convert, and tag input argument 1218 # copy, convert, and tag input argument 1280 # copy, convert, and tag input argument 1337 # copy, convert, and tag input argument 1395 # copy, convert, and tag input argument 1457 # copy, convert, and tag input argument 1514 # copy, convert, and tag input argument 1572 # copy, convert, and tag input argument 1634 # copy, convert, and tag input argument 1691 # copy, convert, and tag input argument 1749 # copy, convert, and tag input argument 1811 # copy, convert, and tag input argument 1868 # copy, convert, and tag input argument 1926 # copy, convert, and tag input argument 1988 # copy, convert, and tag input argument 2045 # copy, convert, and tag input argument 2103 # copy, convert, and tag input argument 2165 # copy, convert, and tag input argument 2222 # copy, convert, and tag input argument 2280 # copy, convert, and tag input argument 2342 # copy, convert, and tag input argument 2399 # copy, convert, and tag input argument 2457 # copy, convert, and tag input argument 2519 # copy, convert, and tag input argument 2576 # copy, convert, and tag input argument 2634 # copy, convert, and tag input argument 2696 # copy, convert, and tag input argument 2753 # copy, convert, and tag input argument 2811 # copy, convert, and tag input argument 2873 # copy, convert, and tag input argument 2930 # copy, convert, and tag input argument 2988 # copy, convert, and tag input argument 3050 # copy, convert, and tag input argument 3107 # copy, convert, and tag input argument 3165 # copy, convert, and tag input argument 3227 # copy, convert, and tag input argument 3284 # copy, convert, and tag input argument 3342 # copy, convert, and tag input argument 3404 # copy, convert, and tag input argument 3461 # copy, convert, and tag input argument 3519 # copy, convert, and tag input argument 3581 # copy, convert, and tag input argument 3638 # copy, convert, and tag input argument 3696 # copy, convert, and tag input argument 3758 # copy, convert, and tag input argument 3815 # copy, convert, and tag input argument 3873 # copy, convert, and tag input argument 3935 # copy, convert, and tag input argument 3992 # copy, convert, and tag input argument 4050 # copy, convert, and tag input argument 4112 # copy, convert, and tag input argument 4171 # copy, convert, and tag input argument 4231 # copy, convert, and tag input argument 4295 # copy, convert, and tag input argument 4361 # copy, convert, and tag input argument 4427 # copy, convert, and tag input argument 4499 # copy, convert, and tag input argument 4565 # copy, convert, and tag input argument 4631 # copy, convert, and tag input argument 4703 # copy, convert, and tag input argument 4769 # copy, convert, and tag input argument 4835 # copy, convert, and tag input argument 7129 fmov.l %d1,%fp0 # convert to floating-format 7226 fmov.l %d1,%fp0 # convert to floating-format 7293 fmov.l %d1,%fp0 # convert to floating-format 8720 # 2.3 Return ans := convert-to-double-extended(k). # 9798 bsr.l unnorm_fix # convert to norm,denorm,or zero
|
/linux-4.4.14/fs/dlm/ |
H A D | lock.c | 195 printk(KERN_ERR "rsb convert queue:\n"); dlm_dump_rsb() 1312 /* add/remove lkb to rsb's grant/convert/wait queue */ 1531 /* Cancel state was preemptively cleared by a successful convert, _remove_from_waiters() 1541 /* Remove for the convert reply, and premptively remove for the _remove_from_waiters() 1542 cancel reply. A convert has been granted while there's still _remove_from_waiters() 1545 because the app gets the convert result and then can follow up _remove_from_waiters() 1546 with another op, like convert. This subsequent op would see the _remove_from_waiters() 2049 /* Manipulate lkb's on rsb's convert/granted/waiting queues 2051 revert_lock -- used for cancel, moves lkb from convert to granted 2052 grant_lock -- used for request and convert, adds lkb to granted or 2053 moves lkb from convert or waiting to granted 2224 * convert queue from being granted, then deadlk/demote lkb. 2245 * resolving it (by demotion) would lead to the first lock on the convert 2247 * between locks on the convert queue while they couldn't be granted anyway. 2251 * lkb1 exists anywhere in the convert queue and lkb2 comes in with a granted 2253 * deadlk/demote on lkb2 right away and don't let it onto the convert queue. 2256 * both already on the convert queue. 2375 * doesn't _have_ to go onto the convert queue where it's processed in _can_be_granted() 2378 * convert is moved to the conversion queue the condition below applies _can_be_granted() 2386 * Even if the convert is compat with all granted locks, _can_be_granted() 2387 * QUECVT forces it behind other locks on the convert queue. _can_be_granted() 2506 for locks pending on the convert list. Once verified (watch for these 2592 on either the convert or waiting queue. 2593 high is the largest rqmode of all locks blocked on the convert or 2629 * If there are locks left on the wait/convert queue then send blocking grant_pending_locks() 3125 the ast for the convert. */ do_convert() 3148 /* else fall through and move to convert queue */ do_convert() 3289 /* remove an existing lkb from the convert or wait queue */ 3423 int error, convert = flags & DLM_LKF_CONVERT; dlm_lock() local 3431 if (convert) dlm_lock() 3444 if (convert) dlm_lock() 3452 if (convert || error) dlm_lock() 4602 /* convert would block (be queued) on remote master */ __receive_convert_reply() 4613 /* convert was queued on remote master */ __receive_convert_reply() 4623 /* convert was granted on remote master */ __receive_convert_reply() 5498 * we are interested in are those with lkb's on either the convert or 5502 * convert or waiting queues, and attempt to grant on those rsbs.
|
/linux-4.4.14/fs/ext4/ |
H A D | page-io.c | 154 * Check a range of space and convert unwritten extents to written. Note that 177 "failed to convert unwritten extents to written " ext4_end_io() 256 * work on completed IO, to convert unwritten extents to extents
|
/linux-4.4.14/net/caif/ |
H A D | cfctrl.c | 246 /* Construct a frame, convert DatagramConnectionID to network cfctrl_linkup_request() 431 /* Construct a frame, convert cfctrl_recv() 452 /* Construct a frame, convert cfctrl_recv()
|
/linux-4.4.14/net/sched/ |
H A D | sch_pie.c | 198 /* convert from microseconds to pschedtime */ pie_change() 203 /* convert to pschedtime */ pie_change() 470 /* convert target from pschedtime to us */ pie_dump()
|
/linux-4.4.14/include/net/ |
H A D | mac802154.h | 260 * ieee802154_be64_to_le64 - copies and convert be64 to le64 270 * ieee802154_le64_to_be64 - copies and convert le64 to be64 280 * ieee802154_le16_to_be16 - copies and convert le16 to be16
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
H A D | basic_types.h | 52 /* Read le16 data from memory and convert to host ordering */
|
/linux-4.4.14/drivers/staging/rtl8712/ |
H A D | rtl8712_hal.h | 101 unsigned char AMSDU2AMPDU_en; /*1: 4181 convert AMSDU to AMPDU,
|
H A D | wlan_bssdef.h | 57 ODI Handler will convert the channel number to freq. number.
|
/linux-4.4.14/drivers/staging/unisys/include/ |
H A D | guestlinuxdebug.h | 141 * searching for the __LINE__ number, convert it first to decimal. The line
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
H A D | prism2mgmt.h | 100 /* functions to convert Group Addresses */
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/linux/ |
H A D | linux-sysctl.c | 116 val *= 1 << (20 - PAGE_CACHE_SHIFT); /* convert to pages */ max_dirty_mb_store()
|
/linux-4.4.14/drivers/s390/cio/ |
H A D | device_id.c | 30 * diag210_to_senseid - convert diag 0x210 data to sense id information
|
/linux-4.4.14/drivers/s390/net/ |
H A D | smsgiucv_app.c | 183 /* convert sender to uppercase characters */ smsgiucv_app_init()
|
/linux-4.4.14/drivers/video/fbdev/aty/ |
H A D | radeon_backlight.c | 33 /* Get and convert the value */ radeon_bl_get_level_brightness()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
H A D | omapdss-boot-init.c | 20 * DT-data in generic manner, we convert the compatible strings of the panel and
|
/linux-4.4.14/drivers/iio/pressure/ |
H A D | mpl115.c | 27 #define MPL115_CONVERT 0x12 /* convert temperature and pressure */
|
/linux-4.4.14/drivers/hid/ |
H A D | hid-saitek.c | 85 /* convert spurious axis to a "noop" Logical Minimum (0) */ saitek_report_fixup()
|
/linux-4.4.14/drivers/media/platform/vivid/ |
H A D | vivid-rds-gen.c | 100 * EN 50067:1998 to convert a UTC date to an RDS Modified vivid_rds_generate()
|
/linux-4.4.14/drivers/media/radio/ |
H A D | radio-terratec.c | 89 freq = freq / 160; /* convert the freq. to a nice to handle value */ terratec_s_frequency()
|
/linux-4.4.14/drivers/media/rc/ |
H A D | ir-xmp-decoder.c | 110 /* convert to nibbles and do some sanity checks */ ir_xmp_decode()
|
/linux-4.4.14/drivers/media/tuners/ |
H A D | tuner-i2c.h | 94 /* TO DO: convert all callers of these macros to pass in
|
/linux-4.4.14/drivers/misc/ |
H A D | hpilo.h | 181 /* convert between struct fifo, and the fifobar, which is saved in the ccb */
|
/linux-4.4.14/drivers/net/wireless/ti/wl18xx/ |
H A D | event.c | 118 /* convert the MSB+LSB to a u32 TSF value */ wlcore_event_time_sync()
|
/linux-4.4.14/drivers/nubus/ |
H A D | proc.c | 16 convert to formats that are meaningful to userspace (mostly just
|
/linux-4.4.14/drivers/net/wireless/b43/ |
H A D | phy_a.h | 106 /* Pointer to the table used to convert a
|
/linux-4.4.14/drivers/net/ethernet/ibm/ |
H A D | ibmveth.h | 182 * a union (ibmveth_buf_desc) to convert from the struct to a u64 we
|
/linux-4.4.14/drivers/platform/x86/ |
H A D | topstar-laptop.c | 50 * 'G key' generate two event codes, convert to only
|
/linux-4.4.14/drivers/clocksource/ |
H A D | metag_generic.c | 46 #define HARDWARE_TO_NS_SHIFT 10 /* convert ticks to ns */
|
/linux-4.4.14/arch/tile/include/gxio/ |
H A D | dma_queue.h | 116 * "hw_complete_count" at any time in the future. To convert __gxio_dma_queue_reserve()
|
/linux-4.4.14/fs/hfsplus/ |
H A D | options.c | 62 /* convert a "four byte character" to a 32 bit int with error checks */ match_fourchar()
|
/linux-4.4.14/net/dsa/ |
H A D | tag_edsa.c | 130 * If the 'tagged' bit is set, convert the DSA tag to a 802.1q edsa_rcv()
|
/linux-4.4.14/security/apparmor/include/ |
H A D | match.h | 35 * are arranged for flexibility. We convert the table data to host native
|
/linux-4.4.14/sound/core/seq/oss/ |
H A D | seq_oss_timer.c | 126 * convert tempo units
|
/linux-4.4.14/fs/coda/ |
H A D | cnode.c | 133 /* convert a fid to an inode. */ coda_fid_to_inode()
|