Searched refs:neh (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A Dneh.c43 * 4, Release the reference to the neh [uwb_rc_neh_put()]
75 * the handle [w/ neh->extra_size()].
120 struct uwb_rc_neh *neh = container_of(kref, struct uwb_rc_neh, kref); local
122 kfree(neh);
125 static void uwb_rc_neh_get(struct uwb_rc_neh *neh) argument
127 kref_get(&neh->kref);
131 * uwb_rc_neh_put - release reference to a neh
132 * @neh: the neh
134 void uwb_rc_neh_put(struct uwb_rc_neh *neh) argument
161 __uwb_rc_ctx_get(struct uwb_rc *rc, struct uwb_rc_neh *neh) argument
181 __uwb_rc_ctx_put(struct uwb_rc *rc, struct uwb_rc_neh *neh) argument
214 struct uwb_rc_neh *neh; local
254 __uwb_rc_neh_rm(struct uwb_rc *rc, struct uwb_rc_neh *neh) argument
268 uwb_rc_neh_rm(struct uwb_rc *rc, struct uwb_rc_neh *neh) argument
288 uwb_rc_neh_arm(struct uwb_rc *rc, struct uwb_rc_neh *neh) argument
299 uwb_rc_neh_cb(struct uwb_rc_neh *neh, struct uwb_rceb *rceb, size_t size) argument
305 uwb_rc_neh_match(struct uwb_rc_neh *neh, const struct uwb_rceb *rceb) argument
330 struct uwb_rc_neh *neh = NULL, *h; local
409 struct uwb_rc_neh *neh; local
543 struct uwb_rc_neh *neh; local
565 struct uwb_rc_neh *neh = (struct uwb_rc_neh *)arg; local
596 struct uwb_rc_neh *neh; local
[all...]
H A Dreset.c47 struct uwb_rc_neh *neh; local
67 neh = uwb_rc_neh_add(rc, cmd, expected_type, expected_event, cb, arg);
68 if (IS_ERR(neh)) {
69 result = PTR_ERR(neh);
76 uwb_rc_neh_rm(rc, neh);
78 uwb_rc_neh_arm(rc, neh);
79 uwb_rc_neh_put(neh);
H A DMakefile20 neh.o \
H A Duwb-internal.h107 void uwb_rc_neh_rm(struct uwb_rc *rc, struct uwb_rc_neh *neh);
108 void uwb_rc_neh_arm(struct uwb_rc *rc, struct uwb_rc_neh *neh);
109 void uwb_rc_neh_put(struct uwb_rc_neh *neh);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dextents.c822 struct ext4_extent_header *neh; local
895 neh = ext_block_hdr(bh);
896 neh->eh_entries = 0;
897 neh->eh_max = cpu_to_le16(ext4_ext_space_block(inode, 0));
898 neh->eh_magic = EXT4_EXT_MAGIC;
899 neh->eh_depth = 0;
900 ex = EXT_FIRST_EXTENT(neh);
925 neh->eh_entries++;*/
931 le16_add_cpu(&neh->eh_entries, m);
981 neh
1084 struct ext4_extent_header *neh; local
[all...]

Completed in 176 milliseconds