Home
last modified time | relevance | path

Searched defs:sec (Results 1 – 25 of 161) sorted by relevance

1234567

/linux-3.3/net/rxrpc/
Dar-security.c28 static struct rxrpc_security *rxrpc_security_get(struct rxrpc_security *sec) in rxrpc_security_get()
36 static void rxrpc_security_put(struct rxrpc_security *sec) in rxrpc_security_put()
46 struct rxrpc_security *sec = NULL; in rxrpc_security_lookup() local
73 int rxrpc_register_security(struct rxrpc_security *sec) in rxrpc_register_security()
107 void rxrpc_unregister_security(struct rxrpc_security *sec) in rxrpc_unregister_security()
127 struct rxrpc_security *sec; in rxrpc_init_client_conn_security() local
165 struct rxrpc_security *sec; in rxrpc_init_server_conn_security() local
/linux-3.3/include/asm-generic/
Dvmlinux.lds.h78 #define DEV_KEEP(sec) *(.dev##sec) argument
79 #define DEV_DISCARD(sec) argument
81 #define DEV_KEEP(sec) argument
82 #define DEV_DISCARD(sec) *(.dev##sec) argument
86 #define CPU_KEEP(sec) *(.cpu##sec) argument
87 #define CPU_DISCARD(sec) argument
89 #define CPU_KEEP(sec) argument
90 #define CPU_DISCARD(sec) *(.cpu##sec) argument
94 #define MEM_KEEP(sec) *(.mem##sec) argument
95 #define MEM_DISCARD(sec) argument
[all …]
/linux-3.3/tools/perf/scripts/python/
Dnetdev-times.py227 def irq__softirq_entry(name, context, cpu, sec, nsec, pid, comm, vec): argument
233 def irq__softirq_exit(name, context, cpu, sec, nsec, pid, comm, vec): argument
239 def irq__softirq_raise(name, context, cpu, sec, nsec, pid, comm, vec): argument
245 def irq__irq_handler_entry(name, context, cpu, sec, nsec, pid, comm, argument
251 def irq__irq_handler_exit(name, context, cpu, sec, nsec, pid, comm, irq, ret): argument
255 def napi__napi_poll(name, context, cpu, sec, nsec, pid, comm, napi, dev_name): argument
260 def net__netif_receive_skb(name, context, cpu, sec, nsec, pid, comm, skbaddr, argument
266 def net__netif_rx(name, context, cpu, sec, nsec, pid, comm, skbaddr, argument
272 def net__net_dev_queue(name, context, cpu, sec, nsec, pid, comm, argument
278 def net__net_dev_xmit(name, context, cpu, sec, nsec, pid, comm, argument
[all …]
/linux-3.3/arch/powerpc/include/asm/
Dcputime.h69 unsigned long sec; in jiffies_to_cputime() local
91 u64 sec; in jiffies64_to_cputime64() local
123 unsigned long sec; in usecs_to_cputime() local
149 static inline cputime_t secs_to_cputime(const unsigned long sec) in secs_to_cputime()
215 unsigned long sec; in clock_t_to_cputime() local
/linux-3.3/include/linux/
Dpercpu-defs.h14 #define __PCPU_ATTRS(sec) \ argument
61 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument
65 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ argument
75 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument
78 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ argument
Dexport.h38 #define __CRC_SYMBOL(sym, sec) \ argument
45 #define __CRC_SYMBOL(sym, sec) argument
49 #define __EXPORT_SYMBOL(sym, sec) \ argument
Dreiserfs_xattr.h135 struct reiserfs_security_handle *sec) in reiserfs_security_init()
142 struct reiserfs_security_handle *sec) in reiserfs_security_write()
146 static inline void reiserfs_security_free(struct reiserfs_security_handle *sec) in reiserfs_security_free()
/linux-3.3/crypto/
Dtcrypt.c53 static unsigned int sec; variable
71 struct scatterlist *sg, int blen, int sec) in test_cipher_jiffies()
144 static void test_cipher_speed(const char *algo, int enc, unsigned int sec, in test_cipher_speed()
245 char *out, int sec) in test_hash_jiffies_digest()
265 int blen, int plen, char *out, int sec) in test_hash_jiffies()
416 static void test_hash_speed(const char *algo, unsigned int sec, in test_hash_speed()
508 char *out, int sec) in test_ahash_jiffies_digest()
528 int plen, char *out, int sec) in test_ahash_jiffies()
654 static void test_ahash_speed(const char *algo, unsigned int sec, in test_ahash_speed()
737 int blen, int sec) in test_acipher_jiffies()
[all …]
/linux-3.3/fs/reiserfs/
Dxattr_security.c58 struct reiserfs_security_handle *sec) in reiserfs_security_init()
93 struct reiserfs_security_handle *sec) in reiserfs_security_write()
107 void reiserfs_security_free(struct reiserfs_security_handle *sec) in reiserfs_security_free()
/linux-3.3/fs/hpfs/
Dalloc.c16 static int chk_if_allocated(struct super_block *s, secno sec, char *msg) in chk_if_allocated()
152 secno sec; in hpfs_alloc_sector() local
221 secno sec; in alloc_in_dirband() local
236 int hpfs_alloc_if_possible(struct super_block *s, secno sec) in hpfs_alloc_if_possible()
254 void hpfs_free_sectors(struct super_block *s, secno sec, unsigned n) in hpfs_free_sectors()
Danode.c14 struct bplus_header *btree, unsigned sec, in hpfs_bplus_lookup()
324 static secno anode_lookup(struct super_block *s, anode_secno a, unsigned sec) in anode_lookup()
337 secno sec; in hpfs_ea_read() local
360 secno sec; in hpfs_ea_write() local
/linux-3.3/arch/x86/boot/compressed/
Drelocs.c288 struct section *sec = &secs[i]; in read_shdrs() local
312 struct section *sec = &secs[i]; in read_strtabs() local
337 struct section *sec = &secs[i]; in read_symtabs() local
370 struct section *sec = &secs[i]; in read_relocs() local
403 struct section *sec = &secs[i]; in print_absolute_symbols() local
437 struct section *sec = &secs[i]; in print_absolute_relocs() local
509 struct section *sec = &secs[i]; in walk_relocs() local
/linux-3.3/arch/mips/sibyte/swarm/
Dsetup.c92 unsigned long sec; in read_persistent_clock() local
112 int rtc_mips_set_time(unsigned long sec) in rtc_mips_set_time()
/linux-3.3/drivers/staging/tidspbridge/dynload/
Dgetsection.c92 u16 sec; in expand_sec_names() local
146 u16 sec; in dload_module_open() local
237 u16 sec; in dload_get_section_info() local
/linux-3.3/drivers/net/wireless/ipw2x00/
Dlibipw_wx.c319 struct libipw_security sec = { in libipw_wx_set_encode() local
487 struct libipw_security *sec = &ieee->sec; in libipw_wx_get_encode() local
535 struct libipw_security sec = { in libipw_wx_set_encodeext() local
689 struct libipw_security *sec = &ieee->sec; in libipw_wx_get_encodeext() local
/linux-3.3/drivers/scsi/
Dsr_vendor.c208 unsigned long min, sec, frame; in sr_cd_check() local
235 unsigned long min, sec, frame; in sr_cd_check() local
/linux-3.3/drivers/rtc/
Drtc-tegra.c109 unsigned long sec, msec; in tegra_rtc_read_time() local
139 unsigned long sec; in tegra_rtc_set_time() local
173 unsigned long sec; in tegra_rtc_read_alarm() local
225 unsigned long sec; in tegra_rtc_set_alarm() local
Drtc-tx4939.c74 unsigned long sec; in tx4939_rtc_read_time() local
99 unsigned long sec; in tx4939_rtc_set_alarm() local
131 unsigned long sec; in tx4939_rtc_read_alarm() local
Drtc-m48t35.c29 u8 sec; member
94 unsigned char mon, day, hrs, min, sec; in m48t35_set_time() local
/linux-3.3/kernel/
Dtime.c321 const unsigned int min, const unsigned int sec) in mktime()
355 void set_normalized_timespec(struct timespec *ts, time_t sec, s64 nsec) in set_normalized_timespec()
505 unsigned long sec = value->tv_sec; in timespec_to_jiffies() local
548 unsigned long sec = value->tv_sec; in timeval_to_jiffies() local
/linux-3.3/drivers/media/dvb/dvb-core/
Ddmxdev.h65 struct dmx_section_filter *sec; member
71 struct dmx_section_feed *sec; member
75 struct dmx_sct_filter_params sec; member
/linux-3.3/net/econet/
Daf_econet.c86 struct sockaddr_ec sec; member
190 struct sockaddr_ec *sec = (struct sockaddr_ec *)uaddr; in econet_bind() local
226 struct sockaddr_ec *sec; in tx_result() local
510 struct sockaddr_ec *sec = (struct sockaddr_ec *)uaddr; in econet_getname() local
645 struct sockaddr_ec *sec; in ec_dev_ioctl() local
805 struct sockaddr_ec *sec = (struct sockaddr_ec *)&eb->sec; in ec_queue_packet() local
/linux-3.3/arch/h8300/kernel/
Dtime.c44 unsigned int year, mon, day, hour, min, sec; in read_persistent_clock() local
/linux-3.3/arch/mips/kernel/
Dtime.c37 int __weak rtc_mips_set_time(unsigned long sec) in rtc_mips_set_time()
/linux-3.3/fs/nfsd/
Dstats.c55 unsigned int sec = jifs / HZ, msec = (jifs % HZ)*1000/HZ; in nfsd_proc_show() local

1234567